aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
* TTY: pty, fix pty countingJiri Slaby2011-10-032-4/+16
* tty: Add "spi:" prefix for spi modaliasAxel Lin2011-10-033-3/+3
* 8250: Fix race condition in serial8250_backup_timeout().Al Cooper2011-10-031-3/+5
* 8250_pci: add support for Rosewill RC-305 4x serial port cardEric Smith2011-10-031-1/+5
* serial: 8250_pnp: add Intermec CV60 touchscreen deviceBjorn Helgaas2011-10-031-0/+3
* omap-serial: Allow IXON and IXOFF to be disabled.Nick Pelly2011-10-031-2/+1
* hvc_console: Improve tty/console put_chars handlingHendrik Brueckner2011-08-041-3/+5
* SERIAL: SC26xx: Fix link error.Ralf Baechle2011-08-041-1/+1
* tty/serial: Fix XSCALE serial ports, e.g. ce4100Stephen Warren2011-08-041-1/+1
* n_gsm: fix the wrong FCS handlingDu, Alek2011-08-041-4/+0
* Merge branch 'at91/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2011-07-041-1/+2
|\
| * atmel_serial: fix internal port numJean-Christophe PLAGNIOL-VILLARD2011-06-251-1/+2
* | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-06-289-15/+223
|\ \
| * | serial: bcm63xx_uart: fix irq storm after rx fifo overrun.Maxime Bizon2011-06-161-4/+14
| * | amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu2011-06-161-1/+122
| * | tty: n_gsm: improper skb_pull() use was leaking framed dataRuss Gorby2011-06-161-1/+2
| * | tty: n_gsm: Fixed logic to decode break signal from modem statusRuss Gorby2011-06-161-5/+18
| * | TTY: ntty, add one more sanity checkJiri Slaby2011-06-071-0/+1
| * | TTY: ldisc, do not close until there are readersJiri Slaby2011-06-071-1/+3
| * | 8250: Fix capabilities when changing the port typeleitao@linux.vnet.ibm.com2011-06-071-0/+1
| * | 8250_pci: Fix missing const from mergesAlan Cox2011-06-071-1/+1
| * | ARM: SAMSUNG: serial: Fix on handling of one clock source for UARTBoojin Kim2011-06-071-2/+2
| * | serial: ioremap warning fix for jsm driver.Lennart Sorensen2011-06-071-1/+1
| * | Merge 3.0-rc2 into tty-linusGreg Kroah-Hartman2011-06-066-44/+69
| |\ \
| * | | 8250_pci: add -ENODEV code for Intel EG20T PCHTomoya MORINAGA2011-06-031-0/+59
* | | | drivers/tty/serial/8250_pci.c: fix warningAndrew Morton2011-06-271-1/+1
| |_|/ |/| |
* | | serial: mrst_max3110: initialize waitqueue earlierMika Westerberg2011-06-231-1/+2
* | | mrst_max3110: Change max missing message priority.William Douglas2011-06-231-1/+1
* | | drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULLAlexander Stein2011-06-151-1/+3
* | | tty_buffer: get rid of 'seen_tail' logic in flush_to_ldiscLinus Torvalds2011-06-081-12/+2
| |/ |/|
* | 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