summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2011-02-15Freescale STMP37XX/STMP378X Application UART driver: remove duplicate linux/d...Jesper Juhl1-1/+0
2011-02-15hvcs: fix typo in commentPaul Bolle1-1/+1
2011-02-15Merge branch 'sh/st-integration' into sh-latestPaul Mundt5-1848/+8
2011-02-11Merge commit 'v2.6.38-rc4' into imx-for-2.6.39Sascha Hauer144-155/+106839
2011-02-04hvc_dcc: Simplify assembly for v6 and v7 ARMStephen Boyd1-24/+0
2011-02-04hvc_dcc: Simplify put_chars()/get_chars() loopsStephen Boyd1-8/+4
2011-02-04hvc_dcc: Fix bad code generation by marking assembly volatileStephen Boyd1-6/+5
2011-02-04serial: bfin_5xx: split uart RX lock from uart port lock to avoid deadlockSonic Zhang1-9/+6
2011-02-0468360serial: Plumb in rs_360_get_icount()Ben Hutchings1-0/+1
2011-02-04n_gsm: copy mtu over when configuring via ioctl interfaceKen Mills1-0/+1
2011-02-04virtio: console: Move file back to drivers/char/Amit Shah2-1839/+0
2011-02-04serial: pch_uart: revert Kconfig for non-DMA modeTomoya MORINAGA1-3/+2
2011-02-04serial: pch_uart: support new device ML7213Tomoya MORINAGA2-8/+24
2011-02-0468328serial: remove unsed m68k_serial->tqueue_hangupTejun Heo2-24/+0
2011-02-04serial-core: reset the console speed on resumeYin Kangkai1-3/+3
2011-02-04serial: mrst_max3110: make buffer largerDan Carpenter1-1/+1
2011-02-04tty_ldisc: don't use flush_scheduled_work()Tejun Heo1-2/+15
2011-02-04serial: omap-serial: Enable the UART wake-up bits alwaysJarkko Nikula1-3/+3
2011-02-03OMAP: Enable Magic SysRq on serial console ttyOxThomas Weber1-1/+4
2011-02-03serial: ifx6x60: expanded info available from platform dataRuss Gorby2-17/+20
2011-02-03serial: mfd: remove the timeout workaround for A0Feng Tang1-38/+0
2011-02-03tty: serial: bfin_sport_uart: fix signedness errorVasiliy Kulikov1-1/+1
2011-02-01Merge branch 'sh/urgent' into sh-latestPaul Mundt5-51/+58
2011-02-01Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-51/+58
2011-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt142-105/+105915
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn6-105/+105
2011-01-24Merge branch 'msm-uart' into for-nextDavid Brown2-45/+269
2011-01-24ARM: lh7a40x: remove unmaintained platform supportRussell King3-706/+0
2011-01-23tty/serial: fix apbuart buildRandy Dunlap1-0/+1
2011-01-23n_hdlc: fix read and write lockingPaul Fulghum1-45/+45
2011-01-23serial: unbreak billionton CF cardPavel Machek1-1/+2
2011-01-23tty: use for_each_console() and WARN() on sysfs failuresKay Sievers2-3/+3
2011-01-23vt: fix issue when fbcon wants to takeover a second time.Dave Airlie1-2/+7
2011-01-21Merge branch 'akpm'Linus Torvalds1-2/+2
2011-01-21Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds136-0/+105862
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman120-0/+97163
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman17-0/+8795
2011-01-08Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-91/+197
2010-12-17TTY: Add tty ioctl to figure device node of the system console.Werner Fink1-0/+5
2010-12-17tty: add 'active' sysfs attribute to tty0 and console deviceKay Sievers2-5/+65
2010-12-17n_gsm: gsm_data_alloc buffer allocation could fail and it is not being checkedKen Mills1-0/+2
2010-12-17n_gsm: Fix message length handling when building headerKen Mills1-2/+2
2010-12-02Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+13
2010-11-30TTY: open/hangup race fixupJiri Slaby1-1/+9
2010-11-30TTY: don't allow reopen when ldisc is changingJiri Slaby1-1/+2
2010-11-30TTY: ldisc, fix open flag handlingJiri Slaby1-0/+2
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-45/+124
2010-11-11n_gsm: clean up printksAlan Cox1-73/+81
2010-11-11n_gsm: Fix support for legacy encodingAlan Cox1-13/+46