summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2012-11-04SERIAL: omap: remove 'irq_pending' bitfieldRussell King1-1/+0
2012-11-04SERIAL: omap: fix MCR TCRTLR bit handlingRussell King1-16/+21
2012-11-04SERIAL: omap: fix set_mctrl() breakageRussell King1-3/+5
2012-11-04SERIAL: omap: no need to re-read EFRRussell King1-2/+0
2012-11-04SERIAL: omap: remove setting of EFR SCD bitRussell King1-6/+2
2012-11-04SERIAL: omap: allow hardware assisted IXANY mode to be disabledRussell King1-0/+2
2012-11-04SERIAL: omap: allow hardware assisted rts/cts modes to be disabledRussell King1-0/+7
2012-11-04SERIAL: core: add throttle/unthrottle callbacks for hardware assisted flow co...Russell King1-4/+27
2012-11-04SERIAL: core: add hardware assisted h/w flow control supportRussell King1-0/+7
2012-11-04SERIAL: core: add hardware assisted s/w flow control supportRussell King1-2/+14
2012-11-04SERIAL: core: use local variable uport in uart_set_termios()Russell King1-8/+9
2012-11-01tty: of_serial: fix return value check in of_platform_serial_setup()Wei Yongjun1-2/+2
2012-11-01serial:ifx6x60:Prevent data transfer when IFX6x60 port is shutdownchao bi2-1/+11
2012-10-30serial/arc-uart: Add new driverVineet Gupta3-0/+770
2012-10-30uart: add other serial core layer get attributesAlan Cox1-0/+145
2012-10-30uart: tidy the uart_get_info APIAlan Cox1-14/+15
2012-10-30uart: update the sysfs handler to use uart_get_infoAlan Cox1-5/+5
2012-10-30serial: 8250_pci: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2012-10-30serial: jsm: Convert jsm_printk to jsm_dbgJoe Perches4-109/+120
2012-10-29Merge remote-tracking branch 'master' into queueMarcelo Tosatti11-81/+137
2012-10-29Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman1-6/+6
2012-10-28Merge branch 'master' into for-nextJiri Kosina87-3643/+6188
2012-10-25tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov2-0/+26
2012-10-25tty: pty - Move TIOCPKT handling into pty.cCyrill Gorcunov2-21/+26
2012-10-25of serial port driver - add clk_get_rate() supportMurali Karicheri1-6/+26
2012-10-25tty: add missing newlines to WARN_RATELIMITSasha Levin2-2/+2
2012-10-25serial: ifx6x60: del_timer_sync must not be called in interrupt context.Jun Chen1-1/+1
2012-10-25serial: ifx6x60: add_timer is not safe in the mrdy_assert functionJun Chen1-3/+1
2012-10-25serial: ifx6x60: different SPI word width configure requires different swap p...chao bi2-10/+61
2012-10-25serial/amba-pl011: use devm_* managed resourcesLinus Walleij1-16/+9
2012-10-25serial: omap: Remove the hardcode serial_omap_console_ports array.Shubhrajyoti D1-1/+1
2012-10-25serial: omap: Remove the default setting of special characterShubhrajyoti D1-5/+1
2012-10-25serial: omap: Make context_loss_cnt signedShubhrajyoti D1-4/+8
2012-10-25tty: Fix typo in tty driversMasanari Iida5-5/+5
2012-10-24Revert "serial: omap: fix software flow control"Felipe Balbi1-6/+6
2012-10-24serial: clps711x: Cleanup driverAlexander Shiyan1-59/+46
2012-10-24serial: clps711x: Fix TERMIOS-flags handlingAlexander Shiyan1-24/+12
2012-10-24serial: clps711x: Disable "break"-state before port startupAlexander Shiyan1-22/+7
2012-10-24serial: clps711x: Using resource-managed functionsAlexander Shiyan1-22/+17
2012-10-24serial: clps711x: Check for valid TTY in RX-interruptAlexander Shiyan1-30/+29
2012-10-24serial: clps711x: Fix break control handlingAlexander Shiyan1-1/+3
2012-10-24serial: clps711x: Return valid modem controls for port that not support itAlexander Shiyan1-6/+4
2012-10-24serial: clps711x: Improved TX FIFO handlingAlexander Shiyan1-8/+7
2012-10-24serial: clps711x: Using CPU clock subsystem for getting base UART speedAlexander Shiyan1-5/+15
2012-10-24serial: clps711x: Do not use "uart_port->unused" fieldAlexander Shiyan1-15/+17
2012-10-24serial: clps711x: Convert all static variables to dynamicAlexander Shiyan1-122/+89
2012-10-24serial: clps711x: Add platform_driver interface to clps711x driverAlexander Shiyan1-6/+33
2012-10-24tty: serial: KGDB support for PXADenis V. Lunev1-0/+55
2012-10-24tty: Use raw spin lock to protect TTY ldisc administrationIvo Sieben1-16/+16
2012-10-24TTY: hvcs: fix missing unlock on error in hvcs_initialize()Wei Yongjun1-1/+3