aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner1-16/+20
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-3/+3
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-08-30tty: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-156/+296
2022-07-28tty: serial: document uart_get_console()Jiri Slaby1-4/+9
2022-07-28tty: serial: serial_core, reformat kernel-doc for functionsJiri Slaby1-54/+53
2022-07-28Documentation: serial: dedup kernel-doc for uart functionsJiri Slaby1-59/+82
2022-07-14serial: core: sanitize RS485 delays read from device treeLino Sanfilippo1-0/+2
2022-07-14serial: core: move sanitizing of RS485 delays into own functionLino Sanfilippo1-20/+26
2022-07-14serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo1-0/+12
2022-07-08serial: RS485 termination is supported if DT provides oneIlpo Järvinen1-0/+2
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen1-4/+4
2022-06-30serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen1-5/+0
2022-06-27serial: Support for RS-485 multipoint addressesIlpo Järvinen1-1/+21
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen1-4/+10
2022-06-27serial: Drop timeout from uart_portIlpo Järvinen1-15/+10
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman1-3/+6
2022-06-10serial: return -EINVAL for non-legacy RS485 flagsIlpo Järvinen1-0/+24
2022-06-10serial: Clear rs485 struct when non-RS485 mode is setIlpo Järvinen1-1/+11
2022-06-10serial: Sanitize rs485_structIlpo Järvinen1-4/+29
2022-06-10serial: Move serial_rs485 sanitization into separate functionIlpo Järvinen1-25/+30
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen1-0/+6
2022-06-10serial: core: Introduce callback for start_rx and do stop_rx in suspend only if this callback implementation is present.Vijaya Krishna Nivarthi1-3/+6
2022-05-19serial: core: Do stop_rx in suspend path for console if console_suspend is disabledVijaya Krishna Nivarthi1-2/+9
2022-04-26serial: Store character timing information to uart_portIlpo Järvinen1-6/+8
2022-04-22serial: core: fix tcdrain() with CTS enabledTomasz Moń1-12/+14
2022-04-15serial: When UART is suspended, set RTS to falseAl Cooper1-0/+5
2022-04-15serial: core: move RS485 configuration tasks from drivers into coreLino Sanfilippo1-0/+33
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen1-0/+14
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2022-02-04serial: core: Drop duplicate NULL check in uart_*shutdown()Andy Shevchenko1-4/+2
2022-01-30Merge tag 'v5.17-rc2' into tty-nextGreg Kroah-Hartman1-22/+12
2022-01-26serial: core: clean up EXPORT_SYMBOLsJiri Slaby1-11/+7
2022-01-26serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner1-22/+12
2022-01-06serial: core: Keep mctrl register state and cached copy in syncLukas Wunner1-1/+2
2021-12-30serial: Fix incorrect rs485 polarity on uart openLukas Wunner1-2/+2
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman1-1/+17
2021-11-25serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner1-0/+5
2021-11-25tty: serial, join uport checks in uart_port_shutdown()Jiri Slaby1-8/+4
2021-11-25serial: core: fix transmit-buffer reset and memleakJohan Hovold1-1/+12
2021-10-05serial: core: Fix initializing and restoring termios speedPali Rohár1-2/+14
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-3/+5
2021-07-21serial: core: Report magic multiplier extra baud ratesMaciej W. Rozycki1-0/+8
2021-06-15tty: make tty_get_{char,frame}_size availableJiri Slaby1-27/+3
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman1-3/+5
2021-05-20tty/serial: clean up uart_match_portJiri Slaby1-7/+9
2021-05-20serial: drop irq-flags initialisationsJohan Hovold1-2/+2
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-2/+2