summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2012-01-07Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro
2012-01-07Merge branch 'amba-modalias' of git://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds
2012-01-05tty: serial: imx: move del_timer_sync() to avoid potential deadlockEric Miao
2012-01-05imx: add polled io uart methodsSaleem Abdulrasool
2012-01-05imx: Add save/restore functions for UART control regsDirk Behme
2012-01-05serial/imx: let probing fail for the dt case without a valid aliasUwe Kleine-König
2012-01-05serial/imx: propagate error from of_alias_get_id instead of using -ENODEVUwe Kleine-König
2012-01-05tty: serial: imx: Allow UART to be a source for wakeupFabio Estevam
2012-01-05serial: driver for m32 arch should not have DEC alpha errataPaul Gortmaker
2012-01-05atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino
2012-01-05tty: Fix memory leak in virtual console when enable unicode translationZeng Zhaoming
2012-01-05serial: use DIV_ROUND_CLOSEST instead of open coding itUwe Kleine-König
2012-01-04switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2012-01-04fs: move code out of buffer.cAl Viro
2012-01-04serial: add support for 400 and 800 v3 series Titan cardsYegor Yefremov
2011-12-16tty/serial/pmac_zilog: Fix suspend & resumeBenjamin Herrenschmidt
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-10serial: add irq handler for Freescale 16550 errata.Paul Gortmaker
2011-12-10serial: manually inline serial8250_handle_portPaul Gortmaker
2011-12-10serial: make 8250 timeout use the specified IRQ handlerPaul Gortmaker
2011-12-10serial: export the key functions for an 8250 IRQ handlerPaul Gortmaker
2011-12-10serial: clean up parameter passing for 8250 Rx IRQ handlingPaul Gortmaker
2011-12-10serial: move struct uart_8250_port from 8250.c to 8250.hPaul Gortmaker
2011-12-10drivers/tty: Remove unneeded spacesThorsten Wißmann
2011-12-10msm_serial_hs: Fix spinlock recursion in handling CTSMayank Rana
2011-12-10msm_serial_hs: Fix type inconsistency for tx and rx command_ptr_ptrMayank Rana
2011-12-10serial: fix serial_cs I/O windows for Argosy RS-COM 2PMaciej Szmigiero
2011-12-10serial: 8250: replace hardcoded 0xbf with #defineWolfram Sang
2011-12-10serial: bfin-sport-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.Sonic Zhang
2011-12-10serial: bfin-sport-uart: Request CTS GPIO PIN when the sport emulated serial ...Sonic Zhang
2011-12-10tty: bfin-sport-uart: Rx interrupt is not called always with irq disabled.Sonic Zhang
2011-12-10serial: bfin-uart: remove redundant CTS check for hardware CTS control.Sonic Zhang
2011-12-10serial: bfin-uart: Add tty ASYNC_CTS_FLOW flag to do CTS flow control.Sonic Zhang
2011-12-10serial: 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-27TTY: Remove redundant spi driver bus initializationLars-Peter Clausen
2011-11-27serial/8250_pci: init-quirk msi support for kt serial controllerDan Williams
2011-11-27serial/8250_pci: setup-quirk workaround for the kt serial controllerDan Williams
2011-11-27serial/mxs-auart: only wake up tty layer onceUwe Kleine-König
2011-11-27serial/imx: propagate error of platform_driver_register in init routineUwe Kleine-König
2011-11-27OMAP: UART: fix the return type of check_modem_statusShubhrajyoti D
2011-11-27Merge 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