summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat2019-05-241-2/+9
* tty: max310x: Fix external crystal register setupJoe Burmeister2019-05-211-1/+1
* serial: sh-sci: disable DMA for uart_consoleGeorge G. Davis2019-05-211-0/+7
* serial: imx: remove log spamming error messageSascha Hauer2019-05-211-1/+0
* tty: serial: msm_serial: Fix XON/XOFFJorge Ramirez-Ortiz2019-05-211-1/+4
* Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-191-1/+0
|\
| * tty: Don't force RISCV SBI console as preferred consoleAnup Patel2019-05-161-1/+0
* | panic: avoid the extra noise dmesgFeng Tang2019-05-141-0/+6
* | Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-05-091-2/+2
|\ \
| * | dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko2019-03-211-2/+2
* | | Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-0841-119/+2604
|\ \ \
| * | | tty: serial: add driver for the SiFive UARTPaul Walmsley2019-04-293-0/+1081
| * | | serial: uartps: Add support for cts-overrideShubhrajyoti Datta2019-04-291-0/+12
| * | | serial: milbeaut_usio: Fix error handling in probe and removeWei Yongjun2019-04-291-8/+1
| * | | tty: rocket: deprecate the rp_ioctlFuqian Huang2019-04-251-0/+10
| * | | tty: rocket: Remove RCPK_GET_STRUCT ioctlFuqian Huang2019-04-252-5/+0
| * | | tty: update obsolete termios commentJohan Hovold2019-04-251-1/+1
| * | | tty: serial_core: fix error code returned by uart_register_driver()Sergey Organov2019-04-251-2/+2
| * | | serial: 8250-mtk: modify baudrate settingLong Cheng2019-04-251-0/+102
| * | | serial: 8250-mtk: add follow controlLong Cheng2019-04-251-23/+37
| * | | docs: serial: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-04-252-3/+3
| * | | serial: 8250_exar: Adjust IOT2000 matchingSu Bao Cheng2019-04-251-2/+5
| * | | TTY: serial_core, add ->installJiri Slaby2019-04-251-11/+13
| * | | serial: Fix using plain integer instead of Null pointerSugaya Taichi2019-04-251-1/+1
| * | | Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman2019-04-213-4/+9
| |\ \ \ | | | |/ | | |/|
| * | | tty:serial_core: Spelling mistakeHariprasad Kelam2019-04-161-1/+1
| * | | tty: Add NULL TTY driverVincent Whitchurch2019-04-163-0/+124
| * | | tty: vt: keyboard: Allow Unicode compose base charReinis Danne2019-04-161-1/+1
| * | | Revert "tty: fix NULL pointer issue when tty_port ops is not set"Johan Hovold2019-04-161-5/+5
| * | | serial: Add Milbeaut serial controlSugaya Taichi2019-04-163-0/+648
| * | | tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctlKonstantin Khorenko2019-04-161-4/+4
| * | | tty: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-04-163-8/+0
| * | | serial: sprd: Fix a copy-paste err in sprd_request_dma()YueHaibing2019-04-161-1/+1
| * | | n_tty: check for negative and zero space return from tty_write_roomColin Ian King2019-04-161-2/+2
| * | | tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman2019-04-047-0/+7
| * | | tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman2019-04-049-0/+9
| * | | Merge 5.1-rc3 into tty-nextGreg Kroah-Hartman2019-04-0110-51/+74
| |\ \ \
| * | | | Revert "tty: pty: Fix race condition between release_one_tty and pty_write"Greg Kroah-Hartman2019-03-292-10/+0
| * | | | vt: use /dev/vcs (not /dev/vcs0) in commentJakub Wilk2019-03-281-1/+1
| * | | | tty: pty: Fix race condition between release_one_tty and pty_writeSahara2019-03-282-0/+10
| * | | | tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li2019-03-281-2/+0
| * | | | tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich2019-03-281-6/+27
| * | | | tty: ipwireless: fix missing checks for ioremapKangjie Lu2019-03-281-0/+8
| * | | | tty: fix read of tty->pgrp outside of ctrl_lockDavid Emett2019-03-281-1/+1
| * | | | drivers/tty/tty_jobctrl.c - fix non-kerneldoc commentValdis Klētnieks2019-03-281-1/+1
| * | | | tty/sysrq: Convert show_lock to raw_spinlock_tJulien Grall2019-03-281-3/+3
| * | | | serial: sc16is7xx: Drop of_match_ptr() useAndy Shevchenko2019-03-281-3/+2
| * | | | serial: sc16is7xx: Switch to use device_get_match_data()Andy Shevchenko2019-03-281-13/+5
| * | | | serial: sc16is7xx: Respect clock-frequency propertyAndy Shevchenko2019-03-281-1/+10
| * | | | serial: sprd: Add DMA mode supportLanqing Liu2019-03-281-14/+426