summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* serial: Rename uart_change_speed() to uart_change_line_settings()Ilpo Järvinen2023-03-171-6/+6
* serial: Move uart_change_speed() earlierIlpo Järvinen2023-03-171-48/+46
* serial: Use B0 instead of implicit zero assumptionIlpo Järvinen2023-03-171-2/+2
* serial: Use ARRAY_SIZE() with iso7816 reserved arrayIlpo Järvinen2023-03-171-1/+2
* Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman2023-01-221-0/+5
|\
| * tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness2023-01-161-0/+5
* | tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-191-4/+4
* | serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen2023-01-191-4/+4
* | tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen2023-01-191-4/+4
* | tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-4/+4
* | tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-5/+4
* | serial: Convert uart_{,port_}startup() init_hw param to boolIlpo Järvinen2023-01-191-5/+5
* | tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen2023-01-191-2/+2
* | tty: Cleamup tty_port_set_suspended() bool parameterIlpo Järvinen2023-01-191-4/+4
* | tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-3/+3
* | serial: core: Add option to output RS485 RX_DURING_TX state via GPIOChristoph Niedermaier2023-01-191-0/+12
|/
* serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness2022-12-021-7/+7
* serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner2022-09-251-16/+20
* tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-3/+3
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* tty: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-301-1/+1
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-081-156/+296
|\
| * tty: serial: document uart_get_console()Jiri Slaby2022-07-281-4/+9
| * tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby2022-07-281-54/+53
| * Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby2022-07-281-59/+82
| * serial: core: sanitize RS485 delays read from device treeLino Sanfilippo2022-07-141-0/+2
| * serial: core: move sanitizing of RS485 delays into own functionLino Sanfilippo2022-07-141-20/+26
| * serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo2022-07-141-0/+12
| * serial: RS485 termination is supported if DT provides oneIlpo Järvinen2022-07-081-0/+2
| * serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-081-4/+4
| * serial: Support for RS-485 multipoint addressesIlpo Järvinen2022-06-271-1/+21
| * serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen2022-06-271-4/+10
| * serial: Drop timeout from uart_portIlpo Järvinen2022-06-271-15/+10
| * Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman2022-06-201-3/+6
| |\
| * | serial: return -EINVAL for non-legacy RS485 flagsIlpo Järvinen2022-06-101-0/+24
| * | serial: Clear rs485 struct when non-RS485 mode is setIlpo Järvinen2022-06-101-1/+11
| * | serial: Sanitize rs485_structIlpo Järvinen2022-06-101-4/+29
| * | serial: Move serial_rs485 sanitization into separate functionIlpo Järvinen2022-06-101-25/+30
| * | serial: Add uart_rs485_config()Ilpo Järvinen2022-06-101-0/+6
* | | serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen2022-06-301-5/+0
| |/ |/|
* | serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Vijaya Krishna Nivarthi2022-06-101-3/+6
|/
* serial: core: Do stop_rx in suspend path for console if console_suspend is di...Vijaya Krishna Nivarthi2022-05-191-2/+9
* serial: Store character timing information to uart_portIlpo Järvinen2022-04-261-6/+8
* serial: core: fix tcdrain() with CTS enabledTomasz Moń2022-04-221-12/+14
* serial: When UART is suspended, set RTS to falseAl Cooper2022-04-151-0/+5
* serial: core: move RS485 configuration tasks from drivers into coreLino Sanfilippo2022-04-151-0/+33
* serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen2022-03-181-0/+14
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* serial: core: Drop duplicate NULL check in uart_*shutdown()Andy Shevchenko2022-02-041-4/+2
* Merge tag 'v5.17-rc2' into tty-nextGreg Kroah-Hartman2022-01-301-22/+12
|\