summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sifive.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)1-26/+5
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman1-1/+1
2022-09-22serial: sifive: enable clocks for UART when probedOlof Johansson1-1/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-06-27serial: sifive: Remove useless license text when SPDX-License-Identifier is a...Christophe JAILLET1-10/+0
2022-05-19serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen1-1/+5
2022-05-05serial: sifive: Remove duplicate `clkin_rate' settingMaciej W. Rozycki1-8/+6
2022-05-05serial: sifive: Report actual baud base rather than fixed 115200Maciej W. Rozycki1-1/+1
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-2/+2
2021-10-05serial: sifive: set pointer to NULL rather than 0.Colin Ian King1-1/+1
2021-04-22serial: sifive: drop low-latency workaroundJohan Hovold1-2/+0
2021-01-07riscv: Fix sifive serial driverDamien Le Moal1-0/+1
2020-11-06tty: serial: sifive: Struct headers should start with 'struct <name>'Lee Jones1-1/+2
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