summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2015-03-07serial: 8250_dw: Add missing MODULE_ALIAS() for module autoloading supportMika Westerberg1-0/+1
2015-03-07sprd_serial: compile sprd_suspend and sprd_resume conditionallyPaul Bolle1-0/+2
2015-03-07serial:imx make of_device_id array constSanjeev Sharma1-1/+1
2015-03-07tty: serial: 8250_core: Remove trailing whitespacesMichal Simek1-2/+2
2015-03-07serial: 8250_pci: convert to dev_pm_opsAndy Shevchenko1-16/+15
2015-03-07tty: kconfig: remove the superfluous dependency on PPC_OFKevin Hao1-2/+2
2015-03-07serial: core: replace current->state by __set_current_state()Fabian Frederick1-2/+1
2015-03-07serial: pl010 is no longer brokenArnd Bergmann1-1/+1
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-1/+1
2015-02-15Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds43-1605/+4176
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+12
2015-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-7/+24
2015-02-12oom, PM: make OOM detection in the freezer path racelessMichal Hocko1-2/+3
2015-02-12sysrq: 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-04tty: remove unused variable spropFabian Frederick1-1/+0
2015-02-04serial: 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
2015-02-02pty: Fix buffer flush deadlockPeter Hurley2-1/+15
2015-02-02tty: Make lock subclasses available for other tty locksPeter Hurley1-11/+1
2015-02-02n_tty: Fix read buffer overwrite when no newlinePeter Hurley1-30/+62
2015-02-02n_tty: Fix PARMRK over-throttlingPeter Hurley1-8/+4
2015-02-02n_tty: Fix unordered accesses to lockless read bufferPeter Hurley1-53/+48
2015-02-02n_tty: Simplify throttle threshold calculationPeter Hurley1-1/+1
2015-02-02n_tty: Fix throttle for canon lines > 3967 charsPeter Hurley1-0/+5
2015-02-02n_tty: Eliminate receive_room() from consumer/exclusive pathsPeter Hurley1-11/+12
2015-02-02serial: samsung: Add support for early consoleTomasz Figa2-0/+104
2015-02-02serial: sh-sci: Fix R-Car SCIF and HSCIF overrun handlingHisashi Nakamura1-1/+13
2015-02-02serial: sh-sci: Use dev_dbg() to log an error messageYoshihiro Kaneko1-1/+1
2015-02-02serial: 8250_dma: don't bother DMA with small transfersAndy Shevchenko1-0/+4