aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2013-12-19serial: add support for 200 v3 series Titan cardYegor Yefremov
2013-12-19serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chipJonathan Woithe
2013-12-18TTY/n_gsm: Removing the wrong tty_unlock/lock() in gsm_dlci_release()Chuansheng Liu
2013-12-17tty: xuartps: Properly guard sysrq specific codeSoren Brinkmann
2013-12-17n_tty: Fix apparent order of echoed outputPeter Hurley
2013-12-17serial: 8250_dw: add new ACPI IDsMika Westerberg
2013-12-17drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.cRashika Kheria
2013-12-17drivers: tty: Mark the functions as static in n_gsm.cRashika Kheria
2013-12-17serial: pl011: fix fall back from DMA to interrupt modeGuennadi Liakhovetski
2013-12-17serial: pl011: (cosmetic) remove superfluous register writeGuennadi Liakhovetski
2013-12-17serial: amba-pl011: preseserve hardware settings during initialisationJon Medhurst
2013-12-17serial: amba-pl011: factor out code for writing LCR_H registerJon Medhurst
2013-12-17serial: amba-pl011: use port lock to guard control register accessJon Medhurst
2013-12-17Revert "serial: pl011: use DMA RX polling by default"Greg Kroah-Hartman
2013-12-17n_tty: Fix buffer overruns with larger-than-4k pastesPeter Hurley
2013-12-17serial: clps711x: Driver refactorAlexander Shiyan
2013-12-16serial: 8250_dw: Fix LCR workaround regressionJames Hogan
2013-12-16tty: Fix hang at ldsem_down_read()Peter Hurley
2013-12-16Merge 3.13-rc4 into tty-nextGreg Kroah-Hartman
2013-12-14serial: sh-sci: Convert to clk_prepare/unprepareLaurent Pinchart
2013-12-14serial: sh-sci: Don't enable/disable port from within break timerLaurent Pinchart
2013-12-12serial: sh-sci: Fix warnings due to improper casts and printk formatsLaurent Pinchart
2013-12-11serial: tegra: convert to standard DMA DT bindingsStephen Warren
2013-12-11serial: tegra: use reset frameworkStephen Warren
2013-12-09tty: Halve flip buffer GFP_ATOMIC memory consumptionPeter Hurley
2013-12-08tty: serial: mxs-auart: Check the return value from clk_prepare_enable()Fabio Estevam
2013-12-08tty: Fix stale tty_buffer_flush() commentPeter Hurley
2013-12-08serial: pl010: Convert to modern PM opsUlf Hansson
2013-12-08tty: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-12-08serial: imx: add support for loopback mode.Huang Shijie
2013-12-08serial: pl011: use DMA RX polling by defaultLinus Walleij
2013-12-08serial: pl011: Convert to modern PM opsUlf Hansson
2013-12-08n_gsm: race between ld close and gsmtty openChao Bi
2013-12-08serial: pch_uart: remove unnecessary pci_set_drvdata()Jingoo Han
2013-12-08staging/fwserial: Rip out rx bufferingPeter Hurley
2013-12-08tty: Remove tty_prepare_flip_string_flags()Peter Hurley
2013-12-08tty: Rename tty buffer memory_used fieldPeter Hurley
2013-12-08tty: Enable configurable tty flip buffer limitPeter Hurley
2013-12-08tty: Always handle NULL flag ptrPeter Hurley
2013-12-08n_tty: Only perform wakeups for waitersPeter Hurley
2013-12-08n_tty: Refactor input_available_p() by call sitePeter Hurley
2013-12-08n_tty: Refactor PARMRK doubling checksPeter Hurley
2013-12-08n_tty: Un-inline slow-path n_tty_receive_char_closing()Peter Hurley
2013-12-08n_tty: Un-inline slow-path n_tty_receive_char()Peter Hurley
2013-12-08n_tty: Merge .receive_buf() flavorsPeter Hurley
2013-12-08serial: pl011: remove redundant early amba_ports declarationBaruch Siach
2013-12-08serial: 8250_dw: remove ACPI ifdefHeikki Krogerus
2013-12-08serial_core: Don't re-initialize a previously initialized spinlock.Randy Witt
2013-11-29n_tty: Fix missing newline echoPeter Hurley
2013-11-25Revert "n_gsm: race between ld close and gsmtty open"Greg Kroah-Hartman