summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | 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
* | | serial: core: drop redundant TIOCGSERIAL memsetJohan Hovold2021-04-101-2/+0
* | | tty: refactor TIOCSSERIAL handlingJohan Hovold2021-04-101-17/+16
* | | tty: use pr_warn_ratelimited() for deprecated serial flagsJohan Hovold2021-04-101-12/+6
* | | tty: fix return value for unsupported termiox ioctlsJohan Hovold2021-04-101-2/+2
* | | tty: fix return value for unsupported ioctlsJohan Hovold2021-04-101-5/+5
* | | tty: tty_ldisc: Remove the repeated word 'the'Xiaofei Tan2021-04-101-1/+1
* | | tty: tty_ldisc: Do not use assignment in if conditionXiaofei Tan2021-04-101-1/+2
* | | tty: tty_ldisc: Fix coding style issues of block commentsXiaofei Tan2021-04-101-12/+20
* | | tty: tty_ldisc: Add a blank line after declarationsXiaofei Tan2021-04-101-0/+2
* | | tty: tty_ldisc: Fix an issue of code indent should use tabsXiaofei Tan2021-04-101-1/+1
* | | tty: tty_jobctrl: Remove spaces before tabsXiaofei Tan2021-04-101-4/+4
* | | tty: tty_jobctrl: Fix coding style issues of block commentsXiaofei Tan2021-04-101-6/+10
* | | tty: tty_jobctrl: Add a blank line after declarationsXiaofei Tan2021-04-101-0/+5
* | | tty/sysrq: Fix issues of code indent should use tabsXiaofei Tan2021-04-101-17/+17
* | | tty/sysrq: Add a blank line after declarationsXiaofei Tan2021-04-101-0/+1
* | | tty: pti: Remove Kconfig leftoversAndy Shevchenko2021-04-091-30/+0
* | | tty: synclink_gt: drop redundant tty-port initialisationJohan Hovold2021-04-071-2/+0
* | | tty: mxser: fix TIOCSSERIAL permission checkJohan Hovold2021-04-071-3/+4
* | | tty: mxser: fix TIOCSSERIAL jiffies conversionsJohan Hovold2021-04-071-6/+18
* | | tty: moxa: fix TIOCSSERIAL implementationJohan Hovold2021-04-071-5/+0
* | | tty: moxa: fix TIOCSSERIAL permission checkJohan Hovold2021-04-071-5/+11
* | | tty: moxa: fix TIOCSSERIAL jiffies conversionsJohan Hovold2021-04-071-2/+2
* | | tty: amiserial: add missing TIOCSSERIAL jiffies conversionsJohan Hovold2021-04-071-7/+19
* | | tty: amiserial: fix TIOCSSERIAL permission checkJohan Hovold2021-04-071-0/+1
* | | tty: n_gsm: use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-071-3/+1