summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2011-03-25kgdboc,kgdbts: strlen() doesn't count the terminatorDan Carpenter
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-03-17Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds
2011-03-17Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King
2011-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt
2011-03-16Merge remote branch 'rmk/for-linus' into for-linusDavid Brown
2011-03-16Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-03-15drivers/serial/ucc_uart.c: Add of_node_put to avoid memory leakJulia Lawall
2011-03-15Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King
2011-03-14pch_uart: reference clock on CM-iTCDenis Turischev
2011-03-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Russell King
2011-03-11Merge branch 'next-exynos4' into for-nextKukjin Kim
2011-03-10Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King
2011-03-10ARM: 6764/1: pl011: factor out FIFO to TTY codeLinus Walleij
2011-03-10ARM: 6763/1: pl011: add optional RX DMA to PL011 v2Linus Walleij
2011-03-07serial: msm_serial_hs: Add MSM high speed UART driverMayank Rana
2011-03-04serial: sh-sci: fix deadlock when resuming from S3 sleepAlexandre Courbot
2011-03-01tty: serial: altera_jtaguart: Add device tree supportTobias Klauser
2011-03-01tty: serial: altera_uart: Add devicetree supportTobias Klauser
2011-02-28dt/serial: Eliminate users of of_platform_{,un}register_driverGrant Likely
2011-02-28dt: uartlite: merge platform and of_platform driver bindingsGrant Likely
2011-02-28fmvj18x_cs: add new idKen Kawasaki
2011-02-25tty/serial: Relax the device_type restriction from of_serialGrant Likely
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King
2011-02-22pch_uart: Fix DMA channel miss-setting issue.Tomoya MORINAGA
2011-02-22pch_uart: fix exclusive access issueTomoya MORINAGA
2011-02-22pch_uart: fix auto flow control miss-setting issueTomoya MORINAGA
2011-02-22pch_uart: fix uart clock setting issueTomoya MORINAGA
2011-02-22pch_uart : Use dev_xxx not pr_xxxTomoya MORINAGA
2011-02-22pch_uart : Reduce memcpyTomoya MORINAGA
2011-02-22pch_uart: add spin_lock_initTomoya MORINAGA
2011-02-22pch_uart: add multi-scatter processingTomoya MORINAGA
2011-02-22tty: serial: altera_jtaguart: Fixup type usage of port flagsTobias Klauser
2011-02-22tty: serial: altera_jtaguart: Support getting mapbase and IRQ from resourcesTobias Klauser
2011-02-22tty: serial: altera_jtaguart: Remove unused function early_altera_jtaguart_setupTobias Klauser
2011-02-22tty: serial: altera_jtaguart: Don't use plain integer as NULL pointerTobias Klauser
2011-02-22serial: mfd: add a module parameter for setting each port's working modeFeng Tang
2011-02-22serial: mfd: remove the TX full-empty interrupts workaroundFeng Tang
2011-02-22tty: Change dependency of ARCH_EXYNOS4Kukjin Kim
2011-02-18Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox