summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2014-01-07tty/serial: at91: reset rx_ring when port is shutdownMark Deneen
2014-01-07tty/serial: at91: fix race condition in atmel_serial_removeMarek Roszko
2014-01-07tty/serial: at91: Handle shutdown more safelyMarek Roszko
2014-01-07serial: sirf: correct condition for fetching dma buffer into ttyQipan Li
2014-01-07serial: sirf: provide pm entries of uart_opsQipan Li
2014-01-07serial: sirf: use PM macro initialize PM functionsQipan Li
2014-01-07serial: clps711x: Enable driver compilation with COMPILE_TESTAlexander Shiyan
2014-01-07serial: clps711x: Add support for N_IRDA line disciplineAlexander Shiyan
2014-01-07tty: synclink: avoid sleep_on raceArnd Bergmann
2014-01-07tty/amiserial: avoid interruptible_sleep_onArnd Bergmann
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-07treewide: fix comments and printk msgsMasanari Iida
2014-01-02Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson
2014-01-02Merge tag 'renesas-sh-sci3-for-v3.14' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson
2014-01-02Merge branch 'renesas/drivers-sci2' into next/driversOlof Johansson
2014-01-02Merge tag 'renesas-sh-sci2-for-v3.14' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson
2013-12-29Merge tag 'renesas-sh-sci-for-v3.14' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm...Olof Johansson
2013-12-24Merge 3.13-rc5 into tty-nextGreg Kroah-Hartman
2013-12-24serial: sh-sci: Add OF supportBastian Hecht
2013-12-24serial: sh-sci: Remove platform data mapbase and irqs fieldsLaurent Pinchart
2013-12-24serial: sh-sci: Remove platform data scbrr_algo_id fieldLaurent Pinchart
2013-12-24serial: sh-sci: Rework baud rate calculationLaurent Pinchart
2013-12-24serial: sh-sci: Compute overrun_bit without using baud rate algoLaurent Pinchart
2013-12-24serial: sh-sci: Remove unused GPIO request codeLaurent Pinchart
2013-12-24serial: sh-sci: Move overrun_bit and error_mask fields out of pdataLaurent Pinchart
2013-12-24serial: sh-sci: Support resources passed through platform resourcesLaurent Pinchart
2013-12-24serial: sh-sci: Don't check IRQ in verify port operationLaurent Pinchart
2013-12-24serial: sh-sci: Set the UPF_FIXED_PORT flagLaurent Pinchart
2013-12-24serial: sh-sci: Remove duplicate interrupt check in verify port opLaurent Pinchart
2013-12-24serial: sh-sci: Simplify baud rate calculation algorithmsLaurent Pinchart
2013-12-24serial: sh-sci: Remove baud rate calculation algorithm 5Laurent Pinchart
2013-12-24serial: sh-sci: Sort headers alphabeticallyLaurent Pinchart
2013-12-20tty: an overflow of multiplication in drivers/tty/cyclades.cQixue Xiao
2013-12-19serial: Remove old SC26XX driverAlexander Shiyan
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