summaryrefslogtreecommitdiffstats
path: root/src/drivers/uart
Commit message (Expand)AuthorAgeFilesLines
* [uart] Make baud rate a property of the UARTMichael Brown2025-11-051-4/+3Star
* [dwuart] Read input clock frequency from the device treeMichael Brown2025-06-232-1/+10
* [uart] Wait for 16550 UART to become idle before modifying LCRMichael Brown2025-06-231-0/+3
* [dwuart] Add "ns16550a" compatible device IDMichael Brown2025-06-231-0/+1
* [dwuart] Add a basic driver for the Synopsys DesignWare UARTMichael Brown2025-06-221-0/+120
* [uart] Allow for dynamically registered 16550 UARTsMichael Brown2025-06-221-10/+5Star
* [uart] Allow for the existence of non-16550 UARTsMichael Brown2025-06-201-0/+179