summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | serial: 8250_lpss: Get rid of custom LPSS_DEVICE() macroAndy Shevchenko2019-09-041-10/+8
| * | serial: 8250_lpss: register DMA IRQ and pool with instance IDAndy Shevchenko2019-09-041-0/+1
| * | serial: 8250_lpss: add fractional divisor supportAndy Shevchenko2019-09-041-5/+2
| * | serial: 8250_lpss: switch to use 8250_dwlib libraryAndy Shevchenko2019-09-042-9/+14
| * | serial: 8250_dw: switch to use 8250_dwlib libraryAndy Shevchenko2019-09-042-135/+28
| * | serial: 8250_dw: split Synopsys DesignWare 8250 common functionsAndy Shevchenko2019-09-044-0/+149
| * | serial: 8250_dw: use pointer to uart local variableAndy Shevchenko2019-09-041-4/+4
| * | serial: 8250_dw: Use a unified new dev variable in removeAndy Shevchenko2019-09-041-3/+4
| * | serial: lantiq: Add SMP supportRahul Tanwar2019-09-041-15/+32
| * | tty: serial: fsl_lpuart: Ignore TX/RX interrupts if DMA is enabledAndrey Smirnov2019-09-041-2/+2
| * | tty: serial: fsl_lpuart: Don't enable TIE in .startup() or .resume()Andrey Smirnov2019-09-041-1/+1
| * | tty: serial: fsl_lpuart: Introduce lpuart*_setup_watermark_enable()Andrey Smirnov2019-09-041-22/+28
| * | tty: serial: fsl_lpuart: Introduce lpuart32_configure()Andrey Smirnov2019-09-041-27/+21
| * | tty: serial: fsl_lpuart: Introduce lpuart_rx_dma_startup()Andrey Smirnov2019-09-041-23/+17
| * | tty: serial: fsl_lpuart: Introduce lpuart_tx_dma_startup()Andrey Smirnov2019-09-041-30/+23
| * | serial: 8250_exar: Replace msleep(1) with usleep_range()Andy Shevchenko2019-09-041-1/+1
| * | serial: 8250_exar: Consolidate callback assignments in default_setup()Andy Shevchenko2019-09-041-22/+21
| * | tty: serial: qcom_geni_serial: use devm_platform_ioremap_resource() to simpli...YueHaibing2019-09-041-3/+1
| * | serial: 8250: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf2019-09-041-4/+2
| * | serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf2019-09-041-1/+1
| * | serial: mctrl_gpio: Avoid probe failures in case of missing gpiolibFrieder Schrempf2019-09-041-3/+3
| * | serial: 8250_exar: Absorb remaining 8250_port INT0 supportAaron Sierra2019-09-042-17/+16
| * | serial: sh-sci: Use DEVICE_ATTR_RW() for rx_fifo_triggerGeert Uytterhoeven2019-09-041-8/+6
| * | tty: serial: qcom_geni_serial: Update the oversampling rateVivek Gautam2019-09-041-3/+12
| * | serial: 8250_exar: Clear buffer before shutdownRobert Middleton2019-09-041-0/+23
| * | serial: 8250_exar: Move custom divisor support out from 8250_portAndy Shevchenko2019-09-042-26/+28
| * | serial: 8250_exar: Extract PM routine from 8250_portAndy Shevchenko2019-09-042-14/+16
| * | serial: 8250_exar: No need to autoconfigure Exar portsAndy Shevchenko2019-09-042-36/+17
| * | serial: sh-sci: use driver core functions, not sysfs ones.Greg Kroah-Hartman2019-09-041-14/+8
| * | xilinx_uartps.c: suppress "may be used uninitialised" warningStephen Rothwell2019-09-041-1/+1
| * | 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