summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: mrst_max3110: initialize waitqueue earlierMika Westerberg2011-07-011-1/+2
* mrst_max3110: Change max missing message priority.William Douglas2011-07-011-1/+1
* tty: s5pv210: Add delay loop on fifo reset function for UARTJongpill Lee2011-07-011-0/+4
* tty/serial: Fix XSCALE serial ports, e.g. ce4100Stephen Warren2011-07-011-1/+1
* serial: bfin_5xx: fix off-by-one with resource sizeMike Frysinger2011-07-011-2/+1
* drivers/tty: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-07-013-6/+7
* tty: n_gsm: Added refcount usage to gsm_mux and gsm_dlci structsRuss Gorby2011-07-011-20/+91
* tty: n_gsm: Add raw-ip supportRuss Gorby2011-07-011-9/+270
* tty: n_gsm: expose gsmtty device nodes at ldisc open timeRuss Gorby2011-07-011-2/+17
* serial: 8250, increase PASS_LIMITJiri Slaby2011-06-071-1/+1
* 8250_pci Add EEH support to the 8250 driver for IBM/Digi PCIe 2-port AdapterMichael Reed2011-06-071-0/+47
* serial/pch: use global div helper instead of creating a private oneUwe Kleine-König2011-06-071-3/+2
* parport/serial: add support for Timedia/SUNIX cards to parport_serialFrédéric Brière2011-06-071-0/+23
* serial: 8250_pci: add .probe member to struct pci_serial_quirkFrédéric Brière2011-06-071-0/+9
* Basic support for Moschip 9900 family I/O chipsNicos Gollan2011-06-071-1/+103
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-046-44/+69
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-05-271-1/+1
|\
| * Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King2011-05-271-1/+1
| |\
| | * atmel_serial: keep the platform_device unchangedJean-Christophe PLAGNIOL-VILLARD2011-05-251-1/+1
* | | m32r: fix spin_lock_irqsave() misuseKOSAKI Motohiro2011-05-261-1/+2
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-05-262-4/+2
|\ \ \ | |/ / |/| |
| * | nozomi: Drop __TIME__ usageMichal Marek2011-04-191-2/+1
| * | cyclades: Drop __TIME__ usageMichal Marek2011-04-191-2/+1
* | | drivers/tty/serial/pch_uart.c needs slab.hAndrew Morton2011-05-251-0/+1
* | | arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2011-05-251-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-05-242-2/+2
|\ \
| * | pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-062-2/+2
* | | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2011-05-232-9/+23
|\ \ \
| * | | sh: sh-sci: sh7377 and sh73a0 build fixesMagnus Damm2011-05-231-8/+8
| * | | serial: sh-sci: suspend/resume wakeup support V2Magnus Damm2011-05-231-1/+1
| * | | serial: sh-sci: Runtime PM supportMagnus Damm2011-05-231-0/+14
* | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-2377-435/+1975
|\ \ \ \
| * | | | serial: 8250_pci: add support for Cronyx Omega PCI multiserial board.Antony Pavlov2011-05-191-0/+32
| * | | | tty/serial: Fix break handling for PORT_TEGRAStephen Warren2011-05-191-0/+28
| * | | | tty/serial: Add explicit PORT_TEGRA typeStephen Warren2011-05-192-2/+13
| * | | | n_tracerouter and n_tracesink ldisc additions.J Freyensee2011-05-135-0/+550
| * | | | tty: Remove to support serial for S5P6442Kukjin Kim2011-05-121-1/+1
| * | | | 8250_pci: Add support for the Digi/IBM PCIe 2-port AdapterScott Kilau2011-05-111-1/+18
| * | | | pch_uart: Support new device ML7223 IOHTomoya MORINAGA2011-05-102-5/+15
| * | | | tty/serial: add support for Xilinx PS UARTJohn Linn2011-05-033-0/+1127
| * | | | n_gsm: Use print_hex_dump_bytesJoe Perches2011-04-291-25/+10
| * | | | drivers/tty/moxa.c: Put correct tty valueJulia Lawall2011-04-291-1/+1
| * | | | TTY: tty_io, annotate locking functionsJiri Slaby2011-04-251-0/+2
| * | | | TTY: serial_core, remove superfluous set_task_stateJiri Slaby2011-04-251-1/+0
| * | | | TTY: serial_core, remove invalid testJiri Slaby2011-04-251-9/+0
| * | | | Char: moxa, fix locking in moxa_writeJiri Slaby2011-04-251-2/+3
| * | | | Char: nozomi, remove useless tty_semJiri Slaby2011-04-251-10/+2
| * | | | Char: nozomi, remove port.count checksJiri Slaby2011-04-251-12/+1
| * | | | Char: nozomi, use GFP_KERNEL for kfifo allocationJiri Slaby2011-04-251-2/+2
| * | | | tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-226-69/+44
OpenPOWER on IntegriCloud