summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)Author
2011-12-07SERIAL: AR933X: Add driver for the built-in UART of the SoCGabor Juhos
2011-12-02serial: sh-sci: Handle GPIO function requests.Paul Mundt
2011-12-02serial: sh-sci: Avoid FIFO clear for MCE toggle.Paul Mundt
2011-12-02serial: sh-sci: per-port modem control.Paul Mundt
2011-11-30tty: n_hdlc not atomic use tty->flags.Ilya Zykov
2011-11-30TTY: serial: convert drivers/tty/serial/* to use module_platform_driver()Axel Lin
2011-11-26TTY: Remove redundant spi driver bus initializationLars-Peter Clausen
2011-11-26serial/8250_pci: init-quirk msi support for kt serial controllerDan Williams
2011-11-26serial/8250_pci: setup-quirk workaround for the kt serial controllerDan Williams
2011-11-26serial/mxs-auart: only wake up tty layer onceUwe Kleine-König
2011-11-26serial/imx: propagate error of platform_driver_register in init routineUwe Kleine-König
2011-11-26OMAP: UART: fix the return type of check_modem_statusShubhrajyoti D
2011-11-26Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.cGreg Kroah-Hartman
2011-11-24serial: sh-sci: Add support for loopback mode.Paul Mundt
2011-11-24serial: sh-sci: Fix up modem control handling.Paul Mundt
2011-11-24serial: sh-sci: Clarify enable_ms/break_ctl comments.Paul Mundt
2011-11-24serial: sh-sci: Support icount statistics for error cases.Paul Mundt
2011-11-24serial: sh-sci: Fix up SCFCR handling.Paul Mundt
2011-11-24Merge branch 'rmobile-fixes-for-linus' into rmobile-latestPaul Mundt
2011-11-24drivers/serial/ucc_uart.c: Add missing call to init UCC UART port timeoutChuck Meade
2011-11-22serial: Kconfig: drop unknown symbol 'ARCH_IMX'Paul Bolle
2011-11-22serial: pl011: Enable module alias autogeneration for AMBA driversDave Martin
2011-11-22serial: pl010: Enable module alias autogeneration for AMBA driversDave Martin
2011-11-21Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2011-11-17UART: add CSR SiRFprimaII SoC on-chip uart driversRong Wang
2011-11-17TTY: ldisc, remove some unneeded includesJiri Slaby
2011-11-17TTY: pty, cleanup the pty countingJiri Slaby
2011-11-17TTY: ldisc, wait for ldisc infinitely in hangupJiri Slaby
2011-11-17TTY: ldisc, move wait idle to callerJiri Slaby
2011-11-17TTY: ldisc, allow waiting for ldisc arbitrarily longJiri Slaby
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul
2011-11-15Revert "tty/serial: Prevent drop of DCD on suspend for Tegra UARTs"Greg Kroah-Hartman
2011-11-15TTY: serial, extract uart_port_startupJiri Slaby
2011-11-15TTY: serial, fill uart_port_shutdownJiri Slaby
2011-11-15TTY: serial, define uart_port_activate/shutdownJiri Slaby
2011-11-15TTY: serial, inline uart_getJiri Slaby
2011-11-15TTY: serial, do not touch tty->alt_speedJiri Slaby
2011-11-15TTY: serial, document few functionsJiri Slaby
2011-11-15TTY: serial, use tty_port_close_start helperJiri Slaby
2011-11-15TTY: serial, switch closing_wait and close_delay to jiffiesJiri Slaby
2011-11-15TTY: serial, cleanup atmel_set_ldiscJiri Slaby
2011-11-15TTY: serial, cleanup include fileJiri Slaby
2011-11-15serial: OMAP2+: UART: Make the SERIAL_OMAP depend on ARCH_OMAP2PLUSShubhrajyoti D
2011-11-15TTY: open/release, cleanup printksJiri Slaby
2011-11-15TTY: move debug checking out of tty_releaseJiri Slaby
2011-11-15TTY: move tty_lookup_driver to switch-casesJiri Slaby
2011-11-15TTY: coalesce fail paths in tty_openJiri Slaby
2011-11-15TTY: extract driver lookup from tty_openJiri Slaby
2011-11-15TTY: extract /dev/tty handling from tty_openJiri Slaby
2011-11-15TTY: move pgrp killingJiri Slaby