summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-0415-61/+19
* tty: serial: fsl_lpuart: Introduce lpuart_dma_shutdown()Andrey Smirnov2019-09-041-24/+18
* tty: serial: fsl_lpuart: Drop unnecessary lpuart*_stop_tx()Andrey Smirnov2019-09-041-4/+0
* tty: serial: fsl_lpuart: Introduce lpuart_stopped_or_empty()Andrey Smirnov2019-09-041-7/+10
* tty: serial: fsl_lpuart: Use cpu_relax() instead of barrier()Andrey Smirnov2019-09-041-2/+2
* tty: serial: fsl_lpuart: Introduce lpuart_wait_bit_set()Andrey Smirnov2019-09-041-20/+22
* tty: serial: fsl_lpuart: Use appropriate lpuart32_* I/O funcsAndrey Smirnov2019-09-041-14/+14
* tty: serial: fsl_lpuart: Clear CSTOPB unconditionallyAndrey Smirnov2019-09-041-2/+1
* tty: serial: fsl_lpuart: Drop unnecessary extra parenthesisAndrey Smirnov2019-09-041-10/+10
* tty: serial: fsl_lpuart: Drop no-op bit opearationAndrey Smirnov2019-09-041-4/+2
* tty: serial: fls_lpuart: Split shared TX IRQ handler into twoAndrey Smirnov2019-09-041-26/+35
* tty: serial: fsl_lpuart: Fix issue in software flow controlAndrey Smirnov2019-09-041-0/+2
* tty: serial: fsl_lpuart: Drop unnecessary uart_write_wakeup()Andrey Smirnov2019-09-041-3/+0
* tty: serial: fsl_lpuart: Fix bogus indentationAndrey Smirnov2019-09-041-3/+3
* tty: serial: fsl_lpuart: Simplify RX/TX IRQ handlersAndrey Smirnov2019-09-041-13/+7
* tty: serial: fsl_lpuart: Flush HW FIFOs in .flush_bufferAndrey Smirnov2019-09-041-6/+17
* tty: serial: fsl_lpuart: flush receive FIFO after overrunsStefan Agner2019-09-041-2/+13
* tty: serial: fsl_lpuart: fix framing error handling when using DMAStefan Agner2019-09-041-0/+26
* serial: imx: get rid of imx_uart_rts_auto()Sergey Organov2019-09-041-13/+8
* serial: imx: set_mctrl(): correctly restore autoRTS stateSergey Organov2019-09-041-2/+14
* serial: imx: set_termios(): do not enable autoRTS if RTS is unsetSergey Organov2019-09-041-1/+6
* serial: 8250_pnp: Move to struct dev_pm_opsAndy Shevchenko2019-09-041-11/+9
* serial/8250: Add support for NI-Serial PXI/PXIe+485 devicesJe Yen Tam2019-09-041-4/+288
* serial: stm32: Use __maybe_unused instead of #if CONFIG_PM_SLEEPErwan Le Ray2019-09-041-5/+4
* serial: stm32: add pm_runtime supportErwan Le Ray2019-09-041-3/+38
* serial: stm32: select pinctrl state in each suspend/resume functionErwan Le Ray2019-09-041-0/+5
* 8250_lpss: check null return when calling pci_ioremap_barNavid Emamdoost2019-09-041-2/+8
* tty: serial: fsl_lpuart: correct the FIFO depth sizeFugang Duan2019-09-041-10/+9
* tty: serial: fsl_lpuart: remove sg_set_buf() for sport->rx_sglFugang Duan2019-09-041-1/+0
* tty: serial: fsl_lpuart: use kzalloc() instead of kmalloc()Fugang Duan2019-09-041-1/+1
* tty: serial: fsl_lpuart: add earlycon for imx8qxp platformFugang Duan2019-09-041-0/+1
* tty: serial: fsl_lpuart: remove the dev.coherent_dma_mask zero settingFugang Duan2019-09-041-2/+0
* serial: 8250_exar: Use struct_size() helperAndy Shevchenko2019-09-041-3/+1
* serial: 8250: Use dev_get_drvdata where possibleChuhong Yuan2019-09-042-4/+2
* tty: serial: Remove call to memset after pci_alloc_consistentFuqian Huang2019-09-041-2/+0
* serial: 8250_omap: Fix idling for unloaded serdev driversTony Lindgren2019-09-041-1/+10
* kgdboc: disable the console lock when in kgdbDouglas Anderson2019-07-301-0/+4
* tty: serial: netx: Delete driverLinus Walleij2019-07-253-753/+0
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-202-4/+43
|\
| * Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into a...Olof Johansson2019-07-162-4/+43
| |\
| | * serial: sa1100: add note about modem control signalsRussell King2019-06-041-0/+4
| | * serial: sa1100: add support for mctrl gpiosRussell King2019-06-042-4/+39
* | | docs: serial: move it to the driver-apiMauro Carvalho Chehab2019-07-151-1/+1
* | | docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2019-07-141-1/+1
|\ \ \
| * | | sunhv: Fix device naming inconsistency between sunhv_console and sunhv_regJohn Paul Adrian Glaubitz2019-06-131-1/+1
| |/ /
* | | tty: serial: fsl_lpuart: add imx8qxp supportFugang Duan2019-07-041-20/+86
* | | serial: imx: set_termios(): preserve RTS stateSergey Organov2019-07-031-5/+9
* | | serial: imx: set_termios(): clarify RTS/CTS bits calculationSergey Organov2019-07-031-24/+14
* | | serial: imx: set_termios(): factor-out 'ucr2' initial valueSergey Organov2019-07-031-3/+2