summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2018-05-01earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-2/+4
2018-05-01tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa1-6/+5
2018-05-01tty: Avoid possible error pointer dereference at tty_ldisc_restore().Tetsuo Handa1-8/+5
2018-05-01tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren1-0/+11
2018-05-01tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren1-1/+11
2018-05-01tty: Don't call panic() at tty_ldisc_init()Tetsuo Handa2-3/+7
2018-04-26tty: serial: exar: Relocate sleep wake-up handlingAaron Sierra2-30/+30
2018-04-24tty: make n_tty_read() always abort if hangup is in progressTejun Heo2-0/+15
2018-04-12tty: n_gsm: Allow ADM response in addition to UA for control dlciTony Lindgren1-3/+14
2018-04-08vt: change SGR 21 to follow the standardsMike Frysinger1-1/+5
2018-04-08serial: 8250: Add Nuvoton NPCM UARTJoel Stanley2-0/+34
2018-03-28tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4
2018-03-24serial: 8250_pci: Don't fail on multiport card classAndy Shevchenko1-3/+7
2018-03-24pty: cancel pty slave port buf's work in tty_releaseSahara1-0/+2
2018-03-24serial: 8250_dw: Disable clock on errorStefan Potyra1-1/+2
2018-03-24tty: goldfish: Enable 'earlycon' only if built-inSebastian Andrzej Siewior2-1/+7
2018-03-19earlycon: add reg-offset to physical address before mappingGreentime Hu1-1/+2
2018-03-19serial: core: mark port as initialized in autoconfigSebastian Andrzej Siewior1-0/+2
2018-03-19serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich1-0/+11
2018-03-19tty/serial: atmel: add new version check for usartJonas Danielsson1-0/+1
2018-03-19serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht1-0/+2
2018-02-07serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior1-0/+2
2018-02-03serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTSFabio Estevam1-6/+8
2018-02-03serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun1-2/+3
2018-02-03serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada1-1/+4
2018-02-03tty: fix data race between tty_init_dev and flush of bufGaurav Kohli2-3/+9
2018-01-02tty: fix tty_ldisc_receive_buf() documentationJohan Hovold1-1/+1
2018-01-02n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds1-2/+2
2017-12-20serdev: ttyport: enforce tty-driver open() requirementJohan Hovold1-4/+10
2017-12-14serdev: ttyport: fix tty locking in closeJohan Hovold1-0/+2
2017-12-14serdev: ttyport: fix NULL-deref on hangupJohan Hovold1-2/+9
2017-12-14serdev: ttyport: add missing receive_buf sanity checksJohan Hovold1-1/+12
2017-12-10serial: imx: Update cached mctrl value when changing RTSIan Jamison1-2/+4
2017-12-10serial: sh-sci: suppress warning for ports without dma channelsAndy Lowe1-0/+8
2017-12-10sysrq : fix Show Regs call trace on ARMJibin Xu1-2/+7
2017-12-10serial: 8250: Preserve DLD[7:4] for PORT_XR17V35XAaron Sierra1-1/+4
2017-12-10serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner1-1/+1
2017-12-10serial: 8250_early: Only set divisor if valid clk & baudMatt Redfearn1-6/+8
2017-12-10serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson1-0/+3
2017-11-30serdev: fix registration of second slaveJohan Hovold1-3/+16
2017-11-24serial: 8250_fintek: Fix finding base_port with activated SuperIOJi-Ze Hong (Peter Hong)1-0/+3
2017-11-24serial: omap: Fix EFR write on RTS deassertionLukas Wunner1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman40-0/+40
2017-10-14tty: fall back to N_NULL if switching to N_TTY fails during hangupJohannes Weiner1-6/+5
2017-09-18serial: sccnxp: Fix error handling in sccnxp_probe()Alexey Khoroshilov1-2/+11
2017-09-18tty: serial: lpuart: avoid report NULL interruptFugang Duan1-23/+17
2017-09-18serial: bcm63xx: fix timing issue.Russell Enderby1-0/+5
2017-09-18mxser: fix timeout calculation for low ratesJiri Slaby1-5/+11
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds3-0/+1161