summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)Author
2019-10-158250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King
2019-10-10tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang
2019-10-10serial: fix kernel-doc warning in commentsRandy Dunlap
2019-10-07serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford
2019-10-07serial: mctrl_gpio: Check for NULL pointerAdam Ford
2019-10-07tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()Andrey Smirnov
2019-10-04tty: n_hdlc: fix build on SPARCRandy Dunlap
2019-10-04serial: uartps: Fix uartps_major handlingMichal Simek
2019-10-04serial: uartlite: fix exit path null pointerRandy Dunlap
2019-10-04tty: serial: linflexuart: Fix magic SysRq handlingStefan-gabriel Mirea
2019-10-04serial: sh-sci: Use platform_get_irq_optional() for optional interruptsGeert Uytterhoeven
2019-10-04serial/sifive: select SERIAL_EARLYCONChristoph Hellwig
2019-10-04tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'Christophe JAILLET
2019-10-04tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'Christophe JAILLET
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-18Merge tag 'tty-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-05serial: tegra: Add PIO mode supportKrishna Yarlagadda
2019-09-05serial: tegra: report clk rate errorsKrishna Yarlagadda
2019-09-05serial: tegra: add support to adjust baud rateKrishna Yarlagadda
2019-09-05serial: tegra: add support to use 8 bytes triggerKrishna Yarlagadda
2019-09-05serial: tegra: set maximum num of uart ports to 8Krishna Yarlagadda
2019-09-05serial: tegra: check for FIFO mode enabled statusKrishna Yarlagadda
2019-09-05serial: tegra: report error to upper tty layerKrishna Yarlagadda
2019-09-05serial: tegra: flush the RX fifo on frame errorShardar Shariff Md
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