summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | sc16is7xx: Defer probe if device read failsAnnaliese McDermond2021-04-051-1/+1
* | | tty/serial: Add rx-tx-swap OF option to stm32-usartMartin Devera2021-04-052-1/+14
* | | Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman2021-04-053-10/+0
|\ \ \ | | |/ | |/|
| * | Merge tag 'tty-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-031-7/+0
| |\ \
| | * | soc: qcom-geni-se: Cleanup the code to remove proxy votesRoja Rani Yarubandi2021-03-261-7/+0
| * | | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-172-3/+0
| |/ /
* | | tty: pty: Add a blank line after declarationsXiaofei Tan2021-04-021-0/+4
* | | serial: 8250: Make symbol 'brcmuart_debugfs_root' staticZucheng Zheng2021-04-021-1/+1
* | | serial: 8250_bcm7271: Fix return value check in brcmuart_probe()Wei Yongjun2021-04-021-2/+2
* | | tty: fix memory leak in vc_deallocatePavel Skripkin2021-03-281-0/+1
* | | serial: 8250_of: Add nuvoton,wpcm450-uartJonathan Neuschäfer2021-03-281-0/+1
* | | serial: 8250: Add new 8250-core based Broadcom STB driverAl Cooper2021-03-263-0/+1213
* | | tty: vt: Mundane typo fix in the file vt.cBhaskar Chowdhury2021-03-231-1/+1
* | | vt: keyboard, Fix typo in the doc for vt_get_shift_state()Andy Shevchenko2021-03-231-1/+1
* | | serial: imx: drop workaround for forced irq threadingJohan Hovold2021-03-231-8/+2
* | | serial: pch_uart: fix build error with !CONFIG_DEBUG_FSWei Yongjun2021-03-231-3/+0
* | | serial: stm32: update wakeup IRQ managementAlexandre Torgue2021-03-232-22/+12
* | | serial: stm32: clean wakeup handling in serial_suspendErwan Le Ray2021-03-231-2/+0
* | | serial: stm32: rework wakeup managementErwan Le Ray2021-03-231-3/+3
* | | drivers: tty: serial: sh-sci: fix spelling typo of 'wheter'Wang Qing2021-03-231-1/+1
* | | tty: max310x: fix flexible_array.cocci warningskernel test robot2021-03-231-1/+1
* | | tty: serial: 8250: delete redundant printing of return valueWang Qing2021-03-231-4/+1
* | | tty: serial: samsung_tty: remove spinlock flags in interrupt handlersKrzysztof Kozlowski2021-03-231-9/+6
* | | Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman2021-03-154-42/+10
|\| |