summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-01-08tty: delete non-required instances of include <linux/init.h>Paul Gortmaker15-15/+0
2013-12-24Merge 3.13-rc5 into tty-nextGreg Kroah-Hartman4-6/+27
2013-12-21tty: an overflow of multiplication in drivers/tty/cyclades.cQixue Xiao1-0/+2
2013-12-20serial: Remove old SC26XX driverAlexander Shiyan3-768/+0
2013-12-19serial: add support for 200 v3 series Titan cardYegor Yefremov1-0/+4
2013-12-19serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chipJonathan Woithe1-2/+2
2013-12-19TTY/n_gsm: Removing the wrong tty_unlock/lock() in gsm_dlci_release()Chuansheng Liu1-4/+1
2013-12-18tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann1-0/+2
2013-12-17n_tty: Fix apparent order of echoed outputPeter Hurley1-1/+6
2013-12-17serial: 8250_dw: add new ACPI IDsMika Westerberg1-0/+2
2013-12-17drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.cRashika Kheria1-1/+1
2013-12-17drivers: tty: Mark the functions as static in n_gsm.cRashika Kheria1-9/+5
2013-12-17serial: pl011: fix fall back from DMA to interrupt modeGuennadi Liakhovetski1-0/+2
2013-12-17serial: pl011: (cosmetic) remove superfluous register writeGuennadi Liakhovetski1-3/+1
2013-12-17serial: amba-pl011: preseserve hardware settings during initialisationJon Medhurst1-2/+12
2013-12-17serial: amba-pl011: factor out code for writing LCR_H registerJon Medhurst1-22/+17
2013-12-17serial: amba-pl011: use port lock to guard control register accessJon Medhurst1-0/+6
2013-12-17Revert "serial: pl011: use DMA RX polling by default"Greg Kroah-Hartman1-1/+1
2013-12-17n_tty: Fix buffer overruns with larger-than-4k pastesPeter Hurley1-3/+23
2013-12-17serial: clps711x: Driver refactorAlexander Shiyan1-194/+254
2013-12-17serial: 8250_dw: Fix LCR workaround regressionJames Hogan1-2/+4
2013-12-17tty: Fix hang at ldsem_down_read()Peter Hurley1-3/+13
2013-12-17Merge 3.13-rc4 into tty-nextGreg Kroah-Hartman1-2/+4
2013-12-09tty: Halve flip buffer GFP_ATOMIC memory consumptionPeter Hurley1-10/+35
2013-12-09tty: serial: mxs-auart: Check the return value from clk_prepare_enable()Fabio Estevam1-2/+7
2013-12-09tty: Fix stale tty_buffer_flush() commentPeter Hurley1-3/+1
2013-12-09serial: pl010: Convert to modern PM opsUlf Hansson1-6/+9
2013-12-09tty: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han3-3/+3
2013-12-09serial: imx: add support for loopback mode.Huang Shijie1-0/+8
2013-12-09serial: pl011: use DMA RX polling by defaultLinus Walleij1-1/+1
2013-12-09serial: pl011: Convert to modern PM opsUlf Hansson1-9/+8
2013-12-09n_gsm: race between ld close and gsmtty openChao Bi1-10/+29
2013-12-09serial: pch_uart: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-09staging/fwserial: Rip out rx bufferingPeter Hurley1-0/+1
2013-12-09tty: Remove tty_prepare_flip_string_flags()Peter Hurley1-28/+0
2013-12-09tty: Rename tty buffer memory_used fieldPeter Hurley1-6/+6
2013-12-09tty: Enable configurable tty flip buffer limitPeter Hurley1-3/+21
2013-12-09tty: Always handle NULL flag ptrPeter Hurley2-3/+4
2013-12-09n_tty: Only perform wakeups for waitersPeter Hurley1-6/+12
2013-12-09n_tty: Refactor input_available_p() by call sitePeter Hurley1-3/+4
2013-12-09n_tty: Refactor PARMRK doubling checksPeter Hurley1-9/+5
2013-12-09n_tty: Un-inline slow-path n_tty_receive_char_closing()Peter Hurley1-2/+1
2013-12-09n_tty: Un-inline slow-path n_tty_receive_char()Peter Hurley1-1/+1
2013-12-09n_tty: Merge .receive_buf() flavorsPeter Hurley1-27/+16
2013-12-09serial: pl011: remove redundant early amba_ports declarationBaruch Siach1-2/+0
2013-12-09serial: 8250_dw: remove ACPI ifdefHeikki Krogerus1-8/+0
2013-12-09serial_core: Don't re-initialize a previously initialized spinlock.Randy Witt1-2/+6
2013-11-30n_tty: Fix missing newline echoPeter Hurley1-2/+4
2013-11-26Revert "n_gsm: race between ld close and gsmtty open"Greg Kroah-Hartman1-27/+10
2013-11-25n_tty: Protect minimum_to_wake reset for concurrent readersPeter Hurley1-2/+2