aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2013-03-18tty: Add diagnostic for halted line disciplinePeter Hurley2-1/+14
2013-03-18tty: ifx6x60: Remove unused suspend/resume callbacksLars-Peter Clausen1-26/+0
2013-03-18tty: mrst_max3110: Use dev_pm_opsLars-Peter Clausen1-7/+12
2013-03-18tty: max310x: Use dev_pm_opsLars-Peter Clausen1-8/+16
2013-03-18tty: max3100: Use dev_pm_opsLars-Peter Clausen1-10/+10
2013-03-18TTY: fix close of uninitialised portsJohan Hovold1-8/+10
2013-03-18TTY: clean up port drain-delay handlingJohan Hovold1-11/+16
2013-03-18TTY: fix DTR not being dropped on hang upJohan Hovold3-12/+23
2013-03-18TTY: fix DTR being raised on hang upJohan Hovold1-1/+1
2013-03-18TTY: wake up processes last at hangupJohan Hovold1-1/+1
2013-03-18TTY: clean up port shutdownJohan Hovold1-2/+7
2013-03-18crisv10: use counts from tty_portJiri Slaby2-27/+23
2013-03-18crisv10: use *_wait from tty_portJiri Slaby2-11/+7
2013-03-18crisv10: use close delays from tty_portJiri Slaby2-13/+9
2013-03-18crisv10: remove unused membersJiri Slaby1-6/+0
2013-03-18crisv10: stop returning info from handle_ser_rx_interruptJiri Slaby1-6/+4
2013-03-18crisv10: use flags from tty_portJiri Slaby2-37/+29
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby4-28/+14
2013-03-18TTY: serial/msm_serial_hs, remove unused ttyJiri Slaby1-2/+0
2013-03-18TTY: serial/bfin_uart, unbreak build with KGDB enabledJiri Slaby1-23/+0
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby7-57/+32
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby5-47/+21
2013-03-18TTY: msm_smd_tty, clean up activate/shutdownJiri Slaby1-9/+5
2013-03-18TTY: do not warn about setting speed via SPD_*Jiri Slaby1-28/+0
2013-03-18TTY: synclink, remove superfluous checkJiri Slaby1-3/+0
2013-03-18TTY: jsm, remove superfluous checkJiri Slaby1-6/+0
2013-03-18n_tty: Lock access to tty->pgrp for POSIX job controlPeter Hurley1-16/+18
2013-03-18n_tty: Fix unsafe driver-side signalsPeter Hurley1-20/+14
2013-03-18n_tty: Fix stuck throttled driverPeter Hurley1-11/+17
2013-03-18tty: Add safe tty throttle/unthrottle functionsPeter Hurley1-0/+64
2013-03-18n_tty: Inline check_unthrottle() at lone call sitePeter Hurley1-16/+2
2013-03-15sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-19/+19
2013-03-15tty: Signal SIGHUP before hanging up ldiscPeter Hurley1-5/+5
2013-03-15tty: Signal foreground group processes in hangupPeter Hurley1-17/+48
2013-03-15tty: Use spin_lock() inside existing critical regionPeter Hurley1-3/+2
2013-03-15tty: Fix spinlock flavor in non-atomic __tty_hangup()Peter Hurley1-3/+2
2013-03-15tty: Refactor session leader SIGHUP from __tty_hangup()Peter Hurley1-31/+50
2013-03-15tty: ipwireless: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-03-15serial: pch_uart: add console poll supportLiang Li1-24/+79
2013-03-15TTY: amiserial, use module_platform_driver_probe()Jingoo Han1-13/+1
2013-03-15serial: vt8500_serial: Convert to devm_ioremap_resource()Sachin Kamat1-3/+4
2013-03-15serial: tegra: Convert to devm_ioremap_resource()Sachin Kamat1-5/+4
2013-03-15serial: 8250_pci: Add WCH CH352 quirk to avoid Xscale detectionWang YanQing1-0/+13
2013-03-15tty: atmel_serial_probe(): index of atmel_ports[] fixPawel Wieczorkiewicz1-6/+5
2013-03-15pty: Remove redundant itty resetPeter Hurley1-1/+0
2013-03-15drivers/tty: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-13/+1
2013-03-13Merge tag 'tty-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-32/+84
2013-03-12serial: pl011: use generic DMA slave configuration if possibleArnd Bergmann1-25/+37
2013-03-12tty: serial: fix typo "SERIAL_S3C2412"Paul Bolle1-1/+1
2013-03-12serial: 8250: Keep 8250.<xxxx> module options functional after driver renameJosh Boyer1-0/+29