summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby
2011-08-25TTY: serial, move locking in uart_closeJiri Slaby
2011-08-25TTY: serial, use ASYNCB_CLOSING in uart_closeJiri Slaby
2011-08-24jsm: print byte we are dequeingThadeu Lima de Souza Cascardo
2011-08-24jsm: remove buggy write queueThadeu Lima de Souza Cascardo
2011-08-24jsm: remove remaining flip buffer codeThadeu Lima de Souza Cascardo
2011-08-24tty: Add support serial for EXYNOS4212 SoCKukjin Kim
2011-08-24atmel_serial: RS485: receiving enabled when sending dataBernhard Roth
2011-08-24serial/imx: support to handle break characterHui Wang
2011-08-24Revert "tty: serial8250: add helpers for the DesignWare 8250"Greg Kroah-Hartman
2011-08-24Revert "tty: of_serial: add support for the DesignWare 8250"Greg Kroah-Hartman
2011-08-23tty: of_serial: add support for the DesignWare 8250Jamie Iles
2011-08-23tty: serial8250: add helpers for the DesignWare 8250Jamie Iles
2011-08-23tty: serial8250: remove UPIO_DWAPB{,32}Jamie Iles
2011-08-23tty: serial8250: allow platforms to override irq handlerJamie Iles
2011-08-23serial: samsung: Add unified interrupt handler for s3c64xx and later SoC'sThomas Abraham
2011-08-23serial:bfin_uart: Put TX IRQ in individual platform resource.Sonic Zhang
2011-08-23serial:blackfin: rename Blackfin serial driver to bfin_uart.cSonic Zhang
2011-08-23serial:blackfin: Correct coding style in bfin serial driver.Sonic Zhang
2011-08-23TTY: remove tty_lockedJiri Slaby
2011-08-23TTY: serial, remove tasklet for tty_wakeupJiri Slaby
2011-08-23TTY: msm_serial, remove unneeded console setJiri Slaby
2011-08-23TTY: serial, remove BTM from wait_until_sentJiri Slaby
2011-08-07sh: Fix boot crash related to SCIRafael J. Wysocki
2011-08-04dt: remove of_alias_get_id() referenceGrant Likely
2011-08-01Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds
2011-07-27serial/imx: add device tree probe supportShawn Guo
2011-07-27serial/imx: get rid of the uses of cpu_is_mx1()Shawn Guo
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-25Merge branch 'next/deletion' of git+ssh://master.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-07-25Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-07-22Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-07-21Merge branch 'next-samsung-clkdev-fix' into next-samsung-cleanupKukjin Kim
2011-07-20serial: Remove redundant console_initcall from s3c and s5p console driversThomas Abraham
2011-07-18ARM: mach-s3c2400: deleteNicolas Pitre
2011-07-18ARM: mach-s3c24a0: deleteNicolas Pitre
2011-07-15Merge commit 'v3.0-rc7' into devicetree/nextGrant Likely
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-07-10tty/serial: Add devicetree support for nVidia Tegra serial portsGrant Likely
2011-07-08amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu
2011-07-08pch_uart: add missing comment about OKI ML7223Alexander Stein
2011-07-08pch_uart: Add MSI supportAlexander Stein
2011-07-07serial: samsung: Fix unintended usage of uart port 0 as consoleThomas Abraham
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-04Merge branch 'at91/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2011-07-04tty/serial: change of_serial to use new of_property_read_u32() apiGrant Likely
2011-07-01tty: serial: samsung.c remove legacy PM code.MyungJoo Ham