summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)Author
2011-12-13serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS.Sonic Zhang
2011-12-13serial: bfin-uart: Enable hardware automatic CTS only when CTS pin is available.Sonic Zhang
2011-12-13serial: make FSL errata depend on 8250_CONSOLE, not just 8250Paul Gortmaker
2011-12-09serial: add irq handler for Freescale 16550 errata.Paul Gortmaker
2011-12-09serial: manually inline serial8250_handle_portPaul Gortmaker
2011-12-09serial: make 8250 timeout use the specified IRQ handlerPaul Gortmaker
2011-12-09serial: export the key functions for an 8250 IRQ handlerPaul Gortmaker
2011-12-09serial: clean up parameter passing for 8250 Rx IRQ handlingPaul Gortmaker
2011-12-09serial: move struct uart_8250_port from 8250.c to 8250.hPaul Gortmaker
2011-12-09drivers/tty: Remove unneeded spacesThorsten Wißmann
2011-12-09msm_serial_hs: Fix spinlock recursion in handling CTSMayank Rana
2011-12-09msm_serial_hs: Fix type inconsistency for tx and rx command_ptr_ptrMayank Rana
2011-12-09serial: fix serial_cs I/O windows for Argosy RS-COM 2PMaciej Szmigiero
2011-12-09serial: 8250: replace hardcoded 0xbf with #defineWolfram Sang
2011-12-09serial: bfin-sport-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.Sonic Zhang
2011-12-09serial: bfin-sport-uart: Request CTS GPIO PIN when the sport emulated serial ...Sonic Zhang
2011-12-09tty: bfin-sport-uart: Rx interrupt is not called always with irq disabled.Sonic Zhang
2011-12-09serial: bfin-uart: remove redundant CTS check for hardware CTS control.Sonic Zhang
2011-12-09serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.Sonic Zhang
2011-12-09serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up.Sonic Zhang
2011-12-08pmac_zilog: Fix unexpected irqFinn Thain
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-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-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