summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-190/+170
2014-01-24Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-1/+1
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-01-14audit: convert all sessionid declaration to unsigned intEric Paris1-1/+1
2014-01-14tty/serial: at91: disable uart timer at start of shutdownMarek Roszko1-12/+10
2014-01-08serial: 8250: enable UART_BUG_NOMSR for TegraStephen Warren1-0/+4
2014-01-08tty/serial: at91: reset rx_ring when port is shutdownMark Deneen1-0/+6
2014-01-08tty/serial: at91: fix race condition in atmel_serial_removeMarek Roszko1-1/+2
2014-01-08tty/serial: at91: Handle shutdown more safelyMarek Roszko1-7/+13
2014-01-08serial: sirf: correct condition for fetching dma buffer into ttyQipan Li1-2/+6
2014-01-08serial: sirf: provide pm entries of uart_opsQipan Li1-3/+11
2014-01-08serial: sirf: use PM macro initialize PM functionsQipan Li1-6/+11
2014-01-08serial: clps711x: Enable driver compilation with COMPILE_TESTAlexander Shiyan2-20/+23
2014-01-08serial: clps711x: Add support for N_IRDA line disciplineAlexander Shiyan1-8/+12
2014-01-08tty: synclink: avoid sleep_on raceArnd Bergmann3-6/+6
2014-01-08tty/amiserial: avoid interruptible_sleep_onArnd Bergmann1-8/+18
2014-01-08tty: delete non-required instances of include <linux/init.h>Paul Gortmaker15-15/+0
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2014-01-02Merge tag 'renesas-sh-sci2-for-v3.14' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2-151/+132
2013-12-30Merge tag 'renesas-sh-sci-for-v3.14' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson1-17/+22
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm...Olof Johansson1-22/+16
2013-12-24Merge 3.13-rc5 into tty-nextGreg Kroah-Hartman4-6/+27
2013-12-24serial: sh-sci: Rework baud rate calculationLaurent Pinchart1-7/+30
2013-12-24serial: sh-sci: Compute overrun_bit without using baud rate algoLaurent Pinchart1-12/+14
2013-12-24serial: sh-sci: Remove unused GPIO request codeLaurent Pinchart1-67/+0
2013-12-24serial: sh-sci: Move overrun_bit and error_mask fields out of pdataLaurent Pinchart2-28/+24
2013-12-24serial: sh-sci: Support resources passed through platform resourcesLaurent Pinchart1-16/+49
2013-12-24serial: sh-sci: Don't check IRQ in verify port operationLaurent Pinchart1-4/+0
2013-12-24serial: sh-sci: Set the UPF_FIXED_PORT flagLaurent Pinchart1-1/+1
2013-12-24serial: sh-sci: Remove duplicate interrupt check in verify port opLaurent Pinchart1-1/+1
2013-12-24serial: sh-sci: Simplify baud rate calculation algorithmsLaurent Pinchart1-4/+4
2013-12-24serial: sh-sci: Remove baud rate calculation algorithm 5Laurent Pinchart1-2/+0
2013-12-24serial: sh-sci: Sort headers alphabeticallyLaurent Pinchart1-21/+21
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