aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-16tty/vt/keyboard: define LED triggers for VT keyboard lock statesSamuel Thibault1-8/+19
2015-06-16tty/vt/keyboard: define LED triggers for VT LED statesSamuel Thibault1-24/+117
2015-06-02tty: remove platform_sysrq_reset_seqArnd Bergmann1-18/+1
2015-03-26tty: serial: fsl_lpuart: clear receive flag on FIFO flushStefan Agner1-0/+3
2015-03-26tty: serial: fsl_lpuart: specify transmit FIFO sizeStefan Agner1-0/+2
2015-03-26serial: samsung: Clear operation mode on UART shutdownJavier Martinez Canillas1-0/+1
2015-03-11serial: 8250_dw: Fix deadlock in LCR workaroundPeter Hurley1-3/+12
2015-03-08Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds8-50/+54
2015-03-07TTY: fix tty_wait_until_sent maximum timeoutJohan Hovold1-3/+3
2015-03-07TTY: fix tty_wait_until_sent on 64-bit machinesJohan Hovold1-3/+9
2015-03-07TTY: bfin_jtag_comm: remove incorrect wait_until_sent operationJohan Hovold1-13/+0
2015-03-07serial: sprd: Fix missing spin_unlock in sprd_handle_irq()Axel Lin1-1/+3
2015-03-07tty: fix up atime/mtime mess, take fourJiri Slaby1-2/+2
2015-03-07serial: 8250_dw: Fix get_mctrl behaviourDesmond Liu1-0/+32
2015-03-07serial:8250:8250_pci: delete unneeded quirk entriesWang YanQing1-14/+0
2015-03-07serial:8250:8250_pci: fix redundant entry report for WCH_CH352_2SWang YanQing1-4/+0
2015-03-07Change email address for 8250_pciRussell King1-1/+1
2015-03-07serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is something in the FIFO"Sebastian Andrzej Siewior1-6/+5
2015-03-07Revert "tty/serial: of_serial: add DT alias ID handling"Baruch Siach1-4/+0
2015-03-06tty: serial: atmel: rework interrupt and wakeup handlingBoris BREZILLON1-4/+45
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2015-02-15Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds43-1605/+4176
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+12
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-7/+24
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko1-2/+3
2015-02-11sysrq: convert printk to pr_* equivalentMichal Hocko1-9/+9
2015-02-07serial: 8250: Fix UART_BUG_TXEN workaroundPeter Hurley1-1/+1
2015-02-07serial: driver for ETRAX FS UARTNiklas Cassel3-0/+1007
2015-02-03tty: remove unused variable spropFabian Frederick1-1/+0
2015-02-03serial: of-serial: fetch line number from DTLucas Stach1-0/+5
2015-02-02serial: samsung: earlycon support depends on CONFIG_SERIAL_SAMSUNG_CONSOLEMarek Szyprowski1-0/+2
2015-02-02tty/serial: serial8250_set_divisor() can be statickbuild test robot1-1/+1
2015-02-02tty/serial: Add Spreadtrum sc9836-uart driver supportChunyan Zhang3-0/+812
2015-02-02serial: samsung: remove redundant interrupt enablingRobert Baldyga1-8/+1
2015-02-02tty: Remove external interface for tty_set_termios()Peter Hurley1-2/+1
2015-02-02serial: omap: Fix RTS handlingPeter Hurley1-8/+14
2015-02-02serial: 8250_omap: Use UPSTAT_AUTORTS for RTS handlingPeter Hurley1-9/+7
2015-02-02serial: core: Rework hw-assisted flow control supportPeter Hurley3-49/+41
2015-02-02tty/serial: 8250_early: Add support for PXA UARTsRob Herring1-3/+5
2015-02-02tty/serial: of_serial: add support for PXA/MMP uartsRob Herring1-0/+4
2015-02-02tty/serial: of_serial: add DT alias ID handlingRob Herring1-0/+4
2015-02-02serial: 8250: Prevent concurrent updates to shadow registersPeter Hurley1-9/+9
2015-02-02serial: 8250: Use canary to restart console after suspendPeter Hurley1-1/+34
2015-02-02serial: 8250: Refactor XR17V35X divisor calculationPeter Hurley1-22/+30
2015-02-02serial: 8250: Refactor divisor programmingPeter Hurley1-39/+48
2015-02-02serial: 8250: Refactor LCR computationPeter Hurley1-11/+21
2015-02-02serial: 8250: Move UART_BUG_QUOT workaroundPeter Hurley1-8/+9
2015-02-02tty: serial: men_z135_uart: Fix driver for changes in hardwareJohannes Thumshirn1-46/+109
2015-02-02serial: core: Simplify console suspend logic in uart_suspend_port()Peter Hurley1-18/+17
2015-02-02n_tty: Fix signal handling flushesPeter Hurley2-15/+31