summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2019-09-05serial: tegra: avoid reg access when clk disabledAhung Cheng
2019-09-05serial: tegra: add support to ignore readShardar Shariff Md
2019-09-05serial: sprd: correct the wrong sequence of argumentsChunyan Zhang
2019-09-05serial: max310x: turn off transmitter before activating AutoCTS or auto trans...Christoph Vogtländer
2019-09-05serial: max310x: Properly set flags in AutoCTS modeChristoph Vogtländer
2019-09-04tty: serial: fix platform_no_drv_owner.cocci warningskbuild test robot
2019-09-04serial: fsl_linflexuart: Update compatible stringStefan-gabriel Mirea
2019-09-04tty: n_gsm: avoid recursive locking with async port hangupMartin Hundebøll
2019-09-04serial: sprd: keep console alive even if missing the 'enable' clockChunyan Zhang
2019-09-04serial: sprd: add console_initcall in sprd's uart driverChunyan Zhang
2019-09-04serial: sprd: check the right port and membaseChunyan Zhang
2019-09-04tty/serial: atmel: remove unneeded atmel_get_lines_status functionRichard Genoud
2019-09-04serial: imx: use Tx ready rather than Tx empty irqSergey Organov
2019-09-04serial: imx: fix data breakage on termios changeSergey Organov
2019-09-04serial: imx: do not disable individual irqs during termios changeSergey Organov
2019-09-04serial: imx: do not stop Rx/Tx on termios changeSergey Organov
2019-09-04serial: imx: get rid of unbounded busy-waiting loopSergey Organov
2019-09-04tty: max310x: fix off-by-one buffer access when storing overrunJan Kundrát
2019-09-04tty: serial: linflexuart: Use DEFINE_SPINLOCK() for spinlockWei Yongjun
2019-09-04serial: 8250_pci: Implement MSI(-X) supportRalf Ramsauer
2019-09-04serial: 8250_pci: Add F81504A series SupportJi-Ze Hong (Peter Hong)
2019-09-04serial: mctrl_gpio: Use gpiod flags directlyAndy Shevchenko
2019-09-04tty: serial: add dependence for CONFIG_SERIAL_FSL_LINFLEXUARTMao Wenan
2019-09-04tty: n_gsm: add ioctl to map serial device to mux'ed ttyMartin Hundebøll
2019-09-04serial: 8250_pci: Merge 8250_moxa to 8250_pciKai-Heng Feng
2019-09-04serial: sprd: Add loopback function supportBaolin Wang
2019-09-04serial: mxs-auart: Don't check for mctrl_gpio_to_gpiod() returning errorGeert Uytterhoeven
2019-09-04serial: sh-sci: Don't check for mctrl_gpio_to_gpiod() returning errorGeert Uytterhoeven
2019-09-04serial: tegra: protect IER against LCR.DLABAhung Cheng
2019-09-04serial: tegra: add internal loopback functionalityAndreas Abel
2019-09-04tty/serial: atmel: reschedule TX after RX was startedRazvan Stefanescu
2019-09-04tty: serial: Add linflexuart driver for S32V234Stefan-gabriel Mirea
2019-09-04tty/serial: atmel: remove redundant assignment to retColin Ian King
2019-09-04serial: 8250_pci: Add support for Sunix serial boardsKai-Heng Feng
2019-09-04serial: remove ks8695 driverArnd Bergmann
2019-09-04serial: lantiq: Add support for Lightning Mountain SoCRahul Tanwar
2019-09-04serial: lantiq: Make IRQ & ISR assignment dynamicRahul Tanwar
2019-09-04serial: lantiq: Use proper DT compatible stringRahul Tanwar
2019-09-04serial: 8250_lpss: Enable HS UART on Elkhart LakeAndy Shevchenko
2019-09-04serial: 8250_lpss: Get rid of custom LPSS_DEVICE() macroAndy Shevchenko
2019-09-04serial: 8250_lpss: register DMA IRQ and pool with instance IDAndy Shevchenko
2019-09-04serial: 8250_lpss: add fractional divisor supportAndy Shevchenko
2019-09-04serial: 8250_lpss: switch to use 8250_dwlib libraryAndy Shevchenko
2019-09-04serial: 8250_dw: switch to use 8250_dwlib libraryAndy Shevchenko
2019-09-04serial: 8250_dw: split Synopsys DesignWare 8250 common functionsAndy Shevchenko
2019-09-04serial: 8250_dw: use pointer to uart local variableAndy Shevchenko
2019-09-04serial: 8250_dw: Use a unified new dev variable in removeAndy Shevchenko
2019-09-04serial: lantiq: Add SMP supportRahul Tanwar
2019-09-04tty: serial: fsl_lpuart: Ignore TX/RX interrupts if DMA is enabledAndrey Smirnov
2019-09-04tty: serial: fsl_lpuart: Don't enable TIE in .startup() or .resume()Andrey Smirnov