aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2012-07-26serial_core: Update buffer overrun statistics.Corbin1-2/+4
2012-07-26serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim1-2/+2
2012-07-24Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2012-07-24Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-9/+6
2012-07-23Merge tag 'irq' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+1
2012-07-23Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+40
2012-07-19xen/hvc: Fix up checks when the info is allocated.Konrad Rzeszutek Wilk1-9/+6
2012-07-19uartlite: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1
2012-07-17pch_uart: Fix parity setting issueTomoya MORINAGA1-1/+1
2012-07-17pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA1-6/+12
2012-07-17pch_uart: Fix missing break for 16 byte fifoAlan Cox1-0/+1
2012-07-17tty: of_serial: add no-loopback-test propertyGabor Juhos1-0/+4
2012-07-17tty: Move the handling of the tty release logicAlan Cox3-39/+30
2012-07-17vt: fix the keyboard/led lockingAlan Cox1-18/+23
2012-07-178250: three way resolve of the 8250 diffsAlan Cox3-32/+9
2012-07-17tty: Fix up PPC fallout from the termios moveAlan Cox1-12/+12
2012-07-16tty: move the termios object into the ttyAlan Cox24-238/+214
2012-07-16tty: revert incorrectly applied lock patchAlan Cox12-172/+108
2012-07-16Merge branch 'v3.6-rc7' into tty-nextGreg Kroah-Hartman1-1/+1
2012-07-13serial: sh-sci: prepare for conversion to the shdma base libraryGuennadi Liakhovetski1-4/+4
2012-07-12tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh1-1/+1
2012-07-128250: add support for ASIX devices with a FIFO bugAlan Cox3-5/+28
2012-07-128250: propogate the bugs fieldAlan Cox1-0/+1
2012-07-128250: use the 8250 register interface not the legacy oneAlan Cox8-178/+155
2012-07-12tty: double unlock on error in ptmx_open()Dan Carpenter1-3/+1
2012-07-10tty/hvc_opal: Fix debug function nameBenjamin Herrenschmidt1-1/+1
2012-07-06tty: keyboard.c: Remove locking from vt_get_leds.Christopher Brannon1-3/+0
2012-07-06tty: localise the lockAlan Cox12-108/+174
2012-07-03serial: mxs-auart: Allow device tree probingFabio Estevam1-2/+40
2012-07-02Merge branch 'imx/sparse-irq' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann1-5/+1
2012-07-01tty: serial: imx: remove the use of MXC_INTERNAL_IRQSShawn Guo1-5/+1
2012-06-28ARM: 7433/1: serial: use the new linux/sizes.hAlessandro Rubini1-1/+1
2012-06-26tty: note race we need to fixAlan Cox1-0/+6
2012-06-26Merge 3.5-rc4 into tty-nextGreg Kroah-Hartman4-20/+60
2012-06-20pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart1-12/+26
2012-06-20Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-6/+43
2012-06-18serial/amba-pl011: fix ages old copy-paste errorsLinus Walleij1-17/+17
2012-06-15Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-14/+17
2012-06-15serial: pxa: add spin lock for console writeChao Xie1-0/+14
2012-06-14vt: fix race in vt_waitactive()Rabin Vincent1-13/+34
2012-06-13TTY: add tty_port_register_device helperJiri Slaby1-0/+9
2012-06-13TTY: add ports array to tty_driverJiri Slaby1-1/+17
2012-06-13TTY: centralize fail paths in tty_register_driverJiri Slaby1-12/+6
2012-06-13TTY: vt, add ->installJiri Slaby1-24/+36
2012-06-13TTY: provide drivers with tty_port_installJiri Slaby1-0/+8
2012-06-13TTY: vt, remove con_schedule_flipJiri Slaby2-4/+4
2012-06-13PTY: add tty_portJiri Slaby1-4/+21
2012-06-13PTY: merge pty_install implementationsJiri Slaby1-65/+45
2012-06-13PTY: remove one empty ops->removeJiri Slaby1-7/+3
2012-06-13Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and...Paul Mundt16-189/+169