summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2012-06-01tty: Allow uart_register/unregister/registerAlan Cox1-0/+1
2012-06-01Add missing call to uart_update_timeout()Lothar Waßmann1-0/+2
2012-04-27pch_uart: Fix dma channel unallocated issueTomoya MORINAGA1-1/+3
2012-04-27ARM: clps711x: serial driver hungs are a result of call disable_irq within ISRAlexander Shiyan1-6/+8
2012-04-238250_pci: Fix kernel panic when pch_uart is disabledTomoya MORINAGA1-0/+10
2012-04-23pch_uart: Set PCIe bus number using probe parameterTomoya MORINAGA1-1/+2
2012-04-23serial: PL011: move interrupt clearingLinus Walleij1-4/+4
2012-04-23serial: PL011: clear pending interruptsLinus Walleij1-4/+11
2012-04-23tty: serial: altera_uart: Check for NULL platform_data in probe.Yuriy Kozlov1-2/+2
2012-04-02serial: sh-sci: fix a race of DMA submit_tx on transferYoshii Takashi1-5/+10
2012-02-03jsm: Fixed EEH recovery errorLucas Kannebley Tavares1-0/+1
2012-02-03serial: amba-pl011: lock console writes against interruptsRabin Vincent1-0/+14
2012-01-12atmel_serial: fix spinlock lockup in RS485 codeClaudio Scordino1-2/+3
2011-11-26pch_uart: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-7/+15
2011-11-26pch_uart: Fix DMA resource leak issueTomoya MORINAGA1-2/+2
2011-11-26pch_uart: Fix hw-flow control issueTomoya MORINAGA1-0/+1
2011-11-11jsm: remove buggy write queueThadeu Lima de Souza Cascardo4-103/+28
2011-11-11serial-core: power up uart port early before we do set_termios when resumingNing Jiang1-0/+2
2011-11-11serial: pxa: work around for errata #20Marcus Folkesson1-0/+20
2011-11-11cris: fix a build error in drivers/tty/serial/crisv10.cWANG Cong1-2/+2
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-05SERIAL: SC26xx: Fix link error.Ralf Baechle1-1/+1
2011-08-05tty/serial: Fix XSCALE serial ports, e.g. ce4100Stephen Warren1-1/+1
2011-07-05Merge 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-28drivers/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-16drivers/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-28Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2011-05-28Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King1-1/+1
2011-05-27m32r: 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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-24Merge 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