aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29tty: fix ldisc lock inversion traceAlan Cox1-16/+25
2012-05-29pty: Fix lock inversionAlan Cox1-2/+0
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-15/+23
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds3-71/+0
2012-05-23Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+8
2012-05-23Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-5/+44
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds41-1217/+1316
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+24
2012-05-22Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2012-05-18serial: sh-sci: Fix for port types without BRI interrupts.Paul Mundt1-1/+18
2012-05-18Merge branch 'sh/evt2irq-migration' into sh-latestPaul Mundt1-1/+1
2012-05-17serial: delete the MCA specific 8250 support.Paul Gortmaker3-71/+0
2012-05-17serial: bfin_uart: Make MMR access compatible with 32 bits bf609 style controller.Sonic Zhang1-16/+4
2012-05-17serial: bfin_uart: RTS and CTS MMRs can be either 16-bit width or 32-bit width.Sonic Zhang1-12/+10
2012-05-17serial: bfin_uart: narrow the reboot condition in DMA tx interruptSonic Zhang1-1/+1
2012-05-17serial: bfin_uart: Adapt bf5xx serial driver to bf60x serial4 controller.Sonic Zhang1-19/+13
2012-05-15Revert "serial_core: Update buffer overrun statistics."Greg Kroah-Hartman1-4/+2
2012-05-15tty: hvc_xen: NULL dereference on allocation failureDan Carpenter1-2/+2
2012-05-14tty: Fix LED error returnAlan Cox1-1/+1
2012-05-14tty: Fix LED error returnAlan Cox1-1/+1
2012-05-14tty: Allow uart_register/unregister/registerAlan Cox1-0/+1
2012-05-14Merge branches 'spear/clock' and 'imx/clock' into next/clockArnd Bergmann3-0/+24
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann3-0/+24
2012-05-12serial: mxs-auart: adopt pinctrl supportShawn Guo1-0/+8
2012-05-12serial: amba-pl011: adopt pinctrl supportShawn Guo1-0/+8
2012-05-11Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/clockArnd Bergmann2-10/+22
2012-05-11Merge branch 'clps711x/cleanup' into next/cleanupArnd Bergmann1-1/+0
2012-05-11ARM: clps711x: Using a single definition for the PHYS and VIRT registers offsetAlexander Shiyan1-1/+0
2012-05-11tty: serial: imx: adopt pinctrl supportShawn Guo1-0/+8
2012-05-10tty: move global ldisc idle waitqueue to the individual ldiscIvo Sieben1-3/+4
2012-05-10Merge branch 'sh/rsk-updates' into sh-latestPaul Mundt5-18/+36
2012-05-09serial8250-em: Add DT supportMagnus Damm1-0/+7
2012-05-09serial8250-em: clk_get() IS_ERR() error handling fixMagnus Damm1-1/+2
2012-05-09serial_core: Update buffer overrun statistics.Corbin Atkinson1-2/+4
2012-05-09tty: drop the pty lock during hangupAlan Cox1-0/+2
2012-05-08keyboard: Use BIOS Keyboard variable to set NumlockJoshua Cov1-12/+8
2012-05-08cris: fix missing tty arg in wait_event_interruptible_tty callPaul Gortmaker1-2/+2
2012-05-07tty/amiserial: Add missing argument for tty_unlock()Geert Uytterhoeven1-1/+1
2012-05-04tty_lock: Localise the lockAlan Cox12-90/+137
2012-05-04pty: Lock the devpts bits privatelyAlan Cox1-4/+15
2012-05-04tty_lock: undo the old tty_lock use on the cttyAlan Cox1-2/+7
2012-05-04serial8250-em: Emma Mobile UART driver V2Magnus Damm3-0/+187
2012-05-04Add missing call to uart_update_timeout()Lothar Waßmann1-0/+2
2012-05-04tty: mxser: local variables should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-02serial8250: Introduce serial8250_register_8250_port()Magnus Damm1-32/+59
2012-05-02serial8250: Clean up default map and dl codeMagnus Damm1-26/+12
2012-05-02serial8250: Use dl_read()/dl_write() on RM9KMagnus Damm1-33/+29
2012-05-02serial8250: Use dl_read()/dl_write() on AlchemyMagnus Damm1-41/+26
2012-05-02serial8250: Add dl_read()/dl_write() callbacksMagnus Damm2-53/+78
2012-05-02Merge tag 'tty-3.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-7/+19