summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2019-04-25serial: Fix using plain integer instead of Null pointerSugaya Taichi1-1/+1
2019-04-22Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman3-4/+9
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-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-27vt: use /dev/vcs (not /dev/vcs0) in commentJakub Wilk1-1/+1
2019-03-27tty: pty: Fix race condition between release_one_tty and pty_writeSahara2-0/+10
2019-03-27tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li1-2/+0
2019-03-27tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich1-6/+27
2019-03-27tty: ipwireless: fix missing checks for ioremapKangjie Lu1-0/+8
2019-03-27tty: fix read of tty->pgrp outside of ctrl_lockDavid Emett1-1/+1
2019-03-27drivers/tty/tty_jobctrl.c - fix non-kerneldoc commentValdis Klētnieks1-1/+1
2019-03-27tty/sysrq: Convert show_lock to raw_spinlock_tJulien Grall1-3/+3
2019-03-27tty: fix NULL pointer issue when tty_port ops is not setFabien Dessenne1-5/+5
2019-03-27serial: sc16is7xx: Drop of_match_ptr() useAndy Shevchenko1-3/+2
2019-03-27serial: sc16is7xx: Switch to use device_get_match_data()Andy Shevchenko1-13/+5
2019-03-27serial: sc16is7xx: Respect clock-frequency propertyAndy Shevchenko1-1/+10
2019-03-27serial: sprd: Add DMA mode supportLanqing Liu1-14/+426
2019-03-27serial: sprd: Add power management for the Spreadtrum serial controllerLanqing Liu1-4/+57
2019-03-27serial: 8250_fintek: Make fintek_8250_set_termios staticYueHaibing1-2/+3
2019-03-27Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdbocWentao Wang1-1/+3
2019-03-27tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stoppedRazvan Stefanescu1-3/+21
2019-03-27tty/serial: atmel: Add is_half_duplex helperRazvan Stefanescu1-12/+12
2019-03-19serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An1-11/+1
2019-03-19serial: ar933x_uart: Fix build failure with disabled consolePetr Štetiar1-16/+8
2019-03-19tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setupNathan Chancellor1-1/+1
2019-03-19sc16is7xx: missing unregister/delete driver on error in sc16is7xx_init()Mao Wenan1-2/+10
2019-03-19tty: mxs-auart: fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2019-03-19tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu1-0/+4
2019-03-19serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-03-19serial: mvebu-uart: Fix to avoid a potential NULL pointer dereferenceAditya Pakki1-0/+3
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+0
2019-03-10Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-03-01tty: xilinx_uartps: Correct return value in probeRajan Vaja1-13/+19