aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-25tty/vt/keyboard: use memdup_user().Muhammad Falak R Wani1-10/+4
2016-06-25serial: serial_core: Perform NULL checks for release/request_port opsFabio Estevam1-4/+4
2016-06-25serial: Make SERIAL_MPS2_UART depend on ARCH_MPS2Geert Uytterhoeven1-1/+1
2016-06-25tty: serial: msm: fix definition of msm_stop_dmaBen Dooks1-1/+1
2016-06-25tty: serial: msm: Don't read off end of tx fifoBjorn Andersson1-1/+1
2016-06-25tty:serial:msm:Do not restore Rx interrupts in DMACharanya Venkatraman1-4/+0
2016-06-25tty: serial: msm: Cleanup include usageStephen Boyd1-3/+3
2016-06-25tty: serial: msm: Only configure MND registers on hw that has itStephen Boyd1-0/+9
2016-06-25tty: serial: msm: Move header file into driverStephen Boyd2-190/+166
2016-06-25serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UARTKefeng Wang1-0/+1
2016-06-25serial: sh-sci: Clear (H)SCIF timeout and overrun during resetGeert Uytterhoeven2-0/+6
2016-06-25serial: sh-sci: Clear RX, error, and break flags during resetGeert Uytterhoeven1-0/+4
2016-06-25serial: sh-sci: Do not start transfers from sci_startup()Geert Uytterhoeven1-6/+0
2016-06-25serial: sh-sci: Add DT support for dedicated RTS/CTSGeert Uytterhoeven1-0/+3
2016-06-25serial: sh-sci: Fix support for hardware-assisted RTS/CTSGeert Uytterhoeven1-7/+83
2016-06-25serial: sh-sci: Add pin initialization for SCIFA/SCIFBGeert Uytterhoeven1-1/+15
2016-06-25serial: sh-sci: Correct pin initialization on (H)SCIFGeert Uytterhoeven1-15/+8
2016-06-25serial: sh-sci: Add more Serial Port Control/Data Register documentationGeert Uytterhoeven1-4/+10
2016-06-25serial: sh-sci: Add more Serial Port Register documentationGeert Uytterhoeven1-4/+6
2016-06-25serial: sh-sci: Do not open-code sci_getreg()Geert Uytterhoeven1-5/+2
2016-06-25serial: sh-sci: Add support for GPIO-controlled modem linesGeert Uytterhoeven2-1/+46
2016-06-25serial: sh-sci: Always set TIOCM_CTS in .get_mctrl() callbackGeert Uytterhoeven1-2/+2
2016-06-25tty: vt, remove unused vc_deccolmJiri Slaby1-1/+0
2016-06-25tty: vt, ignore PIO_UNIMAPCLR paramJiri Slaby2-14/+7
2016-06-25tty: vt, convert more macros to functionsJiri Slaby1-28/+34
2016-06-25tty: vt, whitespace cleanup in csi_mJiri Slaby1-84/+85
2016-06-25tty: vt, too many commands per line in rgb_foregroundJiri Slaby1-11/+16
2016-06-25tty: vt, do not pass structure over stackJiri Slaby1-33/+33
2016-06-25tty: vt, separate T.416 high colors handlerJiri Slaby1-48/+37
2016-06-25tty: vt, get rid of ugly FLUSH macroJiri Slaby1-13/+18
2016-06-25tty: vt, drop VT_BUF_VRAM_ONLYJiri Slaby1-19/+3
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby1-1/+1
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby1-1/+1
2016-06-25vt: remove lines parameter from scrollbackJiri Slaby2-5/+3
2016-06-25tty: 8250, remove shadow and unused variablesJiri Slaby2-9/+6
2016-06-25TTY: serial, handle platform_get_irq retval properlyJiri Slaby4-4/+21
2016-06-25tty: 8250, kill DEBUG_INTRJiri Slaby3-11/+5
2016-06-25tty: 8250, drop unused members from struct old_serial_portJiri Slaby2-4/+2
2016-06-25tty: stop defining STD_COM_FLAGS in driversJiri Slaby2-7/+1
2016-06-25tty: cyclades+mxser, do not initialize to zeroJiri Slaby2-2/+0
2016-06-25tty: ipwireless, cleanup TIOCGSERIALJiri Slaby1-10/+1
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2-18/+8
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann2-2/+2
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds58-1027/+2213
2016-05-19Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-0/+1108
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-16/+12
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2016-05-13serial: pic32_uart: Add PIC32 UART driverAndrei Pistirica4-0/+1108
2016-05-09Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman2-13/+11