Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman
2021-11-25serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner
2021-11-25tty: serial, join uport checks in uart_port_shutdown()Jiri Slaby
2021-11-25serial: core: fix transmit-buffer reset and memleakJohan Hovold
2021-10-05serial: core: Fix initializing and restoring termios speedPali Rohár
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-07-21serial: core: Report magic multiplier extra baud ratesMaciej W. Rozycki
2021-06-15tty: make tty_get_{char,frame}_size availableJiri Slaby
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman
2021-05-20tty/serial: clean up uart_match_portJiri Slaby
2021-05-20serial: drop irq-flags initialisationsJohan Hovold
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13serial: core: fix suspicious security_locked_down() callOndrej Mosnacek
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-04-10serial: core: return early on unsupported ioctlsJohan Hovold
2021-04-10serial: core: drop redundant TIOCGSERIAL memsetJohan Hovold
2021-02-09serial: core: Remove BUG_ON(in_interrupt()) checkAhmed S. Darwish
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby
2020-12-09serial_core: Check for port state when tty is in error stateAlexey Kardashevskiy
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman
2020-09-16serial: core: fix console port-lock regressionJohan Hovold
2020-09-16serial: core: fix port-lock initialisationJohan Hovold
2020-09-04serial: core: Simplify with dev_err_probe()Krzysztof Kozlowski