summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sifive.c
Commit message (Expand)AuthorAgeFilesLines
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-2/+2
* serial: sifive: set pointer to NULL rather than 0.Colin Ian King2021-10-051-1/+1
* serial: sifive: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
* riscv: Fix sifive serial driverDamien Le Moal2021-01-071-0/+1
* tty: serial: sifive: Struct headers should start with 'struct <name>'Lee Jones2020-11-061-1/+2
* Revert "tty: serial: add missing spin_lock_init for SiFive serial console"Andy Shevchenko2020-07-211-1/+0
* tty: serial: add missing spin_lock_init for SiFive serial consoleSagar Shrikant Kadam2020-05-151-0/+1
* tty: serial: Add CONSOLE_POLL support to SiFive UARTVincent Chen2020-03-181-0/+27
* tty: sifive: Finish transmission before changing the clockPalmer Dabbelt2020-03-121-4/+24
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-3/+1
* tty: serial: add driver for the SiFive UARTPaul Walmsley2019-04-291-0/+1056