aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-15serial: sh-sci: support lower baud rateTakashi Yoshii1-11/+8
2012-11-15serial: sh-sci: fix condition test to set SCBRRTakashi Yoshii1-1/+1
2012-11-15serial: sh-sci: console runtime PM support (revisit)Teppei Kamijou1-11/+16
2012-11-15Partially revert "serial: sh-sci: console Runtime PM support"Shinya Kuribayashi1-52/+1
2012-11-15Revert "sh-sci / PM: Use power.irq_safe"Shinya Kuribayashi1-1/+0
2012-11-15Revert "sh-sci / PM: Avoid deadlocking runtime PM"Shinya Kuribayashi1-5/+0
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby18-21/+74
2012-11-15TTY: isicom, fix tty buffers memory leakJiri Slaby1-9/+12
2012-11-15TTY: introduce tty_port_destroyJiri Slaby1-1/+15
2012-11-15TTY: n_gsm, use kref from tty_portJiri Slaby1-6/+5
2012-11-15TTY: pty, fix tty buffers leakJiri Slaby2-2/+2
2012-11-15TTY: isicom, stop using port->ttyJiri Slaby1-1/+1
2012-11-15tty/serial/ar933x_uart: fix baud rate calculationGabor Juhos1-5/+85
2012-11-15mm, oom: ensure sysrq+f always passes valid zonelistDavid Rientjes1-1/+2
2012-11-15serial: Unneeded ARCH dependencies are removedAlexander Shiyan1-12/+12
2012-11-15serial: mfd: Add nmi_touch_watchdog() into the console write functionFeng Tang1-0/+3
2012-11-15serial: bfin-uart: avoid dead lock in rx irq handler in smp kernelSteven Miao1-4/+3
2012-11-15serial: cast before shifting on port ioAlan Cox1-1/+1
2012-11-15serial: xilinx_uartps: kill CONFIG_OF conditionalJosh Cartwright2-9/+1
2012-11-15ipwireless: don't oops if we run out of spaceAlan Cox1-1/+4
2012-11-15moxa: dcd handling of CLOCAL is backwardsAlan Cox1-1/+1
2012-11-15serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not emptyJun Chen1-3/+10
2012-11-15serial:ifx6x60:SPI header is decoded incorrectlychao bi1-2/+2
2012-11-14tty: serial: max310x: Add terminating entry for spi_device_id tableAxel Lin1-0/+1
2012-11-14TTY: hvc_console, fix port reference count going to zero prematurelyPaul Mackerras1-7/+0
2012-11-12Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at91 into next/headersArnd Bergmann2-7/+7
2012-11-11Merge branch 'at91' into develLinus Walleij1-0/+8
2012-11-06arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2012-11-04SERIAL: omap: fix hardware assisted flow controlRussell King1-8/+39
2012-11-04SERIAL: omap: simplify (2)Russell King1-9/+0
2012-11-04SERIAL: omap: move xon/xoff setting earlierRussell King1-6/+7
2012-11-04SERIAL: omap: always set TCRRussell King1-17/+11
2012-11-04SERIAL: omap: simplifyRussell King1-11/+4
2012-11-04SERIAL: omap: don't read back LCR/MCR/EFRRussell King1-7/+6
2012-11-04SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termiosRussell King1-59/+53
2012-11-04SERIAL: omap: configure xon/xoff before setting modem control linesRussell King1-1/+2
2012-11-04SERIAL: omap: move driver private definitions and structures to driverRussell King1-0/+52
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 controlRussell 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