summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2012-11-04SERIAL: omap: remove 'irq_pending' bitfieldRussell King
2012-11-04SERIAL: omap: fix MCR TCRTLR bit handlingRussell King
2012-11-04SERIAL: omap: fix set_mctrl() breakageRussell King
2012-11-04SERIAL: omap: no need to re-read EFRRussell King
2012-11-04SERIAL: omap: remove setting of EFR SCD bitRussell King
2012-11-04SERIAL: omap: allow hardware assisted IXANY mode to be disabledRussell King
2012-11-04SERIAL: omap: allow hardware assisted rts/cts modes to be disabledRussell King
2012-11-04SERIAL: core: add throttle/unthrottle callbacks for hardware assisted flow co...Russell King
2012-11-04SERIAL: core: add hardware assisted h/w flow control supportRussell King
2012-11-04SERIAL: core: add hardware assisted s/w flow control supportRussell King
2012-11-04SERIAL: core: use local variable uport in uart_set_termios()Russell King
2012-11-01tty: of_serial: fix return value check in of_platform_serial_setup()Wei Yongjun
2012-11-01serial:ifx6x60:Prevent data transfer when IFX6x60 port is shutdownchao bi
2012-10-30serial/arc-uart: Add new driverVineet Gupta
2012-10-30uart: add other serial core layer get attributesAlan Cox
2012-10-30uart: tidy the uart_get_info APIAlan Cox
2012-10-30uart: update the sysfs handler to use uart_get_infoAlan Cox
2012-10-30serial: 8250_pci: use module_pci_driver to simplify the codeWei Yongjun
2012-10-30serial: jsm: Convert jsm_printk to jsm_dbgJoe Perches
2012-10-29Merge remote-tracking branch 'master' into queueMarcelo Tosatti
2012-10-29Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman
2012-10-28Merge branch 'master' into for-nextJiri Kosina
2012-10-25tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov
2012-10-25tty: pty - Move TIOCPKT handling into pty.cCyrill Gorcunov
2012-10-25of serial port driver - add clk_get_rate() supportMurali Karicheri
2012-10-25tty: add missing newlines to WARN_RATELIMITSasha Levin
2012-10-25serial: ifx6x60: del_timer_sync must not be called in interrupt context.Jun Chen
2012-10-25serial: ifx6x60: add_timer is not safe in the mrdy_assert functionJun Chen
2012-10-25serial: ifx6x60: different SPI word width configure requires different swap p...chao bi
2012-10-25serial/amba-pl011: use devm_* managed resourcesLinus Walleij
2012-10-25serial: omap: Remove the hardcode serial_omap_console_ports array.Shubhrajyoti D
2012-10-25serial: omap: Remove the default setting of special characterShubhrajyoti D
2012-10-25serial: omap: Make context_loss_cnt signedShubhrajyoti D
2012-10-25tty: Fix typo in tty driversMasanari Iida
2012-10-24Revert "serial: omap: fix software flow control"Felipe Balbi
2012-10-24serial: clps711x: Cleanup driverAlexander Shiyan
2012-10-24serial: clps711x: Fix TERMIOS-flags handlingAlexander Shiyan
2012-10-24serial: clps711x: Disable "break"-state before port startupAlexander Shiyan
2012-10-24serial: clps711x: Using resource-managed functionsAlexander Shiyan
2012-10-24serial: clps711x: Check for valid TTY in RX-interruptAlexander Shiyan
2012-10-24serial: clps711x: Fix break control handlingAlexander Shiyan
2012-10-24serial: clps711x: Return valid modem controls for port that not support itAlexander Shiyan
2012-10-24serial: clps711x: Improved TX FIFO handlingAlexander Shiyan
2012-10-24serial: clps711x: Using CPU clock subsystem for getting base UART speedAlexander Shiyan
2012-10-24serial: clps711x: Do not use "uart_port->unused" fieldAlexander Shiyan
2012-10-24serial: clps711x: Convert all static variables to dynamicAlexander Shiyan
2012-10-24serial: clps711x: Add platform_driver interface to clps711x driverAlexander Shiyan
2012-10-24tty: serial: KGDB support for PXADenis V. Lunev
2012-10-24tty: Use raw spin lock to protect TTY ldisc administrationIvo Sieben
2012-10-24TTY: hvcs: fix missing unlock on error in hvcs_initialize()Wei Yongjun