summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2011-02-17serial: change the divisor latch only when prescalar actually changedYin Kangkai
2011-02-17serial: also set the uartclk value in resume after goes to highspeedYin Kangkai
2011-02-17serial: ifx6x60: minor cleanupRuss Gorby
2011-02-17serial: ifx6x60: probe routine needs to call spi_setupRuss Gorby
2011-02-17serial: ifx6x60: set SPI max_speed_hz based on platform typeRuss Gorby
2011-02-17serial: ifx6x60: changed internal bpw from boolean to intRuss Gorby
2011-02-17serial: ifx6x60: dma_alloc_coherent must use parent devRuss Gorby
2011-02-17serial: ifx6x60: fixed call to tty_port_initRuss Gorby
2011-02-17tty,vcs removing con_buf/conf_buf_mtxJiri Olsa
2011-02-17tty,vcs: lseek/VC-release race fixJiri Olsa
2011-02-17TTY: use appropriate printk priority levelMandeep Singh Baines
2011-02-17hvc: add Blackfin JTAG console supportMike Frysinger
2011-02-17vt: Add virtual console keyboard mode OFFArthur Taylor
2011-02-04hvc_dcc: Simplify assembly for v6 and v7 ARMStephen Boyd
2011-02-04hvc_dcc: Simplify put_chars()/get_chars() loopsStephen Boyd
2011-02-04hvc_dcc: Fix bad code generation by marking assembly volatileStephen Boyd
2011-02-03serial: pch_uart: revert Kconfig for non-DMA modeTomoya MORINAGA
2011-02-03serial: pch_uart: support new device ML7213Tomoya MORINAGA
2011-02-0368328serial: remove unsed m68k_serial->tqueue_hangupTejun Heo
2011-02-03serial-core: reset the console speed on resumeYin Kangkai
2011-02-03serial: mrst_max3110: make buffer largerDan Carpenter
2011-02-03tty_ldisc: don't use flush_scheduled_work()Tejun Heo
2011-02-03serial: omap-serial: Enable the UART wake-up bits alwaysJarkko Nikula
2011-02-03OMAP: Enable Magic SysRq on serial console ttyOxThomas Weber
2011-02-03serial: ifx6x60: expanded info available from platform dataRuss Gorby
2011-02-03serial: mfd: remove the timeout workaround for A0Feng Tang
2011-02-03tty: serial: bfin_sport_uart: fix signedness errorVasiliy Kulikov
2011-01-31Merge 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-23tty/serial: fix apbuart buildRandy Dunlap
2011-01-23n_hdlc: fix read and write lockingPaul Fulghum
2011-01-23serial: unbreak billionton CF cardPavel Machek
2011-01-23tty: use for_each_console() and WARN() on sysfs failuresKay Sievers
2011-01-23vt: fix issue when fbcon wants to takeover a second time.Dave Airlie
2011-01-21Merge branch 'akpm'Linus Torvalds
2011-01-21Merge 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-17TTY: Add tty ioctl to figure device node of the system console.Werner Fink
2010-12-17tty: 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
2010-12-16n_gsm: Fix message length handling when building headerKen Mills
2010-12-02Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2010-11-29TTY: open/hangup race fixupJiri Slaby
2010-11-29TTY: don't allow reopen when ldisc is changingJiri Slaby
2010-11-29TTY: ldisc, fix open flag handlingJiri Slaby
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-11-11n_gsm: clean up printksAlan Cox