aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-12serial: mxs-auart: adopt pinctrl supportShawn Guo1-0/+8
2012-05-12serial: amba-pl011: adopt pinctrl supportShawn Guo1-0/+8
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-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-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
2012-05-01vt: Fix deadlock on scroll-lockAlan Cox1-7/+19
2012-05-018250.c: less than 2400 baud fix.Christian Melki1-4/+5
2012-04-298250_pci: fix pch uart matchingArnaud Patard1-0/+18
2012-04-29TTY: n_tty, do not dereference user bufferJiri Slaby1-4/+5
2012-04-30tty/serial/pmac_zilog: Fix "nobody cared" IRQ messageLarry Finger1-3/+3
2012-04-24vt: push the tty_lock down into the map handlingAlan Cox2-52/+96
2012-04-23Merge 3.4-rc4 into tty-nextGreg Kroah-Hartman19-880/+652
2012-04-19drivers/tty/amiserial.c: add missing tty_unlockJulia Lawall1-1/+3
2012-04-18serial/8250_pci: fix suspend/resume vs init/exit quirksDan Williams1-0/+6
2012-04-18serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BISudhakar Mamillapalli3-0/+51
2012-04-18Merge 3.4-rc3 into tty-nextGreg Kroah-Hartman10-53/+48
2012-04-18pch_uart: Fix dma channel unallocated issueTomoya MORINAGA1-1/+3
2012-04-18ARM: clps711x: serial driver hungs are a result of call disable_irq within ISRAlexander Shiyan1-6/+8
2012-04-18tegra, serial8250: add ->handle_break() uart_port opDan Williams2-31/+29