summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2011-10-03tty: Add "spi:" prefix for spi modaliasAxel Lin3-3/+3
2011-10-038250: Fix race condition in serial8250_backup_timeout().Al Cooper1-3/+5
2011-10-038250_pci: add support for Rosewill RC-305 4x serial port cardEric Smith1-1/+5
2011-10-03serial: 8250_pnp: add Intermec CV60 touchscreen deviceBjorn Helgaas1-0/+3
2011-10-03omap-serial: Allow IXON and IXOFF to be disabled.Nick Pelly1-2/+1
2011-08-04SERIAL: SC26xx: Fix link error.Ralf Baechle1-1/+1
2011-08-04tty/serial: Fix XSCALE serial ports, e.g. ce4100Stephen Warren1-1/+1
2011-07-04Merge branch 'at91/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-1/+2
2011-06-28Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-8/+199
2011-06-27drivers/tty/serial/8250_pci.c: fix warningAndrew Morton1-1/+1
2011-06-25atmel_serial: fix internal port numJean-Christophe PLAGNIOL-VILLARD1-1/+2
2011-06-23serial: mrst_max3110: initialize waitqueue earlierMika Westerberg1-1/+2
2011-06-23mrst_max3110: Change max missing message priority.William Douglas1-1/+1
2011-06-16serial: bcm63xx_uart: fix irq storm after rx fifo overrun.Maxime Bizon1-4/+14
2011-06-16amba pl011: workaround for uart registers lockupShreshtha Kumar Sahu1-1/+122
2011-06-15drivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULLAlexander Stein1-1/+3
2011-06-078250: Fix capabilities when changing the port typeleitao@linux.vnet.ibm.com1-0/+1
2011-06-078250_pci: Fix missing const from mergesAlan Cox1-1/+1
2011-06-07ARM: SAMSUNG: serial: Fix on handling of one clock source for UARTBoojin Kim1-2/+2
2011-06-07serial: ioremap warning fix for jsm driver.Lennart Sorensen1-1/+1
2011-06-038250_pci: add -ENODEV code for Intel EG20T PCHTomoya MORINAGA1-0/+59
2011-05-27Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2011-05-27Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King1-1/+1
2011-05-26m32r: fix spin_lock_irqsave() misuseKOSAKI Motohiro1-1/+2
2011-05-25drivers/tty/serial/pch_uart.c needs slab.hAndrew Morton1-0/+1
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-1/+1
2011-05-25atmel_serial: keep the platform_device unchangedJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-23Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2-9/+23
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds50-187/+1270
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-5/+4
2011-05-23sh: sh-sci: sh7377 and sh73a0 build fixesMagnus Damm1-8/+8
2011-05-23serial: sh-sci: suspend/resume wakeup support V2Magnus Damm1-1/+1
2011-05-23serial: sh-sci: Runtime PM supportMagnus Damm1-0/+14
2011-05-19serial: 8250_pci: add support for Cronyx Omega PCI multiserial board.Antony Pavlov1-0/+32
2011-05-19tty/serial: Fix break handling for PORT_TEGRAStephen Warren1-0/+28
2011-05-19tty/serial: Add explicit PORT_TEGRA typeStephen Warren2-2/+13
2011-05-19SERIAL: Lantiq: Add driver for MIPS Lantiq SOCs.John Crispin3-0/+765
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-05-12tty: Remove to support serial for S5P6442Kukjin Kim1-1/+1
2011-05-118250_pci: Add support for the Digi/IBM PCIe 2-port AdapterScott Kilau1-1/+18
2011-05-10pch_uart: Support new device ML7223 IOHTomoya MORINAGA2-5/+15
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-1/+1
2011-05-03tty/serial: add support for Xilinx PS UARTJohn Linn3-0/+1127
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches2-4/+3
2011-04-26Merge branch 'master' into for-nextJiri Kosina21-65/+53
2011-04-25TTY: serial_core, remove superfluous set_task_stateJiri Slaby1-1/+0
2011-04-25TTY: serial_core, remove invalid testJiri Slaby1-9/+0
2011-04-19serial/imx: read cts state only after acking cts change irqUwe Kleine-König1-1/+2
2011-04-19Serial: Remove unused code.Govindraj.R1-11/+0