summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sifive.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland1-1/+1
2022-06-14serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen1-1/+5
2022-06-14serial: sifive: Report actual baud base rather than fixed 115200Maciej W. Rozycki1-1/+1
2021-01-27riscv: Fix sifive serial driverDamien Le Moal1-0/+1
2020-07-21Revert "tty: serial: add missing spin_lock_init for SiFive serial console"Andy Shevchenko1-1/+0
2020-05-15tty: serial: add missing spin_lock_init for SiFive serial consoleSagar Shrikant Kadam1-0/+1
2020-03-18tty: serial: Add CONSOLE_POLL support to SiFive UARTVincent Chen1-0/+27
2020-03-12tty: sifive: Finish transmission before changing the clockPalmer Dabbelt1-4/+24
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-04-29tty: serial: add driver for the SiFive UARTPaul Walmsley1-0/+1056