aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-26/+38
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-48/+4
2013-05-06Merge branch 'late/dt' into next/dt2Arnd Bergmann3-11/+20
2013-05-04serial: sunsu: add missing platform_driver_unregister() when module exitWei Yongjun1-0/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-13/+40
2013-05-01tty: fix up atime/mtime mess, take threeLinus Torvalds2-2/+5
2013-04-29Merge tag 'tty-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds54-999/+1226
2013-04-29Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-13/+1
2013-04-26TTY: fix atime/mtime regressionJiri Slaby1-2/+16
2013-04-23tty/serial/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann1-1/+1
2013-04-22serial: mxs: drop superfluous {get|put}_deviceWolfram Sang1-3/+1
2013-04-22serial: mxs: fix buffer overflowWolfram Sang1-1/+1
2013-04-20serial: amba-pl011: fix !CONFIG_DMA_ENGINE caseArnd Bergmann1-1/+1
2013-04-19Merge branch 'spear/dwdma' into late/cleanupArnd Bergmann1-25/+37
2013-04-17ARM: PL011: add support for extended FIFO-size of PL011-r1p5Jongsung Kim1-4/+16
2013-04-15serial_core.c: add put_device() after device_find_child()Federico Vaga1-0/+4
2013-04-15tty: Fix unsafe bit ops in tty_throttle_safe/unthrottle_safePeter Hurley1-2/+2
2013-04-15serial: sccnxp: Replace pdata.init/exit with regulator APIAlexander Shiyan1-6/+15
2013-04-15serial: sccnxp: Do not override device nameAlexander Shiyan1-2/+0
2013-04-15TTY: pty, fix compilation warningJiri Slaby1-6/+6
2013-04-15TTY: rocket, fix compilation warningJiri Slaby1-19/+21
2013-04-14Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman3-11/+20
2013-04-14Merge 3.9-rc7 into char-misc-nextGreg Kroah-Hartman3-11/+20
2013-04-12TTY: synclinkmp: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-12TTY: synclink_gt: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-12TTY: synclink: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-04-12serial: 8250_dw: Fix the stub for dw8250_probe_acpi()Heikki Krogerus1-1/+1
2013-04-11serial: 8250_dw: Convert to devm_ioremap()Heikki Krogerus1-1/+2
2013-04-11serial: 8250_dw: Set port capabilities based on CPR registerHeikki Krogerus1-0/+4
2013-04-11serial: 8250_dw: Let ACPI code extract the DMA client infoHeikki Krogerus1-66/+9
2013-04-11serial: 8250_dw: Support clk framework also with ACPIHeikki Krogerus1-13/+5
2013-04-11serial: 8250_dw: Enable runtime PMHeikki Krogerus1-9/+52
2013-04-11serial: 8250_dma: Provide default slave configuration parametersHeikki Krogerus1-2/+8
2013-04-11serial: 8250_dma: Use dmaengine helpers to get the slave channelsHeikki Krogerus1-2/+6
2013-04-11serial: 8250_dma: Fix RX handlingHeikki Krogerus1-7/+16
2013-04-11serial: 8250_dma: TX cleanupHeikki Krogerus1-7/+4
2013-04-11tty: serial/samsung: fix modular buildArnd Bergmann2-3/+5
2013-04-11tty: serial/samsung: make register definitions globalArnd Bergmann1-3/+3
2013-04-11tty: serial/samsung: prepare for common clock APIArnd Bergmann1-1/+6
2013-04-09tty: Fix race condition if flushing tty flip buffersPeter Hurley1-12/+10
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-04-08tty: mxser: fix cycle termination condition in mxser_probe() and mxser_module_init()Alexey Khoroshilov1-4/+4
2013-04-08Revert "tty/8250_pnp: serial port detection regression since v3.7"Sean Young1-7/+5
2013-04-05serial: max3100: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-04-04serial: mxs-auart: move to use generic DMA helperShawn Guo1-48/+4
2013-04-03OMAP/serial: Revert bad fix of Rx FIFO threshold granularityAlexey Pelykh1-0/+11
2013-04-03amba-pl011: fix build error if CONFIG_DMA_ENGINE is not enabledChanho Min1-0/+4
2013-04-01Input: sysrq - supplement reset sequence with timeout functionalityMathieu J. Poirier1-13/+40
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman8-26/+58