aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2011-05-02Merge commit 'v2.6.38.5' into linaro-2.6.38Nicolas Pitre
2011-05-02serial/imx: read cts state only after acking cts change irqUwe Kleine-König
2011-05-02tty/n_gsm: fix bug in CRC calculation for gsm1 modeMikhail Kshevetskiy
2011-03-28tty/serial: Relax the device_type restriction from of_serialGrant Likely
2011-03-27Merge commit 'v2.6.38.1' into linaro-2.6.38Nicolas Pitre
2011-03-27OMAP: Enable Magic SysRq on serial console ttyOxThomas Weber
2011-03-25Merge commit '92c260f' (msm) into linaro-2.6.38Nicolas Pitre
2011-03-25Merge commit '9ced9f0' (rmk/devel-stable) into linaro-2.6.38Nicolas Pitre
2011-03-23serial: change the divisor latch only when prescalar actually changedYin Kangkai
2011-03-23serial: also set the uartclk value in resume after goes to highspeedYin Kangkai
2011-03-23serial: mrst_max3110: make buffer largerDan Carpenter
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King
2011-03-16Merge remote branch 'rmk/for-linus' into for-linusDavid Brown
2011-03-15Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King
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-02-28fmvj18x_cs: add new idKen Kawasaki
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King
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-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo
2011-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds
2011-02-16m68knommu: fix dereference of port.ttyGreg Ungerer
2011-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2011-02-15Freescale STMP37XX/STMP378X Application UART driver: remove duplicate linux/d...Jesper Juhl
2011-02-11Merge commit 'v2.6.38-rc4' into imx-for-2.6.39Sascha Hauer
2011-02-03serial: bfin_5xx: split uart RX lock from uart port lock to avoid deadlockSonic Zhang
2011-02-0368360serial: Plumb in rs_360_get_icount()Ben Hutchings
2011-02-03n_gsm: copy mtu over when configuring via ioctl interfaceKen Mills
2011-02-03virtio: console: Move file back to drivers/char/Amit Shah
2011-02-01Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn
2011-01-24Merge branch 'msm-uart' into for-nextDavid Brown
2011-01-22tty/serial: fix apbuart buildRandy Dunlap
2011-01-22n_hdlc: fix read and write lockingPaul Fulghum
2011-01-22serial: unbreak billionton CF cardPavel Machek
2011-01-22tty: use for_each_console() and WARN() on sysfs failuresKay Sievers
2011-01-22vt: fix issue when fbcon wants to takeover a second time.Dave Airlie
2011-01-20Merge branch 'akpm'Linus Torvalds
2011-01-20Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2010-12-16TTY: Add tty ioctl to figure device node of the system console.Werner Fink
2010-12-16tty: add 'active' sysfs attribute to tty0 and console deviceKay Sievers
2010-12-16n_gsm: gsm_data_alloc buffer allocation could fail and it is not being checkedKen Mills