summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorLines
2019-09-04tty: n_gsm: add ioctl to map serial device to mux'ed ttyMartin Hundebøll-0/+4
2019-09-04serial: 8250_pci: Merge 8250_moxa to 8250_pciKai-Heng Feng-180/+99
2019-09-04serial: sprd: Add loopback function supportBaolin Wang-1/+9
2019-09-04serial: mxs-auart: Don't check for mctrl_gpio_to_gpiod() returning errorGeert Uytterhoeven-4/+2
2019-09-04serial: sh-sci: Don't check for mctrl_gpio_to_gpiod() returning errorGeert Uytterhoeven-7/+5
2019-09-04serial: tegra: protect IER against LCR.DLABAhung Cheng-0/+3
2019-09-04serial: tegra: add internal loopback functionalityAndreas Abel-4/+22
2019-09-04tty/serial: atmel: reschedule TX after RX was startedRazvan Stefanescu-1/+0
2019-09-04tty: serial: Add linflexuart driver for S32V234Stefan-gabriel Mirea-0/+958
2019-09-04tty/serial: atmel: remove redundant assignment to retColin Ian King-1/+1
2019-09-04serial: 8250_pci: Add support for Sunix serial boardsKai-Heng Feng-17/+84
2019-09-04serial: remove ks8695 driverArnd Bergmann-716/+0
2019-09-04serial: lantiq: Add support for Lightning Mountain SoCRahul Tanwar-0/+71
2019-09-04serial: lantiq: Make IRQ & ISR assignment dynamicRahul Tanwar-45/+96
2019-09-04serial: lantiq: Use proper DT compatible stringRahul Tanwar-2/+2
2019-09-04serial: 8250_lpss: Enable HS UART on Elkhart LakeAndy Shevchenko-0/+18
2019-09-04serial: 8250_lpss: Get rid of custom LPSS_DEVICE() macroAndy Shevchenko-10/+8
2019-09-04serial: 8250_lpss: register DMA IRQ and pool with instance IDAndy Shevchenko-0/+1
2019-09-04serial: 8250_lpss: add fractional divisor supportAndy Shevchenko-5/+2
2019-09-04serial: 8250_lpss: switch to use 8250_dwlib libraryAndy Shevchenko-9/+14
2019-09-04serial: 8250_dw: switch to use 8250_dwlib libraryAndy Shevchenko-135/+28
2019-09-04serial: 8250_dw: split Synopsys DesignWare 8250 common functionsAndy Shevchenko-0/+149
2019-09-04serial: 8250_dw: use pointer to uart local variableAndy Shevchenko-4/+4
2019-09-04serial: 8250_dw: Use a unified new dev variable in removeAndy Shevchenko-3/+4
2019-09-04serial: lantiq: Add SMP supportRahul Tanwar-15/+32
2019-09-04tty: serial: fsl_lpuart: Ignore TX/RX interrupts if DMA is enabledAndrey Smirnov-2/+2
2019-09-04tty: serial: fsl_lpuart: Don't enable TIE in .startup() or .resume()Andrey Smirnov-1/+1
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart*_setup_watermark_enable()Andrey Smirnov-22/+28
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart32_configure()Andrey Smirnov-27/+21
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_rx_dma_startup()Andrey Smirnov-23/+17
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_tx_dma_startup()Andrey Smirnov-30/+23
2019-09-04serial: 8250_exar: Replace msleep(1) with usleep_range()Andy Shevchenko-1/+1
2019-09-04serial: 8250_exar: Consolidate callback assignments in default_setup()Andy Shevchenko-22/+21
2019-09-04tty: serial: qcom_geni_serial: use devm_platform_ioremap_resource() to simpli...YueHaibing-3/+1
2019-09-04serial: 8250: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf-4/+2
2019-09-04serial: sh-sci: Don't check for mctrl_gpio_init() returning -ENOSYSFrieder Schrempf-1/+1
2019-09-04serial: mctrl_gpio: Avoid probe failures in case of missing gpiolibFrieder Schrempf-3/+3
2019-09-04serial: 8250_exar: Absorb remaining 8250_port INT0 supportAaron Sierra-17/+16
2019-09-04serial: sh-sci: Use DEVICE_ATTR_RW() for rx_fifo_triggerGeert Uytterhoeven-8/+6
2019-09-04tty: serial: qcom_geni_serial: Update the oversampling rateVivek Gautam-3/+12
2019-09-04serial: 8250_exar: Clear buffer before shutdownRobert Middleton-0/+23
2019-09-04serial: 8250_exar: Move custom divisor support out from 8250_portAndy Shevchenko-26/+28
2019-09-04serial: 8250_exar: Extract PM routine from 8250_portAndy Shevchenko-14/+16
2019-09-04serial: 8250_exar: No need to autoconfigure Exar portsAndy Shevchenko-36/+17
2019-09-04serial: sh-sci: use driver core functions, not sysfs ones.Greg Kroah-Hartman-14/+8
2019-09-04xilinx_uartps.c: suppress "may be used uninitialised" warningStephen Rothwell-1/+1
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd-61/+19
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_dma_shutdown()Andrey Smirnov-24/+18
2019-09-04tty: serial: fsl_lpuart: Drop unnecessary lpuart*_stop_tx()Andrey Smirnov-4/+0
2019-09-04tty: serial: fsl_lpuart: Introduce lpuart_stopped_or_empty()Andrey Smirnov-7/+10