summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang2019-10-101-2/+2
* serial: fix kernel-doc warning in commentsRandy Dunlap2019-10-101-0/+2
* serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford2019-10-071-2/+3
* serial: mctrl_gpio: Check for NULL pointerAdam Ford2019-10-071-0/+3
* tty: serial: fsl_lpuart: Fix lpuart_flush_buffer()Andrey Smirnov2019-10-071-1/+1
* tty: n_hdlc: fix build on SPARCRandy Dunlap2019-10-041-0/+5
* serial: uartps: Fix uartps_major handlingMichal Simek2019-10-041-1/+7
* serial: uartlite: fix exit path null pointerRandy Dunlap2019-10-041-1/+2
* tty: serial: linflexuart: Fix magic SysRq handlingStefan-gabriel Mirea2019-10-041-7/+14
* serial: sh-sci: Use platform_get_irq_optional() for optional interruptsGeert Uytterhoeven2019-10-041-2/+6
* serial/sifive: select SERIAL_EARLYCONChristoph Hellwig2019-10-041-0/+1
* tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'Christophe JAILLET2019-10-041-1/+1
* tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'Christophe JAILLET2019-10-041-1/+1
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+5
|\
| * lockdown: Lock down TIOCSSERIALDavid Howells2019-08-191-0/+5
* | Merge tag 'tty-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-09-1846-1798/+3026
|\ \
| * | serial: tegra: Add PIO mode supportKrishna Yarlagadda2019-09-051-31/+86
| * | serial: tegra: report clk rate errorsKrishna Yarlagadda2019-09-051-2/+57
| * | serial: tegra: add support to adjust baud rateKrishna Yarlagadda2019-09-051-0/+68
| * | serial: tegra: add support to use 8 bytes triggerKrishna Yarlagadda2019-09-051-2/+11
| * | serial: tegra: set maximum num of uart ports to 8Krishna Yarlagadda2019-09-051-2/+17
| * | serial: tegra: check for FIFO mode enabled statusKrishna Yarlagadda2019-09-051-6/+46
| * | serial: tegra: report error to upper tty layerKrishna Yarlagadda2019-09-051-3/+16
| * | serial: tegra: flush the RX fifo on frame errorShardar Shariff Md2019-09-051-0/+14
| * | serial: tegra: avoid reg access when clk disabledAhung Cheng2019-09-051-6/+11
| * | serial: tegra: add support to ignore readShardar Shariff Md2019-09-051-0/+12
| * | serial: sprd: correct the wrong sequence of argumentsChunyan Zhang2019-09-051-1/+1
| * | serial: max310x: turn off transmitter before activating AutoCTS or auto trans...Christoph Vogtländer2019-09-051-0/+18
| * | serial: max310x: Properly set flags in AutoCTS modeChristoph Vogtländer2019-09-051-2/+10
| * | tty: serial: fix platform_no_drv_owner.cocci warningskbuild test robot2019-09-041-1/+0
| * | serial: fsl_linflexuart: Update compatible stringStefan-gabriel Mirea2019-09-041-2/+2
| * | tty: n_gsm: avoid recursive locking with async port hangupMartin Hundebøll2019-09-041-1/+1
| * | serial: sprd: keep console alive even if missing the 'enable' clockChunyan Zhang2019-09-041-4/+21
| * | serial: sprd: add console_initcall in sprd's uart driverChunyan Zhang2019-09-041-0/+7
| * | serial: sprd: check the right port and membaseChunyan Zhang2019-09-041-4/+6
| * | tty/serial: atmel: remove unneeded atmel_get_lines_status functionRichard Genoud2019-09-041-46/+2
| * | serial: imx: use Tx ready rather than Tx empty irqSergey Organov2019-09-041-9/+9
| * | serial: imx: fix data breakage on termios changeSergey Organov2019-09-041-3/+16
| * | serial: imx: do not disable individual irqs during termios changeSergey Organov2019-09-041-12/+1
| * | serial: imx: do not stop Rx/Tx on termios changeSergey Organov2019-09-041-3/+0
| * | serial: imx: get rid of unbounded busy-waiting loopSergey Organov2019-09-041-4/+1
| * | tty: max310x: fix off-by-one buffer access when storing overrunJan Kundrát2019-09-041-1/+1
| * | tty: serial: linflexuart: Use DEFINE_SPINLOCK() for spinlockWei Yongjun2019-09-041-5/+1
| * | serial: 8250_pci: Implement MSI(-X) supportRalf Ramsauer2019-09-041-1/+26
| * | serial: 8250_pci: Add F81504A series SupportJi-Ze Hong (Peter Hong)2019-09-041-0/+121
| * | serial: mctrl_gpio: Use gpiod flags directlyAndy Shevchenko2019-09-041-18/+18
| * | tty: serial: add dependence for CONFIG_SERIAL_FSL_LINFLEXUARTMao Wenan2019-09-041-0/+1
| * | tty: n_gsm: add ioctl to map serial device to mux'ed ttyMartin Hundebøll2019-09-041-0/+4
| * | serial: 8250_pci: Merge 8250_moxa to 8250_pciKai-Heng Feng2019-09-044-180/+99
| * | serial: sprd: Add loopback function supportBaolin Wang2019-09-041-1/+9