summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2012-07-17tty: 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-13tty ldisc: Close/Reopen race prevention should check the proper flagShachar Shemesh1-1/+1
2012-07-138250: add support for ASIX devices with a FIFO bugAlan Cox3-5/+28
2012-07-138250: propogate the bugs fieldAlan Cox1-0/+1
2012-07-138250: use the 8250 register interface not the legacy oneAlan Cox8-178/+155
2012-07-13tty: 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-07tty: keyboard.c: Remove locking from vt_get_leds.Christopher Brannon1-3/+0
2012-07-07tty: localise the lockAlan Cox12-108/+174
2012-06-27tty: note race we need to fixAlan Cox1-0/+6
2012-06-27Merge 3.5-rc4 into tty-nextGreg Kroah-Hartman4-20/+60
2012-06-21pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart1-12/+26
2012-06-21Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-6/+43
2012-06-19serial/amba-pl011: fix ages old copy-paste errorsLinus Walleij1-17/+17
2012-06-16Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-14/+17
2012-06-16serial: pxa: add spin lock for console writeChao Xie1-0/+14
2012-06-15vt: fix race in vt_waitactive()Rabin Vincent1-13/+34
2012-06-14TTY: add tty_port_register_device helperJiri Slaby1-0/+9
2012-06-14TTY: add ports array to tty_driverJiri Slaby1-1/+17
2012-06-14TTY: centralize fail paths in tty_register_driverJiri Slaby1-12/+6
2012-06-14TTY: vt, add ->installJiri Slaby1-24/+36
2012-06-14TTY: provide drivers with tty_port_installJiri Slaby1-0/+8
2012-06-14TTY: vt, remove con_schedule_flipJiri Slaby2-4/+4
2012-06-14PTY: add tty_portJiri Slaby1-4/+21
2012-06-14PTY: merge pty_install implementationsJiri Slaby1-65/+45
2012-06-14PTY: 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
2012-06-13serial: sh-sci: Make probe fail for ports that exceed the maximum countLaurent Pinchart1-1/+1
2012-06-13serial: sh-sci: Fix probe error pathsLaurent Pinchart1-13/+23
2012-06-13serial: sh-sci: Make probe fail for ports that exceed the maximum countLaurent Pinchart1-1/+1
2012-06-13serial: sh-sci: Fix probe error pathsLaurent Pinchart1-13/+23
2012-06-13TTY: cyclades, add local pointer for cardJiri Slaby1-30/+33
2012-06-138250_pci: Remove duplicate struct pciserial_boardShawn Bohrer1-9/+1
2012-06-13serial: Add driver for LPC32xx High Speed UARTsRoland Stigge3-0/+843
2012-06-13serial/of-serial: Add LPC3220 standard UART compatible stringRoland Stigge1-0/+1
2012-06-13serial/8250: Add LPC3220 standard UART typeRoland Stigge1-0/+8
2012-06-13serial/amba-pl011: move custom pin control to driverLinus Walleij1-4/+41
2012-06-13serial: fix serial_txx9.c build warning/typoRandy Dunlap1-1/+1
2012-06-13serial: fix kernel-doc warnings in 8250.cRandy Dunlap1-1/+1
2012-06-13serial_core: Update buffer overrun statistics.Corbin1-2/+4
2012-06-13serial/imx: make devdata member point to const dataUwe Kleine-König1-1/+1
2012-06-13serial: samsung: protect NULL dereference of clock nameKeyYoung Park1-1/+2
2012-06-13serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim1-2/+2
2012-06-13serial: samsung: Remove NULL checking for baud clockKyoungil Kim1-9/+12
2012-06-03tty: Revert the tty locking series, it needs more workLinus Torvalds12-175/+108
2012-05-31tty: add lockdep annotationsEric Dumazet1-4/+15
2012-05-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-32/+53
2012-05-29tty: fix ldisc lock inversion traceAlan Cox1-16/+25