summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_mu.c
Commit message (Collapse)AuthorAgeFilesLines
* uart: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-10/+9
| | | | Notes: svn path=/head/; revision=365142
* Add a driver for the BCM2835 Mini-UART as seen on the RPi3Diane Bruce2018-06-121-0/+521
Reviewed by: andrew Approved by: andrew Differential Revision: https://reviews.freebsd.org/D15684 Notes: svn path=/head/; revision=334997