summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)Author
2021-11-25serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner
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
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman
2020-08-28serial: core: don't use snprintf() for formatting sysfs attrsAlex Dewar
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-21serial: core: Fix Coding StyleTamseel Shams
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman
2020-07-10serial: core: Initialise spin lock before use in uart_configure_port()Andy Shevchenko
2020-06-27serial: core: fix sysrq overhead regressionJohan Hovold
2020-06-27Revert "serial: core: Refactor uart_unlock_and_check_sysrq()"Johan Hovold
2020-06-27serial: core: drop unnecessary gpio includeJohan Hovold
2020-06-27tty/serial: fix serial_core.c kernel-doc warningsRandy Dunlap
2020-05-29serial: 8250: Support rs485 bus termination GPIOLukas Wunner
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner
2020-03-17serial: core: Allow detach and attach serial device for consoleAndy Shevchenko
2020-03-12serial: core: Refactor uart_unlock_and_check_sysrq()Andy Shevchenko
2020-03-12serial: core: Use uart_console() helper in SysRq codeAndy Shevchenko
2020-03-12serial: core: Print escaped SysRq Magic sequence if enabledAndy Shevchenko
2020-03-12serial: core: Use string length for SysRq magic sequenceAndy Shevchenko
2020-03-07serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov
2020-02-17serial: core: Switch to use DEVICE_ATTR_RO()Andy Shevchenko
2020-02-14serial: core: use octal permissions on module paramAndy Shevchenko
2020-02-14serial: core: Consolidate spin lock initialization codeAndy Shevchenko
2020-02-14serial: core: Introduce uart_console_enabled() helperAndy Shevchenko
2020-01-10serial_core: Move sysrq functions from header fileDmitry Safonov
2020-01-10tty: serial_core: Export uart_console_device so it can be used by modulesJohn Stultz
2019-12-17tty: link tty and port before configuring it as consoleSudip Mukherjee
2019-11-21serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao
2019-10-16Revert "serial: core: Use cons->index for preferred console registration"Michal Simek
2019-10-14Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman