summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sifive.c
Commit message (Expand)AuthorAgeFilesLines
* serial: sifive: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior2024-03-021-10/+7
* serial: sifive: Declare PM operations as staticSamuel Holland2023-11-231-2/+2
* serial: sifive: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* serial: sifive: Use port lock wrappersThomas Gleixner2023-09-181-8/+8
* serial: sifive: Add suspend and resume operationsNick Hu2023-08-221-0/+18
* serial: sifive: Remove redundant of_match_ptr()Ruan Jinjie2023-08-091-1/+1
* Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman2023-07-311-1/+1
|\
| * serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland2023-07-251-1/+1
* | serial: sifive: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-07-251-5/+2
* | serial: drivers: switch ch and flag to u8Jiri Slaby2023-07-251-1/+1
|/
* tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)2022-11-031-26/+5
* Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2022-09-251-1/+1
|\
| * serial: sifive: enable clocks for UART when probedOlof Johansson2022-09-221-1/+1
* | serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
|/
* serial: sifive: Remove useless license text when SPDX-License-Identifier is a...Christophe JAILLET2022-06-271-10/+0
* serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen2022-05-191-1/+5
* serial: sifive: Remove duplicate `clkin_rate' settingMaciej W. Rozycki2022-05-051-8/+6
* serial: sifive: Report actual baud base rather than fixed 115200Maciej W. Rozycki2022-05-051-1/+1
* 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