summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/serial_core.c
Commit message (Expand)AuthorAgeFilesLines
* serial_core: Check for port state when tty is in error stateAlexey Kardashevskiy2020-12-091-0/+4
* Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman2020-09-211-24/+20
|\
| * serial: core: fix console port-lock regressionJohan Hovold2020-09-161-17/+15
| * serial: core: fix port-lock initialisationJohan Hovold2020-09-161-8/+6
* | serial: core: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-041-3/+1
* | Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-311-1/+1
|\|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | serial: core: don't use snprintf() for formatting sysfs attrsAlex Dewar2020-08-281-13/+13
|/
* serial: core: Fix Coding StyleTamseel Shams2020-07-211-1/+3
* Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman2020-07-201-98/+17
|\
| * serial: core: Initialise spin lock before use in uart_configure_port()Andy Shevchenko2020-07-101-2/+14
| * serial: core: fix sysrq overhead regressionJohan Hovold2020-06-271-97/+2
| * Revert "serial: core: Refactor uart_unlock_and_check_sysrq()"Johan Hovold2020-06-271-10/+13
| * tty/serial: fix serial_core.c kernel-doc warningsRandy Dunlap2020-06-271-2/+1
* | serial: core: drop unnecessary gpio includeJohan Hovold2020-06-271-0/+1
|/
* serial: 8250: Support rs485 bus termination GPIOLukas Wunner2020-05-291-0/+16
* serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-151-1/+5
* serial: core: Allow detach and attach serial device for consoleAndy Shevchenko2020-03-171-4/+56
* serial: core: Refactor uart_unlock_and_check_sysrq()Andy Shevchenko2020-03-121-13/+10
* serial: core: Use uart_console() helper in SysRq codeAndy Shevchenko2020-03-121-7/+5
* serial: core: Print escaped SysRq Magic sequence if enabledAndy Shevchenko2020-03-121-1/+4
* serial: core: Use string length for SysRq magic sequenceAndy Shevchenko2020-03-121-3/+4
* serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov2020-03-071-7/+68
* serial: core: Switch to use DEVICE_ATTR_RO()Andy Shevchenko2020-02-171-29/+28
* serial: core: use octal permissions on module paramAndy Shevchenko2020-02-141-13/+13
* serial: core: Consolidate spin lock initialization codeAndy Shevchenko2020-02-141-18/+16
* serial: core: Introduce uart_console_enabled() helperAndy Shevchenko2020-02-141-2/+7
* serial_core: Move sysrq functions from header fileDmitry Safonov2020-01-101-0/+83
* tty: serial_core: Export uart_console_device so it can be used by modulesJohn Stultz2020-01-101-0/+1
* tty: link tty and port before configuring it as consoleSudip Mukherjee2019-12-171-0/+1
* serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao2019-11-211-1/+1
* Revert "serial: core: Use cons->index for preferred console registration"Michal Simek2019-10-161-2/+1
* Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman2019-10-141-0/+2
|\
| * serial: fix kernel-doc warning in commentsRandy Dunlap2019-10-101-0/+2
* | serial: core: Use cons->index for preferred console registrationMichal Simek2019-10-041-1/+2
|/
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+5
|\
| * lockdown: Lock down TIOCSSERIALDavid Howells2019-08-191-0/+5
* | tty: serial_core: Set port active bit in uart_port_activateSerge Semin2019-06-181-1/+6
|/
* tty: serial_core: fix error code returned by uart_register_driver()Sergey Organov2019-04-251-2/+2
* TTY: serial_core, add ->installJiri Slaby2019-04-251-11/+13
* tty:serial_core: Spelling mistakeHariprasad Kelam2019-04-161-1/+1
* tty: serial: remove redundant likely annotationChengguang Xu2019-02-191-1/+1
* serial: fix race between flush_to_ldisc and tty_openGreg Kroah-Hartman2019-01-311-0/+6
* uart: Fix crash in uart_write and uart_put_charSamir Virmani2019-01-181-4/+8
* tty/serial: do not free trasnmit buffer page under port lockSergey Senozhatsky2018-12-171-6/+16
* Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-291-0/+60
|\
| * Revert "serial:serial_core: Allow use of CTS for PPS line discipline"Greg Kroah-Hartman2018-10-041-69/+1
| * tty/serial_core: add ISO7816 infrastructureNicolas Ferre2018-10-021-0/+60
| * serial:serial_core: Allow use of CTS for PPS line disciplineSteve Sakoman2018-10-021-1/+69
* | kill TIOCSER[SG]WILDAl Viro2018-10-131-5/+0