summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2019-09-04tty: serial: fsl_lpuart: Use cpu_relax() instead of barrier()Andrey Smirnov-2/+2
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_wait_bit_set()Andrey Smirnov-20/+22
2019-09-04tty: serial: fsl_lpuart: Use appropriate lpuart32_* I/O funcsAndrey Smirnov-14/+14
2019-09-04tty: serial: fsl_lpuart: Clear CSTOPB unconditionallyAndrey Smirnov-2/+1
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary extra parenthesisAndrey Smirnov-10/+10
2019-09-04tty: serial: fsl_lpuart: Drop no-op bit opearationAndrey Smirnov-4/+2
2019-09-04tty: serial: fls_lpuart: Split shared TX IRQ handler into twoAndrey Smirnov-26/+35
2019-09-04tty: serial: fsl_lpuart: Fix issue in software flow controlAndrey Smirnov-0/+2
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary uart_write_wakeup()Andrey Smirnov-3/+0
2019-09-04tty: serial: fsl_lpuart: Fix bogus indentationAndrey Smirnov-3/+3
2019-09-04tty: serial: fsl_lpuart: Simplify RX/TX IRQ handlersAndrey Smirnov-13/+7
2019-09-04tty: serial: fsl_lpuart: Flush HW FIFOs in .flush_bufferAndrey Smirnov-6/+17
2019-09-04tty: serial: fsl_lpuart: flush receive FIFO after overrunsStefan Agner-2/+13
2019-09-04tty: serial: fsl_lpuart: fix framing error handling when using DMAStefan Agner-0/+26
2019-09-04serial: imx: get rid of imx_uart_rts_auto()Sergey Organov-13/+8
2019-09-04serial: imx: set_mctrl(): correctly restore autoRTS stateSergey Organov-2/+14
2019-09-04serial: imx: set_termios(): do not enable autoRTS if RTS is unsetSergey Organov-1/+6
2019-09-04serial: 8250_pnp: Move to struct dev_pm_opsAndy Shevchenko-11/+9
2019-09-04serial/8250: Add support for NI-Serial PXI/PXIe+485 devicesJe Yen Tam-4/+288
2019-09-04serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEPErwan Le Ray-5/+4
2019-09-04serial: stm32: add pm_runtime supportErwan Le Ray-3/+38
2019-09-04serial: stm32: select pinctrl state in each suspend/resume functionErwan Le Ray-0/+5
2019-09-048250_lpss: check null return when calling pci_ioremap_barNavid Emamdoost-2/+8
2019-09-04tty: serial: fsl_lpuart: correct the FIFO depth sizeFugang Duan-10/+9
2019-09-04tty: serial: fsl_lpuart: remove sg_set_buf() for sport->rx_sglFugang Duan-1/+0
2019-09-04tty: serial: fsl_lpuart: use kzalloc() instead of kmalloc()Fugang Duan-1/+1
2019-09-04tty: serial: fsl_lpuart: add earlycon for imx8qxp platformFugang Duan-0/+1
2019-09-04tty: serial: fsl_lpuart: remove the dev.coherent_dma_mask zero settingFugang Duan-2/+0
2019-09-04serial: 8250_exar: Use struct_size() helperAndy Shevchenko-3/+1
2019-09-04tty: nozomi: Use dev_get_drvdataChuhong Yuan-2/+2
2019-09-04serial: 8250: Use dev_get_drvdata where possibleChuhong Yuan-4/+2
2019-09-04tty/isicom: remove redundant assignment to variable word_countColin Ian King-1/+0
2019-09-04tty: serial: Remove call to memset after pci_alloc_consistentFuqian Huang-2/+0
2019-09-04tty: hvcs: Fix odd use of strlcpyJoe Perches-2/+2
2019-09-04serial: 8250_omap: Fix idling for unloaded serdev driversTony Lindgren-1/+10
2019-09-04tty: n_gsm: add helpers to convert mux-num to/from tty-baseMartin Hundebøll-4/+15
2019-08-19lockdown: Lock down TIOCSSERIALDavid Howells-0/+5
2019-08-16tty/serial: remove the ioc3_serial driverChristoph Hellwig-2204/+0
2019-08-16tty/serial: remove the ioc4_serial driverChristoph Hellwig-2965/+0
2019-08-16tty/serial: remove the sn_console driverChristoph Hellwig-1047/+0
2019-08-15serial: lpc32xx: allow compile testingArnd Bergmann-31/+4
2019-08-15serial: lpc32xx_hs: allow compile-testingArnd Bergmann-3/+2
2019-07-30kgdboc: disable the console lock when in kgdbDouglas Anderson-0/+4
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose-7/+1
2019-07-28Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-754/+5
2019-07-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+2
2019-07-25tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loopPeter Zijlstra-3/+2
2019-07-25vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter-1/+5
2019-07-25tty: serial: netx: Delete driverLinus Walleij-753/+0
2019-07-22Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet-1/+1