summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2012-05-31Add missing call to uart_update_timeout()Lothar Waßmann1-0/+2
2012-05-318250.c: less than 2400 baud fix.Christian Melki1-4/+5
2012-05-318250_pci: fix pch uart matchingArnaud Patard1-0/+18
2012-05-11pch_uart: Fix dma channel unallocated issueTomoya MORINAGA1-1/+3
2012-05-11ARM: clps711x: serial driver hungs are a result of call disable_irq within ISRAlexander Shiyan1-6/+8
2012-04-23serial: PL011: move interrupt clearingLinus Walleij1-4/+4
2012-04-23serial: PL011: clear pending interruptsLinus Walleij1-4/+11
2012-04-23pch_uart: Fix MSI setting issueTomoya MORINAGA1-0/+1
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-22Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-36/+27
2011-11-16Revert "tty/serial: Prevent drop of DCD on suspend for Tegra UARTs"Greg Kroah-Hartman2-16/+0
2011-11-16RS485: fix inconsistencies in the meaning of some variablesClaudio Scordino2-21/+5
2011-11-16pch_uart: Fix DMA resource leak issueTomoya MORINAGA1-2/+2
2011-11-16serial,mfd: Fix CMSPAR setupAlan Cox1-3/+1
2011-11-16tty/serial: Prevent drop of DCD on suspend for Tegra UARTsDoug Anderson2-0/+16
2011-11-16pch_uart: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-3/+3
2011-11-16pch_uart: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-7/+15
2011-11-16pch_uart: Fix hw-flow control issueTomoya MORINAGA1-0/+1
2011-11-11Merge branches 'sh/pm-runtime' and 'common/clkfwk' into sh-fixes-for-linusPaul Mundt10-41/+16
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-1/+8
2011-11-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-23/+0
2011-11-05Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-17/+8
2011-11-04serial: sh-sci: Fix up SH-2A SCIF support.Phil Edworthy1-0/+19
2011-11-02Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-10/+20
2011-11-01tty: Add export.h for EXPORT_SYMBOL/THIS_MODULE to exportersPaul Gortmaker1-0/+1
2011-11-01tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker7-1/+7
2011-10-31Merge branches 'msm/dt', 'imx/dt' and 'at91/dt' into next/dtArnd Bergmann3-14/+65
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-11/+1
2011-10-27Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu...Linus Torvalds2-2/+26
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds1-1/+1
2011-10-27Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-13/+11
2011-10-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds53-3441/+795
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-11/+1
2011-10-24Merge commit 'v3.1' into devicetree/nextGrant Likely1-1/+3
2011-10-20TTY: serial_core: Fix crash if DCD drop during suspendDoug Anderson1-0/+7
2011-10-19tty/serial: atmel_serial: bootconsole removed from auto-enumeratesNicolas Ferre1-1/+0
2011-10-19tty/serial: atmel_serial: add device tree supportNicolas Ferre1-8/+71
2011-10-19tty/serial: atmel_serial: auto-enumerate portsNicolas Ferre1-8/+36
2011-10-19tty/serial: atmel_serial: whitespace and braces modificationsNicolas Ferre1-4/+5
2011-10-19tty/serial: atmel_serial: change platform_data variable nameNicolas Ferre1-7/+7
2011-10-198250_pci: Fix kernel panic when pch_uart is disabledTomoya MORINAGA1-0/+10
2011-10-10Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+3
2011-10-05devicetree: fix build error on drivers/tty/serial/altera_jtaguart.cGrant Likely1-0/+1
2011-10-05Merge branch 'for-grant' of git://git.jdl.com/software/linux-3.0 into devicet...Grant Likely1-2/+2
2011-09-30tty: use of_match_ptr() for of_match_table entryBen Dooks3-9/+3