summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/serial_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen1-0/+14
2022-01-27serial: Fix incorrect rs485 polarity on uart openLukas Wunner1-2/+2
2022-01-27serial: core: Keep mctrl register state and cached copy in syncLukas Wunner1-1/+2
2021-12-08serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner1-0/+5
2021-12-08serial: core: fix transmit-buffer reset and memleakJohan Hovold1-1/+12
2021-11-18serial: 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
2021-05-13serial: core: fix suspicious security_locked_down() callOndrej Mosnacek1-3/+5
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-2/+2
2021-04-10serial: core: return early on unsupported ioctlsJohan Hovold1-3/+3
2021-04-10serial: core: drop redundant TIOCGSERIAL memsetJohan Hovold1-2/+0
2021-02-09serial: core: Remove BUG_ON(in_interrupt()) checkAhmed S. Darwish1-4/+4
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-3/+0
2020-12-09serial_core: Check for port state when tty is in error stateAlexey Kardashevskiy1-0/+4
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman1-24/+20
2020-09-16serial: core: fix console port-lock regressionJohan Hovold1-17/+15
2020-09-16serial: core: fix port-lock initialisationJohan Hovold1-8/+6
2020-09-04serial: core: Simplify with dev_err_probe()Krzysztof Kozlowski1-3/+1
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman1-1/+1
2020-08-28serial: core: don't use snprintf() for formatting sysfs attrsAlex Dewar1-13/+13
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-21serial: core: Fix Coding StyleTamseel Shams1-1/+3
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman1-98/+17
2020-07-10serial: core: Initialise spin lock before use in uart_configure_port()Andy Shevchenko1-2/+14
2020-06-27serial: core: fix sysrq overhead regressionJohan Hovold1-97/+2
2020-06-27Revert "serial: core: Refactor uart_unlock_and_check_sysrq()"Johan Hovold1-10/+13
2020-06-27serial: core: drop unnecessary gpio includeJohan Hovold1-0/+1
2020-06-27tty/serial: fix serial_core.c kernel-doc warningsRandy Dunlap1-2/+1
2020-05-29serial: 8250: Support rs485 bus termination GPIOLukas Wunner1-0/+16
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner1-1/+5
2020-03-17serial: core: Allow detach and attach serial device for consoleAndy Shevchenko1-4/+56
2020-03-12serial: core: Refactor uart_unlock_and_check_sysrq()Andy Shevchenko1-13/+10
2020-03-12serial: core: Use uart_console() helper in SysRq codeAndy Shevchenko1-7/+5
2020-03-12serial: core: Print escaped SysRq Magic sequence if enabledAndy Shevchenko1-1/+4
2020-03-12serial: core: Use string length for SysRq magic sequenceAndy Shevchenko1-3/+4
2020-03-07serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov1-7/+68
2020-02-17serial: core: Switch to use DEVICE_ATTR_RO()Andy Shevchenko1-29/+28
2020-02-14serial: core: use octal permissions on module paramAndy Shevchenko1-13/+13
2020-02-14serial: core: Consolidate spin lock initialization codeAndy Shevchenko1-18/+16
2020-02-14serial: core: Introduce uart_console_enabled() helperAndy Shevchenko1-2/+7
2020-01-10serial_core: Move sysrq functions from header fileDmitry Safonov1-0/+83
2020-01-10tty: serial_core: Export uart_console_device so it can be used by modulesJohn Stultz1-0/+1
2019-12-17tty: link tty and port before configuring it as consoleSudip Mukherjee1-0/+1