summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-0715-15/+0
* Merge 3.13-rc5 into tty-nextGreg Kroah-Hartman2013-12-244-6/+27
|\
| * tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann2013-12-171-0/+2
| * n_tty: Fix apparent order of echoed outputPeter Hurley2013-12-171-1/+6
| * serial: 8250_dw: add new ACPI IDsMika Westerberg2013-12-171-0/+2
| * serial: 8250_dw: Fix LCR workaround regressionJames Hogan2013-12-161-2/+4
| * tty: Fix hang at ldsem_down_read()Peter Hurley2013-12-161-3/+13
* | tty: an overflow of multiplication in drivers/tty/cyclades.cQixue Xiao2013-12-201-0/+2
* | serial: Remove old SC26XX driverAlexander Shiyan2013-12-193-768/+0
* | serial: add support for 200 v3 series Titan cardYegor Yefremov2013-12-191-0/+4
* | serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chipJonathan Woithe2013-12-191-2/+2
* | TTY/n_gsm: Removing the wrong tty_unlock/lock() in gsm_dlci_release()Chuansheng Liu2013-12-181-4/+1
* | drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.cRashika Kheria2013-12-171-1/+1
* | drivers: tty: Mark the functions as static in n_gsm.cRashika Kheria2013-12-171-9/+5
* | serial: pl011: fix fall back from DMA to interrupt modeGuennadi Liakhovetski2013-12-171-0/+2
* | serial: pl011: (cosmetic) remove superfluous register writeGuennadi Liakhovetski2013-12-171-3/+1
* | serial: amba-pl011: preseserve hardware settings during initialisationJon Medhurst2013-12-171-2/+12
* | serial: amba-pl011: factor out code for writing LCR_H registerJon Medhurst2013-12-171-22/+17
* | serial: amba-pl011: use port lock to guard control register accessJon Medhurst2013-12-171-0/+6
* | Revert "serial: pl011: use DMA RX polling by default"Greg Kroah-Hartman2013-12-171-1/+1
* | n_tty: Fix buffer overruns with larger-than-4k pastesPeter Hurley2013-12-171-3/+23
* | serial: clps711x: Driver refactorAlexander Shiyan2013-12-171-194/+254
* | Merge 3.13-rc4 into tty-nextGreg Kroah-Hartman2013-12-161-2/+4
|\|
| * n_tty: Fix missing newline echoPeter Hurley2013-11-291-2/+4
* | tty: Halve flip buffer GFP_ATOMIC memory consumptionPeter Hurley2013-12-091-10/+35
* | tty: serial: mxs-auart: Check the return value from clk_prepare_enable()Fabio Estevam2013-12-081-2/+7
* | tty: Fix stale tty_buffer_flush() commentPeter Hurley2013-12-081-3/+1
* | serial: pl010: Convert to modern PM opsUlf Hansson2013-12-081-6/+9
* | tty: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-083-3/+3
* | serial: imx: add support for loopback mode.Huang Shijie2013-12-081-0/+8
* | serial: pl011: use DMA RX polling by defaultLinus Walleij2013-12-081-1/+1
* | serial: pl011: Convert to modern PM opsUlf Hansson2013-12-081-9/+8
* | n_gsm: race between ld close and gsmtty openChao Bi2013-12-081-10/+29
* | serial: pch_uart: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-081-1/+0
* | staging/fwserial: Rip out rx bufferingPeter Hurley2013-12-081-0/+1
* | tty: Remove tty_prepare_flip_string_flags()Peter Hurley2013-12-081-28/+0
* | tty: Rename tty buffer memory_used fieldPeter Hurley2013-12-081-6/+6
* | tty: Enable configurable tty flip buffer limitPeter Hurley2013-12-081-3/+21
* | tty: Always handle NULL flag ptrPeter Hurley2013-12-082-3/+4
* | n_tty: Only perform wakeups for waitersPeter Hurley2013-12-081-6/+12
* | n_tty: Refactor input_available_p() by call sitePeter Hurley2013-12-081-3/+4
* | n_tty: Refactor PARMRK doubling checksPeter Hurley2013-12-081-9/+5
* | n_tty: Un-inline slow-path n_tty_receive_char_closing()Peter Hurley2013-12-081-2/+1
* | n_tty: Un-inline slow-path n_tty_receive_char()Peter Hurley2013-12-081-1/+1
* | n_tty: Merge .receive_buf() flavorsPeter Hurley2013-12-081-27/+16
* | serial: pl011: remove redundant early amba_ports declarationBaruch Siach2013-12-081-2/+0
* | serial: 8250_dw: remove ACPI ifdefHeikki Krogerus2013-12-081-8/+0
* | serial_core: Don't re-initialize a previously initialized spinlock.Randy Witt2013-12-081-2/+6
|/
* Revert "n_gsm: race between ld close and gsmtty open"Greg Kroah-Hartman2013-11-251-27/+10
* n_tty: Protect minimum_to_wake reset for concurrent readersPeter Hurley2013-11-251-2/+2