summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-226-22/+22
* 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-155-34/+40
* tty: move some tty-only functions to drivers/tty/tty.hGreg Kroah-Hartman2021-04-153-16/+18
* tty: make tty_release_redirect() staticGreg Kroah-Hartman2021-04-152-3/+1
* tty: move some internal tty lock enums and functions out of tty.hGreg Kroah-Hartman2021-04-154-27/+28
* tty: audit: move some local functions out of tty.hGreg Kroah-Hartman2021-04-153-10/+15
* tty: tty.h: remove tty_info()Greg Kroah-Hartman2021-04-151-1/+0
* tty: create internal tty.h fileGreg Kroah-Hartman2021-04-158-12/+27
* tty: n_gsm: check error while registering tty devicesHillf Danton2021-04-151-2/+12
* dt-bindings: serial: 8250: add aspeed, lpc-io-reg and aspeed, lpc-interruptsZev Weiss2021-04-151-3/+24
* 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
* dt-bindings: serial: 8250: deprecate aspeed, sirq-polarity-senseZev Weiss2021-04-151-0/+1
* tty: hvc: make symbol 'hvc_udbg_dev' staticYu Kuai2021-04-101-1/+1
* tty: clarify that not all ttys have a class deviceJohan Hovold2021-04-101-1/+1
* serial: Add missing MODULE_DEVICE_TABLEBixuan Cui2021-04-101-0/+1
* dt-bindings: serial: samsung: include generic dtschema to match bluetooth childKrzysztof Kozlowski2021-04-101-1/+3
* serial: core: return early on unsupported ioctlsJohan Hovold2021-04-101-3/+3
* serial: core: drop redundant TIOCGSERIAL memsetJohan Hovold2021-04-101-2/+0