summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_dev_pl011.c
Commit message (Expand)AuthorAgeFilesLines
* Calculate the baud rate divisor rather than using a hard-coded value.ian2013-10-201-5/+5
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-011-3/+3
* Separate interrupts enable/disable logic from setting port parameters.gonzo2012-10-301-6/+13
* Add PrimeCell UART (PL011) drivergonzo2012-08-301-0/+436
OpenPOWER on IntegriCloud