summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_pl011.c
Commit message (Expand)AuthorAgeFilesLines
* Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore2013-04-011-3/+3
* Separate interrupts enable/disable logic from setting port parameters.Oleksandr Tymoshenko2012-10-301-6/+13
* Add PrimeCell UART (PL011) driverOleksandr Tymoshenko2012-08-301-0/+436