summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
AgeCommit message (Expand)Author
2019-07-15docs: serial: move it to the driver-apiMauro Carvalho Chehab
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-04-25docs: serial: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2018-11-09serial: core: Include console.h from serial_core.hDouglas Anderson
2018-11-09serial: core: Allow processing sysrq at port unlock timeDouglas Anderson
2018-10-04Revert "serial:serial_core: Allow use of CTS for PPS line discipline"Greg Kroah-Hartman
2018-10-02tty/serial_core: add ISO7816 infrastructureNicolas Ferre
2018-10-02serial:serial_core: Allow use of CTS for PPS line disciplineSteve Sakoman
2018-07-12serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman
2018-04-23serial: core: Make sure compiler barfs for 16-byte earlycon namesDouglas Anderson
2018-04-23serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOsJeremy Kerr
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz
2018-03-15powerpc: Mark the variable earlycon_acpi_spcr_enable maybe_unusedMathieu Malaterre
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-02-07ACPI: SPCR: Make SPCR available to x86Prarit Bhargava
2018-01-09serial: core: Make uart_parse_options take const char* argumentPaul Cercueil
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner
2017-09-18serial: Add common rs485 device tree parsing functionUwe Kleine-König
2017-08-28serial: core: remove unneeded irq_wake flagAndy Shevchenko
2017-07-30serial: core: move UPF_NO_TXEN_TEST to quirks and renameAndy Shevchenko
2017-05-18serial: 8250: Add flag so drivers can avoid THRE probeJoel Stanley
2017-04-08serial: core: constify struct uart_port {name} fieldAndy Shevchenko
2017-03-31tty: serial_core: Add name field to uart_port structVignesh R
2017-01-12serial: do not accept sysrq characters via serial portFelix Fietkau
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin
2016-11-16serial: 8250: Expose set_ldisc functionEd Blake
2016-09-28ACPI: parse SPCR and enable matching consoleAleksey Makarov
2016-09-15tty: serial_core: add tty NULL check to uart_tx_stoppedRob Herring
2016-09-02serial: earlycon: Extend earlycon command line option to support 64-bit addre...Alexander Sverdlin
2016-06-25earlycon: mark earlycon code as __used iif the caller is built-inMasahiro Yamada
2016-04-30serial: 8250: export get_mctrl functionWan Ahmad Zainie
2016-04-30serial: core: Prevent unsafe uart port access, part 2Peter Hurley
2016-02-06of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley
2016-02-06of: earlycon: Initialize port fields from DT propertiesPeter Hurley
2016-02-06of: earlycon: Add options string handlingPeter Hurley
2016-02-06of: earlycon: Fixup earlycon console name and indexPeter Hurley
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley
2015-12-13serial: Fix UPIO_MEM commentPeter Hurley
2015-12-13serial: support 16-bit register interface for consoleMasahiro Yamada
2015-05-06serial: core: Fix unused variable warnings from uart_console()Peter Hurley
2015-04-10earlycon: Fix __earlycon_table stridePeter Hurley
2015-03-26serial: 8250: allow specifying iomem size in addition to addressMans Rullgard
2015-03-26serial: earlycon: Enable earlycon without command line paramPeter Hurley
2015-03-26serial: core: Add minor field to uart_portPeter Hurley
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman
2015-03-07serial: earlycon: Refactor parse_options into serial corePeter Hurley
2015-03-07serial: uapi: Declare all userspace-visible io typesPeter Hurley
2015-03-07serial: core: Fix iotype userspace breakagePeter Hurley
2015-02-02serial: core: Rework hw-assisted flow control supportPeter Hurley