summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2018-03-28tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4
2018-03-24serial: 8250_pci: Don't fail on multiport card classAndy Shevchenko1-3/+7
2018-03-24pty: cancel pty slave port buf's work in tty_releaseSahara1-0/+2
2018-03-24serial: 8250_dw: Disable clock on errorStefan Potyra1-1/+2
2018-03-24tty: goldfish: Enable 'earlycon' only if built-inSebastian Andrzej Siewior2-1/+7
2018-03-19earlycon: add reg-offset to physical address before mappingGreentime Hu1-1/+2
2018-03-19serial: core: mark port as initialized in autoconfigSebastian Andrzej Siewior1-0/+2
2018-03-19serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich1-0/+11
2018-03-19tty/serial: atmel: add new version check for usartJonas Danielsson1-0/+1
2018-03-19serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht1-0/+2
2018-02-07serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior1-0/+2
2018-02-03serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTSFabio Estevam1-6/+8
2018-02-03serial: 8250_dw: Revert "Improve clock rate setting"Andy Shevchenko1-18/+12
2018-02-03serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun1-2/+3
2018-02-03serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada1-1/+4
2018-02-03tty: fix data race between tty_init_dev and flush of bufGaurav Kohli2-3/+9
2017-12-21n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds1-2/+2
2017-11-28serdev: ttyport: fix tty locking in closeJohan Hovold1-0/+2
2017-11-28serdev: ttyport: fix NULL-deref on hangupJohan Hovold1-2/+9
2017-11-28serdev: ttyport: add missing receive_buf sanity checksJohan Hovold1-1/+12
2017-11-28serial: 8250_early: Only set divisor if valid clk & baudMatt Redfearn1-6/+8
2017-11-28serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson1-0/+3
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook17-79/+70
2017-11-22treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook6-11/+11
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-70/+48
2017-11-16Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds1-2/+4
2017-11-14Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds187-1624/+1225
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-6/+6
2017-11-08tty: ehv_bytechan: fix spelling mistakeArvind Yadav1-2/+2
2017-11-08tty: serial: meson: allow baud-rates lower than 9600Thomas Rohloff1-1/+1
2017-11-08serial: 8250_fintek: Fix crash with baud rate B0Ji-Ze Hong (Peter Hong)1-2/+9
2017-11-08serial: 8250_fintek: Disable delays for ports != 0Ricardo Ribalda Delgado1-0/+6
2017-11-08serial: 8250_fintek: Return -EINVAL on invalid configurationRicardo Ribalda Delgado1-8/+9
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman23-147/+1
2017-11-08tty: serdev: Remove redundant license textGreg Kroah-Hartman2-18/+0
2017-11-08tty: hvc: Remove redundant license textGreg Kroah-Hartman12-150/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman119-844/+2
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman182-0/+182
2017-11-08tty: serial: jsm: remove redundant pointer tsColin Ian King1-2/+0
2017-11-08tty: serial: jsm: add space before the open parenthesis '('Gimcuan Hui1-2/+2
2017-11-08tty: serial: jsm: fix coding styleGimcuan Hui1-2/+1
2017-11-08tty: serial: jsm: delete space between function name and '('Gimcuan Hui1-1/+1
2017-11-08tty: serial: jsm: add blank line after declarationsGimcuan Hui1-0/+1
2017-11-08tty: serial: jsm: change the type of local variableGimcuan Hui1-1/+1
2017-11-07tty/bcm63xx_uart: allow naming clock in device treeJonas Gorski1-2/+4
2017-11-07tty/bcm63xx_uart: use refclk for the expected clock nameJonas Gorski1-1/+1
2017-11-04tty: serial: imx: remove dead code imx_dma_rxintTroy Kisky1-28/+2
2017-11-04tty: serial: imx: disable ageing timer interrupt if dma in useTroy Kisky1-4/+0