summaryrefslogtreecommitdiffstats
path: root/include/linux/serial_core.h
Commit message (Expand)AuthorAgeFilesLines
* earlycon: drop semicolon from earlycon macroJohan Hovold2020-12-071-1/+1
* earlycon: simplify earlycon-table implementationJohan Hovold2020-12-041-13/+7
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* serial: core: fix console port-lock regressionJohan Hovold2020-09-161-0/+1
* Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman2020-07-201-4/+98
|\
| * serial: core: drop redundant sysrq checksJohan Hovold2020-06-271-2/+2
| * serial: core: fix sysrq overhead regressionJohan Hovold2020-06-271-5/+98
| * Revert "serial: core: Refactor uart_unlock_and_check_sysrq()"Johan Hovold2020-06-271-1/+2
* | serial: core: drop unnecessary gpio includeJohan Hovold2020-06-271-1/+1
|/
* serial: 8250: Support rs485 bus termination GPIOLukas Wunner2020-05-291-0/+2
* serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner2020-05-151-1/+1
* serial: core: Refactor uart_unlock_and_check_sysrq()Andy Shevchenko2020-03-121-2/+1
* serial/sysrq: Add MAGIC_SYSRQ_SERIAL_SEQUENCEDmitry Safonov2020-03-071-0/+1
* serial_core: Remove unused member in uart_portDmitry Safonov2020-01-151-1/+0
* serial_core: Move sysrq functions from header fileDmitry Safonov2020-01-101-79/+5
* serial_core: Remove SUPPORT_SYSRQ ifdefferyDmitry Safonov2019-12-181-10/+4
* serial_core: Un-ifdef sysrq SUPPORT_SYSRQDmitry Safonov2019-12-171-34/+43
* serial: Move sysrq members aboveDmitry Safonov2019-12-171-5/+6
* docs: serial: move it to the driver-apiMauro Carvalho Chehab2019-07-151-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* docs: serial: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-04-251-1/+1
* serial: core: Include console.h from serial_core.hDouglas Anderson2018-11-091-0/+1
* serial: core: Allow processing sysrq at port unlock timeDouglas Anderson2018-11-091-1/+36
* Revert "serial:serial_core: Allow use of CTS for PPS line discipline"Greg Kroah-Hartman2018-10-041-2/+1
* tty/serial_core: add ISO7816 infrastructureNicolas Ferre2018-10-021-0/+3
* serial:serial_core: Allow use of CTS for PPS line disciplineSteve Sakoman2018-10-021-1/+2
* serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang2018-07-121-0/+7
* Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman2018-04-301-7/+14
|\
| * earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-04-231-7/+14
* | serial: core: Make sure compiler barfs for 16-byte earlycon namesDouglas Anderson2018-04-231-1/+2
* | serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOsJeremy Kerr2018-04-231-0/+1
|/
* powerpc: Mark the variable earlycon_acpi_spcr_enable maybe_unusedMathieu Malaterre2018-03-151-1/+1
* Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-091-2/+2
|\
| * ACPI: SPCR: Make SPCR available to x86Prarit Bhargava2018-02-071-2/+2
* | serial: core: Make uart_parse_options take const char* argumentPaul Cercueil2018-01-091-1/+1
* | serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner2017-11-281-5/+1
|/
* serial: Add common rs485 device tree parsing functionUwe Kleine-König2017-09-181-0/+5
* serial: core: remove unneeded irq_wake flagAndy Shevchenko2017-08-281-1/+0
* serial: core: move UPF_NO_TXEN_TEST to quirks and renameAndy Shevchenko2017-07-301-4/+5
* serial: 8250: Add flag so drivers can avoid THRE probeJoel Stanley2017-05-181-0/+1
* serial: core: constify struct uart_port {name} fieldAndy Shevchenko2017-04-081-1/+1
* tty: serial_core: Add name field to uart_port structVignesh R2017-03-311-0/+1
* serial: do not accept sysrq characters via serial portFelix Fietkau2017-01-121-1/+1
* linux: drop __bitwise__ everywhereMichael S. Tsirkin2016-12-161-2/+2
* serial: 8250: Expose set_ldisc functionEd Blake2016-11-161-0/+2
* ACPI: parse SPCR and enable matching consoleAleksey Makarov2016-09-281-1/+8
* tty: serial_core: add tty NULL check to uart_tx_stoppedRob Herring2016-09-151-1/+1
* serial: earlycon: Extend earlycon command line option to support 64-bit addre...Alexander Sverdlin2016-09-021-1/+1
* earlycon: mark earlycon code as __used iif the caller is built-inMasahiro Yamada2016-06-251-1/+7
* serial: 8250: export get_mctrl functionWan Ahmad Zainie2016-04-301-0/+1