summaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge 3.5-rc4 into tty-nextGreg Kroah-Hartman2012-06-274-20/+60
|\| | |
| * | | Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-06-213-6/+43
| |\ \ \ | | |_|/ | |/| |
| | * | serial/amba-pl011: move custom pin control to driverLinus Walleij2012-06-131-4/+41
| | * | serial: fix serial_txx9.c build warning/typoRandy Dunlap2012-06-131-1/+1
| | * | serial: fix kernel-doc warnings in 8250.cRandy Dunlap2012-06-131-1/+1
| | |/
| * | Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-06-161-14/+17
| |\ \
| | * | xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness.Konrad Rzeszutek Wilk2012-05-241-3/+8
| | * | xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFNKonrad Rzeszutek Wilk2012-05-241-1/+2
| | * | xen/hvc: Collapse error logic.Konrad Rzeszutek Wilk2012-05-241-12/+9
| | * | hvc_xen: NULL dereference on allocation failureDan Carpenter2012-05-211-2/+2
| | | |
| | \ \
| *-. \ \ Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and...Paul Mundt2012-06-1316-189/+169
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | serial: sh-sci: Make probe fail for ports that exceed the maximum countLaurent Pinchart2012-06-131-1/+1
| * | | | serial: sh-sci: Fix probe error pathsLaurent Pinchart2012-06-131-13/+23
* | | | | pch_uart: Add eg20t_port lock field, avoid recursive spinlocksDarren Hart2012-06-211-12/+26
* | | | | serial/amba-pl011: fix ages old copy-paste errorsLinus Walleij2012-06-191-17/+17
* | | | | serial: pxa: add spin lock for console writeChao Xie2012-06-161-0/+14
* | | | | vt: fix race in vt_waitactive()Rabin Vincent2012-06-151-13/+34
* | | | | TTY: add tty_port_register_device helperJiri Slaby2012-06-141-0/+9
* | | | | TTY: add ports array to tty_driverJiri Slaby2012-06-141-1/+17
* | | | | TTY: centralize fail paths in tty_register_driverJiri Slaby2012-06-141-12/+6
* | | | | TTY: vt, add ->installJiri Slaby2012-06-141-24/+36
* | | | | TTY: provide drivers with tty_port_installJiri Slaby2012-06-141-0/+8
* | | | | TTY: vt, remove con_schedule_flipJiri Slaby2012-06-142-4/+4
* | | | | PTY: add tty_portJiri Slaby2012-06-141-4/+21
* | | | | PTY: merge pty_install implementationsJiri Slaby2012-06-141-65/+45
* | | | | PTY: remove one empty ops->removeJiri Slaby2012-06-141-7/+3
* | | | | serial: sh-sci: Make probe fail for ports that exceed the maximum countLaurent Pinchart2012-06-131-1/+1
* | | | | serial: sh-sci: Fix probe error pathsLaurent Pinchart2012-06-131-13/+23
* | | | | TTY: cyclades, add local pointer for cardJiri Slaby2012-06-131-30/+33
* | | | | 8250_pci: Remove duplicate struct pciserial_boardShawn Bohrer2012-06-131-9/+1
* | | | | serial: Add driver for LPC32xx High Speed UARTsRoland Stigge2012-06-133-0/+843
* | | | | serial/of-serial: Add LPC3220 standard UART compatible stringRoland Stigge2012-06-131-0/+1
* | | | | serial/8250: Add LPC3220 standard UART typeRoland Stigge2012-06-131-0/+8
* | | | | serial_core: Update buffer overrun statistics.Corbin2012-06-131-2/+4
* | | | | serial/imx: make devdata member point to const dataUwe Kleine-König2012-06-131-1/+1
* | | | | serial: samsung: protect NULL dereference of clock nameKeyYoung Park2012-06-131-1/+2
* | | | | serial: samsung: Fixed wrong comparison for baudclk_rateKyoungil Kim2012-06-131-2/+2
* | | | | serial: samsung: Remove NULL checking for baud clockKyoungil Kim2012-06-131-9/+12
| |/ / / |/| | |
* | | | tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-0312-175/+108
* | | | tty: add lockdep annotationsEric Dumazet2012-05-311-4/+15
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-303-32/+53
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'nex...Ralf Baechle2012-05-263-32/+53
| |\ \ \ \ \
| | | * | | | SERIAL: MIPS: lantiq: implement OF supportJohn Crispin2012-05-211-32/+51
| | |/ / / / | |/| | | |
| | * | | | SERIAL: MIPS Swarm sb1250-duart.c driver needs module.hPaul Gortmaker2012-05-151-0/+1
| | * | | | SERIAL: MIPS DECstation zs.c driver needs module.hPaul Gortmaker2012-05-151-0/+1
| |/ / / /
* | | | | tty: fix ldisc lock inversion traceAlan Cox2012-05-291-16/+25
* | | | | pty: Fix lock inversionAlan Cox2012-05-291-2/+0
| |_|/ / |/| | |
* | | | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-15/+23
|\ \ \ \ | |_|/ / |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'spear/clock' and 'imx/clock' into next/clockArnd Bergmann2012-05-143-0/+24
| |\ \ \ \
| | | * \ \ Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann2012-05-143-0/+24
| | | |\ \ \