aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds115-1673/+5932
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-6/+6
2013-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-74/+202
2013-02-19Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+1
2013-02-18tty: mxser: improve error handling in mxser_probe() and mxser_module_init()Alexey Khoroshilov1-7/+35
2013-02-18serial: imx: fix uninitialized variable warningShawn Guo1-1/+1
2013-02-15serial: tegra: assume CONFIG_OFStephen Warren1-3/+2
2013-02-15TTY: do not update atime/mtime on read/writeJiri Slaby1-6/+2
2013-02-14serial: imx: Fix recursive locking bugThomas Gleixner1-2/+9
2013-02-14s390/3270: asynchronous size sensingMartin Schwidefsky1-0/+1
2013-02-13tty: Remove ancient hardpps()Peter Hurley2-9/+0
2013-02-13pps: Additional cleanups in uart_handle_dcd_changeGeorge Spelvin1-10/+7
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin3-5/+4
2013-02-13tty: serial: uartlite: Support uartlite on big and little endian systemsMichal Simek1-22/+79
2013-02-13tty: serial: uartlite: Fix sparse and checkpatch warningsMichal Simek1-4/+4
2013-02-13serial/arc-uart: Miscll DT related updates (Grant's review comments)Vineet Gupta1-6/+4
2013-02-08drivers/serial: add GENERIC_HARDIRQS dependencyHeiko Carstens1-1/+1
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-0/+1
2013-02-06TTY: mark tty_get_device call with the proper const valuesGreg Kroah-Hartman1-2/+2
2013-02-06Revert "serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL"fabio.estevam@freescale.com1-21/+21
2013-02-06tty: metag_da: avoid getting tty kref in dashtty_timer()James Hogan1-17/+14
2013-02-06tty: metag_da: Add metag DA TTY driverJames Hogan3-0/+694
2013-02-05serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLLFabio Estevam1-21/+21
2013-02-05tty: serial: altera_jtaguart: Simplify altera_jtaguart_init()Tobias Klauser1-4/+2
2013-02-05tty: serial: altera_uart: Simplify altera_uart_init()Tobias Klauser1-4/+2
2013-02-05OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, and Tx FIFO IRQ generationAlexey Pelykh1-6/+2
2013-02-05tty: of_serial: unexport tegra_serial_handle_breakStephen Warren1-3/+4
2013-02-04pty: Ignore slave open count for master pty openPeter Hurley1-1/+1
2013-02-04pty: Ignore slave pty close() if never successfully openedPeter Hurley1-0/+6
2013-02-04pty: Fix BUG()s when ptmx_open() errors outPeter Hurley1-3/+4
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman1-0/+1
2013-02-04tty: Use raw spin lock to protect the TTY read sectionIvo Sieben1-28/+28
2013-02-04tty: set_termios/set_termiox should not return -EINTROleg Nesterov1-2/+2
2013-01-30tty: Prevent deadlock in n_gsm driverDirkjan Bussink1-1/+41
2013-01-30serial: ralink: adds support for the serial core found on ralink wisocJohn Crispin2-3/+11
2013-01-30TTY: synclink: Convert + to | for bit operationsJoe Perches3-46/+46
2013-01-30serial/8250: Add suport for later SUNIX (TIMEDIA) boards.Stephen Chivers1-0/+33
2013-01-29Revert "n_tty: Unthrottle tty when flushing read buffer"Greg Kroah-Hartman1-2/+0
2013-01-29Merge branch 'master' into for-nextJiri Kosina102-1656/+3890
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman9-8/+63
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman9-8/+71
2013-01-25serial: tegra: Fix compilation errorVenu Byravarasu1-1/+1
2013-01-25serial: pxa: fine-tune clk useageYi Zhang1-1/+11
2013-01-25serial: pch_uart: fix sysrq handling for pch_uartLiang Li1-0/+2
2013-01-25n_tty: Unthrottle tty when flushing read bufferKarthik Manamcheri1-0/+2
2013-01-25goldfish: move to tty_port for flip buffersAlan Cox1-12/+7
2013-01-22serial: Convert to devm_ioremap_resource()Thierry Reding1-4/+4
2013-01-22serial: xilinx_uartps: Remove leftover __exit_p()Michal Simek1-1/+1