summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
2023-01-22Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen
2023-01-19tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen
2023-01-19serial: Convert uart_{,port_}startup() init_hw param to boolIlpo Järvinen
2023-01-19tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen
2023-01-19tty: Cleamup tty_port_set_suspended() bool parameterIlpo Järvinen
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen
2023-01-19serial: core: Add option to output RS485 RX_DURING_TX state via GPIOChristoph Niedermaier
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-30tty: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-28tty: serial: document uart_get_console()Jiri Slaby
2022-07-28tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby
2022-07-28Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby
2022-07-14serial: core: sanitize RS485 delays read from device treeLino Sanfilippo
2022-07-14serial: core: move sanitizing of RS485 delays into own functionLino Sanfilippo
2022-07-14serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo
2022-07-08serial: RS485 termination is supported if DT provides oneIlpo Järvinen
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-06-30serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen
2022-06-27serial: Support for RS-485 multipoint addressesIlpo Järvinen
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen
2022-06-27serial: Drop timeout from uart_portIlpo Järvinen
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman
2022-06-10serial: return -EINVAL for non-legacy RS485 flagsIlpo Järvinen
2022-06-10serial: Clear rs485 struct when non-RS485 mode is setIlpo Järvinen
2022-06-10serial: Sanitize rs485_structIlpo Järvinen
2022-06-10serial: Move serial_rs485 sanitization into separate functionIlpo Järvinen
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen
2022-06-10serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Vijaya Krishna Nivarthi
2022-05-19serial: core: Do stop_rx in suspend path for console if console_suspend is di...Vijaya Krishna Nivarthi
2022-04-26serial: Store character timing information to uart_portIlpo Järvinen
2022-04-22serial: core: fix tcdrain() with CTS enabledTomasz Moń
2022-04-15serial: When UART is suspended, set RTS to falseAl Cooper
2022-04-15serial: core: move RS485 configuration tasks from drivers into coreLino Sanfilippo
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-02-04serial: core: Drop duplicate NULL check in uart_*shutdown()Andy Shevchenko
2022-01-30Merge tag 'v5.17-rc2' into tty-nextGreg Kroah-Hartman
2022-01-26serial: core: clean up EXPORT_SYMBOLsJiri Slaby
2022-01-26serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner
2022-01-06serial: core: Keep mctrl register state and cached copy in syncLukas Wunner
2021-12-30serial: Fix incorrect rs485 polarity on uart openLukas Wunner