summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2011-03-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Russell King1-0/+1
2011-03-11Merge branch 'next-exynos4' into for-nextKukjin Kim1-2/+2
2011-03-10Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King3-0/+814
2011-03-10ARM: 6764/1: pl011: factor out FIFO to TTY codeLinus Walleij1-91/+66
2011-03-10ARM: 6763/1: pl011: add optional RX DMA to PL011 v2Linus Walleij1-20/+434
2011-03-10xen/hvc: Disable probe_irq_on/off from poking the hvc-console IRQ line.Konrad Rzeszutek Wilk1-0/+2
2011-03-09n_gsm: fix UIH control byte : P bit should be 0Eric BĂ©nard1-2/+1
2011-03-07serial: msm_serial_hs: Add MSM high speed UART driverMayank Rana3-0/+1893
2011-03-07tty_audit: fix tty_audit_add_data live lock on audit disabledXiaotian Feng1-1/+3
2011-03-04serial: sh-sci: fix deadlock when resuming from S3 sleepAlexandre Courbot1-0/+6
2011-03-02powerpc/pseries: Reduce HVCS driver insanityBenjamin Herrenschmidt1-31/+43
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann9-10/+0
2011-03-01tty: serial: altera_jtaguart: Add device tree supportTobias Klauser1-2/+13
2011-03-01tty: serial: altera_uart: Add devicetree supportTobias Klauser1-4/+47
2011-02-28dt/serial: Eliminate users of of_platform_{,un}register_driverGrant Likely9-46/+42
2011-02-28dt: uartlite: merge platform and of_platform driver bindingsGrant Likely1-79/+24
2011-02-28fmvj18x_cs: add new idKen Kawasaki1-0/+1
2011-02-25nozomi: don't use flush_scheduled_work()Tejun Heo1-2/+0
2011-02-25tty/serial: Relax the device_type restriction from of_serialGrant Likely1-9/+9
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman9-1865/+39
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King2-2/+2
2011-02-22pch_uart: Fix DMA channel miss-setting issue.Tomoya MORINAGA1-12/+47
2011-02-22pch_uart: fix exclusive access issueTomoya MORINAGA1-2/+9
2011-02-22pch_uart: fix auto flow control miss-setting issueTomoya MORINAGA1-6/+13
2011-02-22pch_uart: fix uart clock setting issueTomoya MORINAGA1-1/+6
2011-02-22pch_uart : Use dev_xxx not pr_xxxTomoya MORINAGA1-28/+49
2011-02-22pch_uart : Reduce memcpyTomoya MORINAGA1-8/+5
2011-02-22pch_uart: add spin_lock_initTomoya MORINAGA1-0/+2
2011-02-22pch_uart: add multi-scatter processingTomoya MORINAGA1-28/+89
2011-02-22tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/Greg Kroah-Hartman11-0/+3634
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman17-0/+39364
2011-02-22tty: serial: altera_jtaguart: Fixup type usage of port flagsTobias Klauser1-1/+1
2011-02-22tty: serial: altera_jtaguart: Support getting mapbase and IRQ from resourcesTobias Klauser1-19/+42
2011-02-22tty: serial: altera_jtaguart: Remove unused function early_altera_jtaguart_setupTobias Klauser1-22/+0
2011-02-22tty: serial: altera_jtaguart: Don't use plain integer as NULL pointerTobias Klauser1-1/+1
2011-02-22serial: mfd: add a module parameter for setting each port's working modeFeng Tang1-0/+11
2011-02-22serial: mfd: remove the TX full-empty interrupts workaroundFeng Tang1-21/+5
2011-02-22tty: move Kconfig entries into drivers/tty from drivers/charGreg Kroah-Hartman2-0/+255
2011-02-22tty: Change dependency of ARCH_EXYNOS4Kukjin Kim1-2/+2
2011-02-18Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2011-02-17tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers1-0/+5
2011-02-17tty: add a helper for setting termios data from kernel sideAlan Cox1-5/+9
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox8-13/+13
2011-02-17tiocmset: kill the file pointer argumentAlan Cox7-16/+11
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox7-12/+10
2011-02-17tty: serial: altera_uart: Use port->regshift to store bus shiftTobias Klauser1-7/+7
2011-02-17tty: serial: altera_uart: Handle pdev->id == -1 in altera_uart_removeTobias Klauser1-1/+7
2011-02-17tty,vt: fix VT_SETACTIVATE console switchJiri Olsa1-1/+2
2011-02-17atmel_serial: enable PPS supportViktar Palstsiuk1-0/+16
2011-02-17tty: Add msm_smd_tty driverNiranjana Vishwanathapura3-0/+246