summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sifive.c
AgeCommit message (Expand)Author
2024-04-09serial: sifive: Remove 0 from fu540-c000-uart0 binding.Sebastian Andrzej Siewior
2024-03-02serial: sifive: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior
2023-11-23serial: sifive: Declare PM operations as staticSamuel Holland
2023-11-23serial: sifive: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-18serial: sifive: Use port lock wrappersThomas Gleixner
2023-08-22serial: sifive: Add suspend and resume operationsNick Hu
2023-08-09serial: sifive: Remove redundant of_match_ptr()Ruan Jinjie
2023-07-31Merge 6.5-rc4 into tty-nextGreg Kroah-Hartman
2023-07-25serial: sifive: Fix sifive_serial_console_setup() sectionSamuel Holland
2023-07-25serial: sifive: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby
2022-11-03tty: serial: use uart_port_tx_limited()Jiri Slaby (SUSE)
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman
2022-09-22serial: sifive: enable clocks for UART when probedOlof Johansson
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-06-27serial: sifive: Remove useless license text when SPDX-License-Identifier is a...Christophe JAILLET
2022-05-19serial: sifive: Sanitize CSIZE and c_iflagIlpo Järvinen
2022-05-05serial: sifive: Remove duplicate `clkin_rate' settingMaciej W. Rozycki
2022-05-05serial: sifive: Report actual baud base rather than fixed 115200Maciej W. Rozycki
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2021-10-05serial: sifive: set pointer to NULL rather than 0.Colin Ian King
2021-04-22serial: sifive: drop low-latency workaroundJohan Hovold
2021-01-07riscv: Fix sifive serial driverDamien Le Moal
2020-11-06tty: serial: sifive: Struct headers should start with 'struct <name>'Lee Jones
2020-07-21Revert "tty: serial: add missing spin_lock_init for SiFive serial console"Andy Shevchenko
2020-05-15tty: serial: add missing spin_lock_init for SiFive serial consoleSagar Shrikant Kadam
2020-03-18tty: serial: Add CONSOLE_POLL support to SiFive UARTVincent Chen
2020-03-12tty: sifive: Finish transmission before changing the clockPalmer Dabbelt
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-04-29tty: serial: add driver for the SiFive UARTPaul Walmsley