summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2012-11-16Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman2-7/+1
2012-11-16serial: mxs-auart: add the DMA support for mx28Huang Shijie1-5/+317
2012-11-16serial: mxs-auart: distinguish the different SOCsHuang Shijie1-6/+36
2012-11-16tty/8250_early: Turn serial_in/serial_out into weak symbols.Noam Camus1-21/+21
2012-11-15serial: sh-sci: fix possible race cases on SCSCR register accessesShinya Kuribayashi1-0/+6
2012-11-15serial: sh-sci: add locking to console write function to avoid SMP lockupShinya Kuribayashi1-1/+22
2012-11-15serial: sh-sci: fix common SCIFB regmap definitionTakashi Yoshii1-3/+3
2012-11-15serial: sh-sci: mask SCTFDR/RFDR according to fifosizeTakashi Yoshii1-2/+2
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 ...Jun 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-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 3.7-rc3 into tty-nextGreg Kroah-Hartman1-6/+6
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