aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serial_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09serial: core: Include console.h from serial_core.hDouglas Anderson1-0/+1
2018-11-09serial: core: Allow processing sysrq at port unlock timeDouglas Anderson1-1/+36
2018-10-04Revert "serial:serial_core: Allow use of CTS for PPS line discipline"Greg Kroah-Hartman1-2/+1
2018-10-02tty/serial_core: add ISO7816 infrastructureNicolas Ferre1-0/+3
2018-10-02serial:serial_core: Allow use of CTS for PPS line disciplineSteve Sakoman1-1/+2
2018-07-12serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang1-0/+7
2018-04-30Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman1-7/+14
2018-04-23serial: core: Make sure compiler barfs for 16-byte earlycon namesDouglas Anderson1-1/+2
2018-04-23serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOsJeremy Kerr1-0/+1
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-7/+14
2018-03-15powerpc: Mark the variable earlycon_acpi_spcr_enable maybe_unusedMathieu Malaterre1-1/+1
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2018-02-07ACPI: SPCR: Make SPCR available to x86Prarit Bhargava1-2/+2
2018-01-09serial: core: Make uart_parse_options take const char* argumentPaul Cercueil1-1/+1
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner1-5/+1
2017-09-18serial: Add common rs485 device tree parsing functionUwe Kleine-König1-0/+5
2017-08-28serial: core: remove unneeded irq_wake flagAndy Shevchenko1-1/+0
2017-07-30serial: core: move UPF_NO_TXEN_TEST to quirks and renameAndy Shevchenko1-4/+5
2017-05-18serial: 8250: Add flag so drivers can avoid THRE probeJoel Stanley1-0/+1
2017-04-08serial: core: constify struct uart_port {name} fieldAndy Shevchenko1-1/+1
2017-03-31tty: serial_core: Add name field to uart_port structVignesh R1-0/+1
2017-01-12serial: do not accept sysrq characters via serial portFelix Fietkau1-1/+1
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin1-2/+2
2016-11-16serial: 8250: Expose set_ldisc functionEd Blake1-0/+2
2016-09-28ACPI: parse SPCR and enable matching consoleAleksey Makarov1-1/+8
2016-09-15tty: serial_core: add tty NULL check to uart_tx_stoppedRob Herring1-1/+1
2016-09-02serial: earlycon: Extend earlycon command line option to support 64-bit addressesAlexander Sverdlin1-1/+1
2016-06-25earlycon: mark earlycon code as __used iif the caller is built-inMasahiro Yamada1-1/+7
2016-04-30serial: 8250: export get_mctrl functionWan Ahmad Zainie1-0/+1
2016-04-30serial: core: Prevent unsafe uart port access, part 2Peter Hurley1-0/+2
2016-02-06of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley1-1/+1
2016-02-06of: earlycon: Initialize port fields from DT propertiesPeter Hurley1-0/+1
2016-02-06of: earlycon: Add options string handlingPeter Hurley1-1/+2
2016-02-06of: earlycon: Fixup earlycon console name and indexPeter Hurley1-2/+1
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley1-9/+13
2015-12-13serial: Fix UPIO_MEM commentPeter Hurley1-1/+1
2015-12-13serial: support 16-bit register interface for consoleMasahiro Yamada1-0/+1
2015-05-06serial: core: Fix unused variable warnings from uart_console()Peter Hurley1-1/+1
2015-04-10earlycon: Fix __earlycon_table stridePeter Hurley1-1/+1
2015-03-26serial: 8250: allow specifying iomem size in addition to addressMans Rullgard1-0/+1
2015-03-26serial: earlycon: Enable earlycon without command line paramPeter Hurley1-8/+11
2015-03-26serial: core: Add minor field to uart_portPeter Hurley1-0/+1
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman1-0/+2
2015-03-07serial: earlycon: Refactor parse_options into serial corePeter Hurley1-0/+2
2015-03-07serial: uapi: Declare all userspace-visible io typesPeter Hurley1-7/+7
2015-03-07serial: core: Fix iotype userspace breakagePeter Hurley1-3/+3
2015-02-02serial: core: Rework hw-assisted flow control supportPeter Hurley1-3/+18
2015-01-09serial: omap_8250: Fix RTS handlingPeter Hurley1-0/+1
2014-11-25serial: core: Add big-endian iotypeKevin Cernekee1-6/+7
2014-11-06serial_core: Handle TIOC[GS]RS485 ioctls.Ricardo Ribalda Delgado1-0/+3