summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2019-09-04serial: imx: get rid of imx_uart_rts_auto()Sergey Organov1-13/+8
2019-09-04serial: imx: set_mctrl(): correctly restore autoRTS stateSergey Organov1-2/+14
2019-09-04serial: imx: set_termios(): do not enable autoRTS if RTS is unsetSergey Organov1-1/+6
2019-09-04serial: 8250_pnp: Move to struct dev_pm_opsAndy Shevchenko1-11/+9
2019-09-04serial/8250: Add support for NI-Serial PXI/PXIe+485 devicesJe Yen Tam1-4/+288
2019-09-04serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEPErwan Le Ray1-5/+4
2019-09-04serial: stm32: add pm_runtime supportErwan Le Ray1-3/+38
2019-09-04serial: stm32: select pinctrl state in each suspend/resume functionErwan Le Ray1-0/+5
2019-09-048250_lpss: check null return when calling pci_ioremap_barNavid Emamdoost1-2/+8
2019-09-04tty: serial: fsl_lpuart: correct the FIFO depth sizeFugang Duan1-10/+9
2019-09-04tty: serial: fsl_lpuart: remove sg_set_buf() for sport->rx_sglFugang Duan1-1/+0
2019-09-04tty: serial: fsl_lpuart: use kzalloc() instead of kmalloc()Fugang Duan1-1/+1
2019-09-04tty: serial: fsl_lpuart: add earlycon for imx8qxp platformFugang Duan1-0/+1
2019-09-04tty: serial: fsl_lpuart: remove the dev.coherent_dma_mask zero settingFugang Duan1-2/+0
2019-09-04serial: 8250_exar: Use struct_size() helperAndy Shevchenko1-3/+1
2019-09-04tty: nozomi: Use dev_get_drvdataChuhong Yuan1-2/+2
2019-09-04serial: 8250: Use dev_get_drvdata where possibleChuhong Yuan2-4/+2
2019-09-04tty/isicom: remove redundant assignment to variable word_countColin Ian King1-1/+0
2019-09-04tty: serial: Remove call to memset after pci_alloc_consistentFuqian Huang1-2/+0
2019-09-04tty: hvcs: Fix odd use of strlcpyJoe Perches1-2/+2
2019-09-04serial: 8250_omap: Fix idling for unloaded serdev driversTony Lindgren1-1/+10
2019-09-04tty: n_gsm: add helpers to convert mux-num to/from tty-baseMartin Hundebøll1-4/+15
2019-08-19lockdown: Lock down TIOCSSERIALDavid Howells1-0/+5
2019-08-16tty/serial: remove the ioc3_serial driverChristoph Hellwig3-2204/+0
2019-08-16tty/serial: remove the ioc4_serial driverChristoph Hellwig3-2965/+0
2019-08-16tty/serial: remove the sn_console driverChristoph Hellwig3-1047/+0
2019-08-15serial: lpc32xx: allow compile testingArnd Bergmann1-31/+4
2019-08-15serial: lpc32xx_hs: allow compile-testingArnd Bergmann2-3/+2
2019-07-30kgdboc: disable the console lock when in kgdbDouglas Anderson1-0/+4
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose1-7/+1
2019-07-28Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-754/+5
2019-07-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+2
2019-07-25tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loopPeter Zijlstra1-3/+2
2019-07-25vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter1-1/+5
2019-07-25tty: serial: netx: Delete driverLinus Walleij3-753/+0
2019-07-22Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet1-1/+1
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-4/+43
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-4/+2
2019-07-17docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-07-15Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into a...Olof Johansson2-4/+43
2019-07-15docs: serial: move it to the driver-apiMauro Carvalho Chehab2-3/+3
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-07-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-07-15docs: console.txt: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+15
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
2019-07-11Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds27-2552/+864
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-09Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds1-0/+18
2019-07-04tty: serial: fsl_lpuart: add imx8qxp supportFugang Duan1-20/+86