aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-20Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-3/+2
2021-05-15tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa1-1/+1
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds1-10/+47
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-3/+3
2021-05-13vt_ioctl: Revert VT_RESIZEX parameter handling removalMaciej W. Rozycki1-10/+47
2021-05-13serial: max310x: unregister uart driver in case of failure and abortAtul Gopinathan1-2/+4
2021-05-13Revert "serial: max310x: pass return value of spi_register_driver"Greg Kroah-Hartman1-2/+2
2021-05-13Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference"Greg Kroah-Hartman1-3/+0
2021-05-02.gitignore: prefix local generated files with a slashMasahiro Yamada1-3/+3
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-15/+8
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-62/+62
2021-04-22serial: extend compile-test coverageJohan Hovold2-10/+14
2021-04-22serial: stm32: add FIFO threshold configurationFabrice Gasnier2-12/+49
2021-04-22serial: xilinx_uartps: drop low-latency workaroundJohan Hovold1-2/+1
2021-04-22serial: vt8500: drop low-latency workaroundJohan Hovold1-2/+0
2021-04-22serial: timbuart: drop low-latency workaroundJohan Hovold1-2/+0
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 Hovold5-17/+17
2021-04-22tty: synclink_gt: remove redundant initialization of variable countColin Ian King1-1/+1
2021-04-15serial: sh-sci: remove obsolete latency workaroundUlrich Hecht1-12/+1
2021-04-15tty: clean include/linux/tty.h upGreg Kroah-Hartman4-0/+40
2021-04-15tty: move some tty-only functions to drivers/tty/tty.hGreg Kroah-Hartman2-0/+18
2021-04-15tty: make tty_release_redirect() staticGreg Kroah-Hartman1-2/+1
2021-04-15tty: move some internal tty lock enums and functions out of tty.hGreg Kroah-Hartman3-1/+28