aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
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-25serial i.MX: do not depend on grouped clocksSascha Hauer1-15/+23
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-19Merge branches 'sh/st-integration' and 'sh/stackprotector' into sh-latestPaul Mundt10-53/+48
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
2012-04-18OMAP2+: UART: Remove cpu checks for populating errata flagsGovindraj.R1-1/+73
2012-04-18serial: pl011: implement workaround for CTS clear event issueRajanikanth H.V1-91/+18
2012-04-13TTY: hvc, fix TTY refcountingJiri Slaby1-5/+0
2012-04-12Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds10-53/+48
2012-04-12serial: sh-sci: Update break_ctl handling for all SCSPTR-capable regtypes.Shimoda, Yoshihiro1-18/+18
2012-04-09tty: hold lock across tty buffer finding and buffer fillingXiaobing Tu1-20/+65
2012-04-09tty/vt: handle bad user buffer in {G,P}IO_CMAP ioctlMichael Gehring1-36/+32
2012-04-09pch_uart: Fix duplicate memory release issueTomoya MORINAGA1-4/+7
2012-04-09pch_uart: Fix return value issueTomoya MORINAGA1-0/+5
2012-04-09pch_uart: delete unused data structureTomoya MORINAGA1-6/+0
2012-04-09pch_uart: Support modem status interruptTomoya MORINAGA1-2/+13
2012-04-09pch_uart: change type to %d to %02xTomoya MORINAGA1-1/+1
2012-04-09pch_uart: change type to u8Tomoya MORINAGA1-8/+4
2012-04-09pch_uart: Delete unused structure memberTomoya MORINAGA1-2/+0
2012-04-09TTY: 68328serial, use tty_port_block_til_readyJiri Slaby1-91/+5
2012-04-09TTY: 68328serial, use tty from tty_portJiri Slaby1-6/+6
2012-04-09TTY: 68328serial, propagate ttyJiri Slaby1-26/+27
2012-04-09TTY: 68328serial, use flags from tty_portJiri Slaby1-21/+18
2012-04-09TTY: 68328serial, use close_delay/closing_wait from tty_portJiri Slaby1-15/+11
2012-04-09TTY: 68328serial, use open/close_wait from tty_portJiri Slaby1-10/+6
2012-04-09TTY: 68328serial, add tty_portJiri Slaby1-20/+20
2012-04-09TTY: 68328serial, remove 68328serial.hJiri Slaby2-97/+76
2012-04-09TTY: 68328serial, use ulong flags for interrupts statusJiri Slaby1-2/+4
2012-04-09TTY: 68328serial, remove garbageJiri Slaby1-19/+0
2012-04-09TTY: 68328serial, remove unused stuff from m68k_serialJiri Slaby2-48/+4
2012-04-09TTY: 68328serial, remove serial_state and friendsJiri Slaby2-109/+22
2012-04-09TTY: ipwireless, use tty from tty_portJiri Slaby1-9/+8