summaryrefslogtreecommitdiffstats
path: root/block (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-22serial: sunsu: drop low-latency workaroundJohan Hovold1-4/+0
2021-04-22serial: sifive: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: txx9: drop low-latency workaroundJohan Hovold1-2/+2
2021-04-22serial: sa1100: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: rp2: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: rda: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: owl: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: msm_serial: drop low-latency workaroundJohan Hovold1-4/+0
2021-04-22serial: mpc52xx_uart: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: meson: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: mcf: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: lpc32xx_hs: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: icom: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: bcm63xx: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: atmel_serial: drop low-latency workaroundJohan Hovold1-18/+0
2021-04-22serial: arc_uart: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: ar933x: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: apbuart: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: amba-pl011: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: amba-pl010: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: altera_uart: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: altera_jtaguart: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22tty: mxser: drop low-latency workaroundJohan Hovold1-7/+0
2021-04-22serial: omap: fix rs485 half-duplex filteringDario Binacchi1-15/+24
2021-04-22serial: omap: don't disable rs485 if rts gpio is missingDario Binacchi1-8/+4
2021-04-22serial: stm32: defer sysrq processingJohan Hovold1-10/+6
2021-04-22serial: stm32: fix threaded interrupt handlingJohan Hovold1-10/+12
2021-04-22serial: do not restore interrupt state in sysrq helperJohan Hovold6-22/+22
2021-04-22tty: synclink_gt: remove redundant initialization of variable countColin Ian King1-1/+1
2021-04-22ttyprintk: Add TTY hangup callback.Tetsuo Handa1-0/+11
2021-04-15serial: sh-sci: remove obsolete latency workaroundUlrich Hecht1-12/+1
2021-04-15tty: clean include/linux/tty.h upGreg Kroah-Hartman5-34/+40
2021-04-15tty: move some tty-only functions to drivers/tty/tty.hGreg Kroah-Hartman3-16/+18
2021-04-15tty: make tty_release_redirect() staticGreg Kroah-Hartman2-3/+1
2021-04-15tty: move some internal tty lock enums and functions out of tty.hGreg Kroah-Hartman4-27/+28
2021-04-15tty: audit: move some local functions out of tty.hGreg Kroah-Hartman3-10/+15
2021-04-15tty: tty.h: remove tty_info()Greg Kroah-Hartman1-1/+0
2021-04-15tty: create internal tty.h fileGreg Kroah-Hartman8-12/+27
2021-04-15tty: n_gsm: check error while registering tty devicesHillf Danton1-2/+12
2021-04-15dt-bindings: serial: 8250: add aspeed, lpc-io-reg and aspeed, lpc-interruptsZev Weiss1-3/+24
2021-04-15serial: 8250_aspeed_vuart: add aspeed, lpc-io-reg and aspeed, lpc-interrupts ...Zev Weiss1-2/+49
2021-04-15serial: 8250_aspeed_vuart: refactor sirq and lpc address setting codeZev Weiss1-16/+35
2021-04-15dt-bindings: serial: 8250: deprecate aspeed, sirq-polarity-senseZev Weiss1-0/+1
2021-04-10tty: hvc: make symbol 'hvc_udbg_dev' staticYu Kuai1-1/+1
2021-04-10tty: clarify that not all ttys have a class deviceJohan Hovold1-1/+1
2021-04-10serial: Add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-04-10dt-bindings: serial: samsung: include generic dtschema to match bluetooth childKrzysztof Kozlowski1-1/+3
2021-04-10serial: core: return early on unsupported ioctlsJohan Hovold1-3/+3
2021-04-10serial: core: drop redundant TIOCGSERIAL memsetJohan Hovold1-2/+0
2021-04-10tty: add ASYNC_SPLIT_TERMIOS to deprecation maskJohan Hovold1-2/+2