summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-26105-11248/+2405
|\
| * serial: extend compile-test coverageJohan Hovold2021-04-222-10/+14
| * serial: stm32: add FIFO threshold configurationFabrice Gasnier2021-04-222-12/+49
| * serial: xilinx_uartps: drop low-latency workaroundJohan Hovold2021-04-221-2/+1
| * serial: vt8500: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: timbuart: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: sunsu: drop low-latency workaroundJohan Hovold2021-04-221-4/+0
| * serial: sifive: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: txx9: drop low-latency workaroundJohan Hovold2021-04-221-2/+2
| * serial: sa1100: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: rp2: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: rda: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: owl: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: msm_serial: drop low-latency workaroundJohan Hovold2021-04-221-4/+0
| * serial: mpc52xx_uart: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: meson: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: mcf: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: lpc32xx_hs: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: icom: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: bcm63xx: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: atmel_serial: drop low-latency workaroundJohan Hovold2021-04-221-18/+0
| * serial: arc_uart: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: ar933x: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: apbuart: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: amba-pl011: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: amba-pl010: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: altera_uart: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * serial: altera_jtaguart: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
| * tty: mxser: drop low-latency workaroundJohan Hovold2021-04-221-7/+0
| * serial: omap: fix rs485 half-duplex filteringDario Binacchi2021-04-221-15/+24
| * serial: omap: don't disable rs485 if rts gpio is missingDario Binacchi2021-04-221-8/+4
| * serial: stm32: defer sysrq processingJohan Hovold2021-04-221-10/+6
| * serial: stm32: fix threaded interrupt handlingJohan Hovold2021-04-221-10/+12
| * serial: do not restore interrupt state in sysrq helperJohan Hovold2021-04-225-17/+17
| * tty: synclink_gt: remove redundant initialization of variable countColin Ian King2021-04-221-1/+1
| * ttyprintk: Add TTY hangup callback.Tetsuo Handa2021-04-221-0/+11
| * serial: sh-sci: remove obsolete latency workaroundUlrich Hecht2021-04-151-12/+1
| * tty: clean include/linux/tty.h upGreg Kroah-Hartman2021-04-154-0/+40
| * tty: move some tty-only functions to drivers/tty/tty.hGreg Kroah-Hartman2021-04-152-0/+18
| * tty: make tty_release_redirect() staticGreg Kroah-Hartman2021-04-151-2/+1
| * tty: move some internal tty lock enums and functions out of tty.hGreg Kroah-Hartman2021-04-153-1/+28
| * tty: audit: move some local functions out of tty.hGreg Kroah-Hartman2021-04-152-0/+15
| * tty: tty.h: remove tty_info()Greg Kroah-Hartman2021-04-151-1/+0
| * tty: create internal tty.h fileGreg Kroah-Hartman2021-04-157-0/+27
| * tty: n_gsm: check error while registering tty devicesHillf Danton2021-04-151-2/+12
| * serial: 8250_aspeed_vuart: add aspeed, lpc-io-reg and aspeed, lpc-interrupts ...Zev Weiss2021-04-151-2/+49
| * serial: 8250_aspeed_vuart: refactor sirq and lpc address setting codeZev Weiss2021-04-151-16/+35
| * tty: hvc: make symbol 'hvc_udbg_dev' staticYu Kuai2021-04-101-1/+1
| * serial: Add missing MODULE_DEVICE_TABLEBixuan Cui2021-04-101-0/+1
| * serial: core: return early on unsupported ioctlsJohan Hovold2021-04-101-3/+3