aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-08TTY: serialP, merge serial_state and async_structJiri Slaby1-180/+121
2012-03-08TTY: amiserial, remove IRQ_portsJiri Slaby1-13/+5
2012-03-08TTY: simserial/amiserial, use one instance of other membersJiri Slaby1-11/+8
2012-03-08TTY: amiserial, use only one copy of async flagsJiri Slaby1-44/+38
2012-03-08TTY: amiserial, remove tasklet for tty_wakeupJiri Slaby1-40/+2
2012-03-08TTY: serialP, remove unused materialJiri Slaby1-6/+0
2012-03-08TTY: remove serialP.h inclusion from some filesJiri Slaby2-2/+0
2012-03-08TTY: serial, include pci.h in m32r_sioJiri Slaby1-0/+1
2012-03-08TTY: serial, use atomic_inc_return in ioc4_serialJiri Slaby1-1/+1
2012-03-08TTY: ipwireless, fix tty->index handlingJiri Slaby1-23/+13
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby12-59/+26
2012-03-08TTY: remove tty driver re-set from tty_reopenJiri Slaby1-1/+0
2012-03-08TTY: simplify tty_driver_lookup_tty a bitJiri Slaby1-4/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby22-30/+1
2012-03-08TTY: let alloc_tty_driver deduce the owner automaticallyJiri Slaby1-2/+3
2012-03-08TTY: tty_io, remove buffer re-assignmentsJiri Slaby1-1/+0
2012-03-08vt: tackle the main part of the selection logicAlan Cox2-8/+33
2012-03-08vt: waitevent is self locked so drop the tty_lockAlan Cox1-9/+2
2012-03-08vt: push down tioclinux casesAlan Cox3-8/+18
2012-03-08vt: push down the tty lock so we can see what is left to tackleAlan Cox2-37/+59
2012-03-08vt: sort out locking for font handlingAlan Cox1-10/+13
2012-03-08tty: cyclades: TIOCSERGETLSR should should store to a uintDan Carpenter1-1/+1
2012-03-08tty: serial: OMAP: Fix oops due to NULL pdata in DT bootCousson, Benoit1-3/+3
2012-03-08vt:tackle kbd_tableAlan Cox5-359/+629
2012-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren1-9/+3
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2-2/+2
2012-03-02pinctrl: assume map table entries can't have a NULL name fieldStephen Warren1-1/+1
2012-02-27tty: keyboard.c: add uaccess.h to fix a build problem on sparc32Greg Kroah-Hartman1-0/+1
2012-02-24tty/powerpc: early udbg consoles can't be modulesStephen Rothwell1-1/+1
2012-02-24vt: tidy a few bits of checkpatch noiseAlan Cox1-9/+9
2012-02-24vt: lock the accent tableAlan Cox2-78/+165
2012-02-24Revert "TTY: pty, remove superfluous ptm test"Greg Kroah-Hartman1-1/+4
2012-02-24Revert "TTY: get rid of BTM around devpts_*"Greg Kroah-Hartman2-3/+5
2012-02-24amba-pl011​/dma: Add check for the residue in DMA callbackChanho Min1-1/+16
2012-02-24serial: samsung: fix s3c2442 platform dataDenis 'GNUtoo' Carikli1-1/+1
2012-02-24tty/powerpc: early udbg consoles can't be modulesStephen Rothwell1-1/+1
2012-02-24serial: Fix typo in sn_console.cMasanari Iida1-2/+2
2012-02-24tty/serial/mux.c: linux/tty.h included twiceDanny Kukawka1-1/+0
2012-02-22[IA64] genirq fixup for SGI/SNDimitri Sivanich1-0/+1
2012-02-22serial/sirf: fixup for changes to pin controlLinus Walleij2-11/+11
2012-02-21serial: Fix typo in sn_console.cMasanari Iida1-2/+2
2012-02-10tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.hPaul Gortmaker7-44/+8
2012-02-10Merge tag 'tty-3.3-rc3' tty-nextGreg Kroah-Hartman24-193/+1020
2012-02-09tty: serial: omap-serial: wakeup latency constraint is in microseconds, not millisecondsPaul Walmsley1-2/+1
2012-02-09tty: serial: OMAP: block idle while the UART is transferring data in PIO modePaul Walmsley1-0/+7
2012-02-09tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO modePaul Walmsley1-3/+17
2012-02-09tty: serial: altera_uart: Add CONSOLE_POLL supportTobias Klauser2-1/+25
2012-02-09tty: serial: altera_uart: remove early_altera_uart_setupTobias Klauser1-23/+0
2012-02-09sysrq: Properly check for kernel threadsAnton Vorontsov1-3/+6