summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2018-01-09tty: serial: jsm: Remove unnecessary NULL checksGuilherme G. Piccoli2-9/+0
2018-01-02Merge 4.15-rc6 into tty-nextGreg Kroah-Hartman1-2/+2
2017-12-21n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds1-2/+2
2017-12-19pty: cancel pty slave port buf's work in tty_releaseSahara1-0/+2
2017-12-19serial: max310x: Reduce RX work starvationJan Kundrát1-13/+10
2017-12-19serial: max310x: Use batched reads when reasonably safeJan Kundrát1-40/+86
2017-12-19serial: max310x: use a batch write op for UART transmitJan Kundrát1-7/+29
2017-12-19serial: max310x: Support IRQ sharing with other devicesJan Kundrát1-6/+14
2017-12-19serial: max310x: Do not hard-code the IRQ typeJan Kundrát1-5/+3
2017-12-18serdev: ttyport: do not used keyed wakeup in write_wakeupJohan Hovold1-1/+2
2017-12-18tty: serial: sh-sci: Add default for number of ports for compile-testingGeert Uytterhoeven1-0/+1
2017-12-15serial: max310x: Fix invalid memory access during GPIO initJan Kundrát1-17/+17
2017-12-15tty: serial: mxs-auart: fix error handling in mxs_auart_probeBranislav Radocaj1-2/+6
2017-12-15tty: goldfish: Enable 'earlycon' only if built-inSebastian Andrzej Siewior2-1/+7
2017-12-15serial: 8250: 8250_omap: Fix spelling error.Rolf Evers-Fischer1-1/+1
2017-12-15serial: 8250_dw: Disable clock on errorStefan Potyra1-1/+2
2017-12-15serial: stm32: fix name conflict with 8250Ludovic Barre1-1/+1
2017-12-15tty/isicom: Fix a possible sleep-in-atomic bug in WaitTillCardIsFreeJia-Ju Bai1-5/+1
2017-12-15tty: serial: sh-sci: Hide DMA config questionGeert Uytterhoeven1-1/+2
2017-12-15tty: serial: sh-sci: Hide earlycon config questionGeert Uytterhoeven1-1/+2
2017-12-15tty: serial: sh-sci: Hide serial console config questionGeert Uytterhoeven1-1/+2
2017-12-15tty: serial: sh-sci: Hide number of ports config questionGeert Uytterhoeven1-2/+4
2017-12-15serial: forbid 8250 on s390Christian Borntraeger1-0/+1
2017-12-11Merge 4.15-rc3 into tty-nextGreg Kroah-Hartman3-9/+34
2017-11-28serial: imx: Support common rs485 binding for RTS polarityLukas Wunner1-0/+6
2017-11-28serial: fsl_lpuart: Support common rs485 binding for RTS polarityLukas Wunner1-10/+3
2017-11-28serial: core: Support common rs485 binding for RTS polarityLukas Wunner3-6/+15
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner5-13/+14
2017-11-28serdev: ttyport: ignore carrier detect to avoid hangupsJohan Hovold1-0/+2
2017-11-28serdev: ttyport: release tty lock sooner on openJohan Hovold1-1/+2
2017-11-28serdev: ttyport: fix tty locking in closeJohan Hovold1-0/+2
2017-11-28serdev: ttyport: fix NULL-deref on hangupJohan Hovold1-2/+9
2017-11-28serdev: ttyport: add missing receive_buf sanity checksJohan Hovold1-1/+12
2017-11-28serial: 8250_early: Only set divisor if valid clk & baudMatt Redfearn1-6/+8
2017-11-28serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson1-0/+3
2017-11-28tty: serial: imx: remove imx_disable_rx_intTroy Kisky1-27/+9
2017-11-28serial: pl011: Use cached copy of IMSC registerLukas Wunner1-4/+2
2017-11-28tty: moxa: Add support for CMSPARLars Kanis2-6/+13
2017-11-28serial: pl011: Drop duplicate loop counterLukas Wunner1-4/+2
2017-11-28tty: serial: meson: fix typo in the "stop bit" register definitionMartin Blumenstingl1-6/+6
2017-11-28tty: serial: meson: merge the two register sections for AML_UART_CONTROLMartin Blumenstingl1-9/+7
2017-11-28tty: serial: meson: remove duplicate "clear error" bit definitionMartin Blumenstingl1-5/+4
2017-11-28tty: n_gsm: remove redundant pointer gsmColin Ian King1-2/+0
2017-11-28serdev: Introduce devm_serdev_device_open()Andrey Smirnov1-0/+27
2017-11-28serdev: Make .remove in struct serdev_device_driver optionalAndrey Smirnov1-2/+2
2017-11-28tty: vt: replace _manual_ swap with swap macro in set_selectionGustavo A. R. Silva1-5/+1
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook17-79/+70
2017-11-22treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook6-11/+11
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-70/+48