aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-09Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds41-119/+2604
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-19/+34
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+0
2019-05-06tty: rocket: fix incorrect forward declaration of 'rp_init()'Linus Torvalds1-1/+1
2019-04-29tty: serial: add driver for the SiFive UARTPaul Walmsley3-0/+1081
2019-04-29serial: uartps: Add support for cts-overrideShubhrajyoti Datta1-0/+12
2019-04-29serial: milbeaut_usio: Fix error handling in probe and removeWei Yongjun1-8/+1
2019-04-25tty: rocket: deprecate the rp_ioctlFuqian Huang1-0/+10
2019-04-25tty: rocket: Remove RCPK_GET_STRUCT ioctlFuqian Huang2-5/+0
2019-04-25tty: update obsolete termios commentJohan Hovold1-1/+1
2019-04-25tty: serial_core: fix error code returned by uart_register_driver()Sergey Organov1-2/+2
2019-04-25serial: 8250-mtk: modify baudrate settingLong Cheng1-0/+102
2019-04-25serial: 8250-mtk: add follow controlLong Cheng1-23/+37
2019-04-25docs: serial: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2-3/+3
2019-04-25serial: 8250_exar: Adjust IOT2000 matchingSu Bao Cheng1-2/+5
2019-04-25TTY: serial_core, add ->installJiri Slaby1-11/+13
2019-04-25serial: Fix using plain integer instead of Null pointerSugaya Taichi1-1/+1
2019-04-21Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman3-4/+9
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman3-4/+9
2019-04-19vt: selection: allow functions to be called from inside kernelOkash Khawaja2-19/+34
2019-04-19sc16is7xx: put err_spi and err_i2c into correct #ifdefGuoqing Jiang1-2/+2
2019-04-17vt: fix cursor when clearing the screenMikulas Patocka1-1/+2
2019-04-16tty:serial_core: Spelling mistakeHariprasad Kelam1-1/+1
2019-04-16sc16is7xx: move label 'err_spi' to correct sectionGuoqing Jiang1-0/+2
2019-04-16serial: sh-sci: Fix HSCIF RX sampling point adjustmentGeert Uytterhoeven1-1/+1
2019-04-16serial: sh-sci: Fix HSCIF RX sampling point calculationGeert Uytterhoeven1-1/+3
2019-04-16tty: Add NULL TTY driverVincent Whitchurch3-0/+124
2019-04-16tty: vt: keyboard: Allow Unicode compose base charReinis Danne1-1/+1
2019-04-16Revert "tty: fix NULL pointer issue when tty_port ops is not set"Johan Hovold1-5/+5
2019-04-16serial: Add Milbeaut serial controlSugaya Taichi3-0/+648
2019-04-16tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctlKonstantin Khorenko1-4/+4
2019-04-16tty: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz3-8/+0
2019-04-16serial: sprd: Fix a copy-paste err in sprd_request_dma()YueHaibing1-1/+1
2019-04-16n_tty: check for negative and zero space return from tty_write_roomColin Ian King1-2/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon2-2/+0
2019-04-04tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman7-0/+7
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman9-0/+9
2019-04-01Merge 5.1-rc3 into tty-nextGreg Kroah-Hartman10-51/+74
2019-03-29Revert "tty: pty: Fix race condition between release_one_tty and pty_write"Greg Kroah-Hartman2-10/+0
2019-03-28vt: use /dev/vcs (not /dev/vcs0) in commentJakub Wilk1-1/+1
2019-03-28tty: pty: Fix race condition between release_one_tty and pty_writeSahara2-0/+10
2019-03-28tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li1-2/+0
2019-03-28tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich1-6/+27
2019-03-28tty: ipwireless: fix missing checks for ioremapKangjie Lu1-0/+8
2019-03-28tty: fix read of tty->pgrp outside of ctrl_lockDavid Emett1-1/+1
2019-03-28drivers/tty/tty_jobctrl.c - fix non-kerneldoc commentValdis Klētnieks1-1/+1
2019-03-28tty/sysrq: Convert show_lock to raw_spinlock_tJulien Grall1-3/+3
2019-03-28tty: fix NULL pointer issue when tty_port ops is not setFabien Dessenne1-5/+5
2019-03-28serial: sc16is7xx: Drop of_match_ptr() useAndy Shevchenko1-3/+2