summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* tty: Revert the tty locking series, it needs more workLinus Torvalds2012-06-0212-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-293-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
| | | |\ \
| * | | \ \ Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Arnd Bergmann2012-05-112-10/+22
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| * | | | serial i.MX: do not depend on grouped clocksSascha Hauer2012-04-251-15/+23
| | |/ / | |/| |
* | | | Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2012-05-233-71/+0
|\ \ \ \
| * | | | serial: delete the MCA specific 8250 support.Paul Gortmaker2012-05-173-71/+0
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-231-12/+8
|\ \ \ \ \
| * | | | | keyboard: Use BIOS Keyboard variable to set NumlockJoshua Cov2012-05-081-12/+8
* | | | | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-05-231-5/+44
|\ \ \ \ \ \
| * | | | | | serial: sh-sci: Fix for port types without BRI interrupts.Paul Mundt2012-05-181-1/+18
| * | | | | | Merge branch 'sh/evt2irq-migration' into sh-latestPaul Mundt2012-05-181-1/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'sh/rsk-updates' into sh-latestPaul Mundt2012-05-105-18/+36
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branches 'sh/st-integration' and 'sh/stackprotector' into sh-latestPaul Mundt2012-04-1910-53/+48
| |\ \ \ \ \ \
| * | | | | | | serial: sh-sci: Update break_ctl handling for all SCSPTR-capable regtypes.Shimoda, Yoshihiro2012-04-121-18/+18
| * | | | | | | serial: sh-sci: modify sci_break_ctl()Shimoda, Yoshihiro2012-04-091-4/+26
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-2241-1217/+1316
|\ \ \ \ \ \ \
| * | | | | | | serial: bfin_uart: Make MMR access compatible with 32 bits bf609 style contro...Sonic Zhang2012-05-171-16/+4
| * | | | | | | serial: bfin_uart: RTS and CTS MMRs can be either 16-bit width or 32-bit width.Sonic Zhang2012-05-171-12/+10
| * | | | | | | serial: bfin_uart: narrow the reboot condition in DMA tx interruptSonic Zhang2012-05-171-1/+1
| * | | | | | | serial: bfin_uart: Adapt bf5xx serial driver to bf60x serial4 controller.Sonic Zhang2012-05-171-19/+13
| * | | | | | | Revert "serial_core: Update buffer overrun statistics."Greg Kroah-Hartman2012-05-151-4/+2
| * | | | | | | tty: hvc_xen: NULL dereference on allocation failureDan Carpenter2012-05-151-2/+2
| * | | | | | | tty: Fix LED error returnAlan Cox2012-05-141-1/+1
| * | | | | | | tty: Allow uart_register/unregister/registerAlan Cox2012-05-141-0/+1
| * | | | | | | tty: move global ldisc idle waitqueue to the individual ldiscIvo Sieben2012-05-101-3/+4
| * | | | | | | serial8250-em: Add DT supportMagnus Damm2012-05-091-0/+7
| * | | | | | | serial8250-em: clk_get() IS_ERR() error handling fixMagnus Damm2012-05-091-1/+2
| * | | | | | | serial_core: Update buffer overrun statistics.Corbin Atkinson2012-05-091-2/+4
| * | | | | | | tty: drop the pty lock during hangupAlan Cox2012-05-091-0/+2
| * | | | | | | cris: fix missing tty arg in wait_event_interruptible_tty callPaul Gortmaker2012-05-081-2/+2
| * | | | | | | tty/amiserial: Add missing argument for tty_unlock()Geert Uytterhoeven2012-05-071-1/+1
| * | | | | | | tty_lock: Localise the lockAlan Cox2012-05-0412-90/+137
| * | | | | | | pty: Lock the devpts bits privatelyAlan Cox2012-05-041-4/+15
| * | | | | | | tty_lock: undo the old tty_lock use on the cttyAlan Cox2012-05-041-2/+7
| * | | | | | | serial8250-em: Emma Mobile UART driver V2Magnus Damm2012-05-043-0/+187
| * | | | | | | Add missing call to uart_update_timeout()Lothar Waßmann2012-05-041-0/+2
| * | | | | | | tty: mxser: local variables should not be exposed globallyH Hartley Sweeten2012-05-041-1/+1
| * | | | | | | serial8250: Introduce serial8250_register_8250_port()Magnus Damm2012-05-021-32/+59
| * | | | | | | serial8250: Clean up default map and dl codeMagnus Damm2012-05-021-26/+12
| * | | | | | | serial8250: Use dl_read()/dl_write() on RM9KMagnus Damm2012-05-021-33/+29