summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2019-09-04serial: lantiq: Use proper DT compatible stringRahul Tanwar1-2/+2
2019-09-04serial: 8250_lpss: Enable HS UART on Elkhart LakeAndy Shevchenko1-0/+18
2019-09-04serial: 8250_lpss: Get rid of custom LPSS_DEVICE() macroAndy Shevchenko1-10/+8
2019-09-04serial: 8250_lpss: register DMA IRQ and pool with instance IDAndy Shevchenko1-0/+1
2019-09-04serial: 8250_lpss: add fractional divisor supportAndy Shevchenko1-5/+2
2019-09-04serial: 8250_lpss: switch to use 8250_dwlib libraryAndy Shevchenko2-9/+14
2019-09-04serial: 8250_dw: switch to use 8250_dwlib libraryAndy Shevchenko2-135/+28
2019-09-04serial: 8250_dw: split Synopsys DesignWare 8250 common functionsAndy Shevchenko4-0/+149
2019-09-04serial: 8250_dw: use pointer to uart local variableAndy Shevchenko1-4/+4
2019-09-04serial: 8250_dw: Use a unified new dev variable in removeAndy Shevchenko1-3/+4
2019-09-04serial: lantiq: Add SMP supportRahul Tanwar1-15/+32
2019-09-04tty: serial: fsl_lpuart: Ignore TX/RX interrupts if DMA is enabledAndrey Smirnov1-2/+2
2019-09-04tty: serial: fsl_lpuart: Don't enable TIE in .startup() or .resume()Andrey Smirnov1-1/+1
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart*_setup_watermark_enable()Andrey Smirnov1-22/+28
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart32_configure()Andrey Smirnov1-27/+21
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_rx_dma_startup()Andrey Smirnov1-23/+17
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_tx_dma_startup()Andrey Smirnov1-30/+23
2019-09-04serial: 8250_exar: Replace msleep(1) with usleep_range()Andy Shevchenko1-1/+1
2019-09-04serial: 8250_exar: Consolidate callback assignments in default_setup()Andy Shevchenko1-22/+21
2019-09-04tty: serial: qcom_geni_serial: use devm_platform_ioremap_resource() to simpli...YueHaibing1-3/+1
2019-09-04serial: 8250: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf1-4/+2
2019-09-04serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf1-1/+1
2019-09-04serial: mctrl_gpio: Avoid probe failures in case of missing gpiolibFrieder Schrempf1-3/+3
2019-09-04serial: 8250_exar: Absorb remaining 8250_port INT0 supportAaron Sierra2-17/+16
2019-09-04serial: sh-sci: Use DEVICE_ATTR_RW() for rx_fifo_triggerGeert Uytterhoeven1-8/+6
2019-09-04tty: serial: qcom_geni_serial: Update the oversampling rateVivek Gautam1-3/+12
2019-09-04serial: 8250_exar: Clear buffer before shutdownRobert Middleton1-0/+23
2019-09-04serial: 8250_exar: Move custom divisor support out from 8250_portAndy Shevchenko2-26/+28
2019-09-04serial: 8250_exar: Extract PM routine from 8250_portAndy Shevchenko2-14/+16
2019-09-04serial: 8250_exar: No need to autoconfigure Exar portsAndy Shevchenko2-36/+17
2019-09-04serial: sh-sci: use driver core functions, not sysfs ones.Greg Kroah-Hartman1-14/+8
2019-09-04xilinx_uartps.c: suppress "may be used uninitialised" warningStephen Rothwell1-1/+1
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd15-61/+19
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_dma_shutdown()Andrey Smirnov1-24/+18
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary lpuart*_stop_tx()Andrey Smirnov1-4/+0
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_stopped_or_empty()Andrey Smirnov1-7/+10
2019-09-04tty: serial: fsl_lpuart: Use cpu_relax() instead of barrier()Andrey Smirnov1-2/+2
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_wait_bit_set()Andrey Smirnov1-20/+22
2019-09-04tty: serial: fsl_lpuart: Use appropriate lpuart32_* I/O funcsAndrey Smirnov1-14/+14
2019-09-04tty: serial: fsl_lpuart: Clear CSTOPB unconditionallyAndrey Smirnov1-2/+1
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary extra parenthesisAndrey Smirnov1-10/+10
2019-09-04tty: serial: fsl_lpuart: Drop no-op bit opearationAndrey Smirnov1-4/+2
2019-09-04tty: serial: fls_lpuart: Split shared TX IRQ handler into twoAndrey Smirnov1-26/+35
2019-09-04tty: serial: fsl_lpuart: Fix issue in software flow controlAndrey Smirnov1-0/+2
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary uart_write_wakeup()Andrey Smirnov1-3/+0
2019-09-04tty: serial: fsl_lpuart: Fix bogus indentationAndrey Smirnov1-3/+3
2019-09-04tty: serial: fsl_lpuart: Simplify RX/TX IRQ handlersAndrey Smirnov1-13/+7
2019-09-04tty: serial: fsl_lpuart: Flush HW FIFOs in .flush_bufferAndrey Smirnov1-6/+17
2019-09-04tty: serial: fsl_lpuart: flush receive FIFO after overrunsStefan Agner1-2/+13
2019-09-04tty: serial: fsl_lpuart: fix framing error handling when using DMAStefan Agner1-0/+26