summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.4-rc3 into tty-nextGreg Kroah-Hartman2019-10-1413-18/+48
|\
| * 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
* | hvc: dcc: Add earlycon supportMichal Simek2019-10-111-0/+28
* | serdev: Add ACPI devices by ResourceSource fieldMaximilian Luz2019-10-101-12/+99
* | serial: sirf: make register info staticBen Dooks2019-10-101-2/+3
* | tty: serial: qcom_geni_serial: Wakeup over UART RXAkash Asthana2019-10-101-1/+43
* | tty: serial: qcom_geni_serial: IRQ cleanupAkash Asthana2019-10-101-10/+14
* | tty:n_gsm.c: destroy port by tty_port_destroy()Xiaoming Ni2019-10-041-0/+1
* | tty_ldisc: simplify tty_ldisc_autoload initializationPavel Machek2019-10-041-6/+1
* | drivers/tty/serial/8250: Make Aspeed VUART SIRQ polarity configurableOskar Senft2019-10-042-0/+85
* | serial: 8250_dw: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2019-10-041-43/+32
* | serial: 8250_lpss: Switch over to MSI interruptsFelipe Balbi2019-10-041-12/+9
* | tty/amba-pl011: fix a -Wunused-function warningQian Cai2019-10-041-4/+0
* | serial: core: Use cons->index for preferred console registrationMichal Simek2019-10-041-1/+2
* | tty: 8250_of: Use software emulated RS485 direction controlHeiko Schocher2019-10-041-0/+31
* | serial: sprd: Add polling IO supportLanqing Liu2019-10-041-0/+33
* | serial: imx: adapt rx buffer and dma periodsPhilipp Puschmann2019-10-041-3/+2
|/
* 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