aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 31-59/+59
2011-03-29drivers: Final irq namespace conversionGravatar Thomas Gleixner 2-3/+3
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Gravatar Linus Torvalds 1-1/+1
2011-03-25kgdboc,kgdbts: strlen() doesn't count the terminatorGravatar Dan Carpenter 1-1/+1
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsGravatar David Rientjes 2-2/+2
2011-03-23drivers/tty/bfin_jtag_comm.c: avoid calling put_tty_driver on NULLGravatar Julia Lawall 1-2/+4
2011-03-22tty: stop using "delayed_work" in the tty layerGravatar Linus Torvalds 2-14/+14
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+1
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 2-63/+78
2011-03-17Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msmGravatar Linus Torvalds 2-45/+269
2011-03-17Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 3-2/+815
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Gravatar Linus Torvalds 2-63/+452
2011-03-17Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon...Gravatar Linus Torvalds 1-0/+2
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversGravatar Russell King 21-2086/+657
2011-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Paul Mundt 80-1299/+46240
2011-03-16Merge remote branch 'rmk/for-linus' into for-linusGravatar David Brown 19-2023/+205
2011-03-16Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 3-706/+0
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 12-131/+126
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 9-10/+0
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 63-435/+46082
2011-03-15drivers/serial/ucc_uart.c: Add of_node_put to avoid memory leakGravatar Julia Lawall 1-32/+35
2011-03-15Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Gravatar Russell King 1-2/+2
2011-03-14pch_uart: reference clock on CM-iTCGravatar Denis Turischev 1-2/+7
2011-03-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Gravatar Russell King 1-0/+1
2011-03-11Merge branch 'next-exynos4' into for-nextGravatar Kukjin Kim 1-2/+2
2011-03-10Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Gravatar Russell King 3-0/+814
2011-03-10ARM: 6764/1: pl011: factor out FIFO to TTY codeGravatar Linus Walleij 1-91/+66
2011-03-10ARM: 6763/1: pl011: add optional RX DMA to PL011 v2Gravatar Linus Walleij 1-20/+434
2011-03-10xen/hvc: Disable probe_irq_on/off from poking the hvc-console IRQ line.Gravatar Konrad Rzeszutek Wilk 1-0/+2
2011-03-09n_gsm: fix UIH control byte : P bit should be 0Gravatar Eric Bénard 1-2/+1
2011-03-07serial: msm_serial_hs: Add MSM high speed UART driverGravatar Mayank Rana 3-0/+1893
2011-03-07tty_audit: fix tty_audit_add_data live lock on audit disabledGravatar Xiaotian Feng 1-1/+3
2011-03-04serial: sh-sci: fix deadlock when resuming from S3 sleepGravatar Alexandre Courbot 1-0/+6
2011-03-02powerpc/pseries: Reduce HVCS driver insanityGravatar Benjamin Herrenschmidt 1-31/+43
2011-03-02drivers: remove extraneous includes of smp_lock.hGravatar Arnd Bergmann 9-10/+0
2011-03-01tty: serial: altera_jtaguart: Add device tree supportGravatar Tobias Klauser 1-2/+13
2011-03-01tty: serial: altera_uart: Add devicetree supportGravatar Tobias Klauser 1-4/+47
2011-02-28dt/serial: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 9-46/+42
2011-02-28dt: uartlite: merge platform and of_platform driver bindingsGravatar Grant Likely 1-79/+24
2011-02-28fmvj18x_cs: add new idGravatar Ken Kawasaki 1-0/+1
2011-02-25nozomi: don't use flush_scheduled_work()Gravatar Tejun Heo 1-2/+0
2011-02-25tty/serial: Relax the device_type restriction from of_serialGravatar Grant Likely 1-9/+9
2011-02-24Merge 2.6.38-rc6 into tty-nextGravatar Greg Kroah-Hartman 9-1865/+39
2011-02-23ARM: amba: make probe() functions take const id tablesGravatar Russell King 2-2/+2
2011-02-22pch_uart: Fix DMA channel miss-setting issue.Gravatar Tomoya MORINAGA 1-12/+47
2011-02-22pch_uart: fix exclusive access issueGravatar Tomoya MORINAGA 1-2/+9
2011-02-22pch_uart: fix auto flow control miss-setting issueGravatar Tomoya MORINAGA 1-6/+13
2011-02-22pch_uart: fix uart clock setting issueGravatar Tomoya MORINAGA 1-1/+6
2011-02-22pch_uart : Use dev_xxx not pr_xxxGravatar Tomoya MORINAGA 1-28/+49
2011-02-22pch_uart : Reduce memcpyGravatar Tomoya MORINAGA 1-8/+5