summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2012-04-18pch_uart: Fix dma channel unallocated issueTomoya MORINAGA1-1/+3
2012-04-18ARM: clps711x: serial driver hungs are a result of call disable_irq within ISRAlexander Shiyan1-6/+8
2012-04-12Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-51/+47
2012-04-09pch_uart: Add Kontron COMe-mTT10 uart clock quirkMichael Brunner1-0/+7
2012-04-09pch_uart: Fix MSI setting issueTomoya MORINAGA1-0/+1
2012-04-09serial/8250_pci: add a "force background timer" flag and use it for the "kt" ...Dan Williams2-4/+21
2012-04-09Revert "serial/8250_pci: setup-quirk workaround for the kt serial controller"Dan Williams2-19/+2
2012-04-09Revert "serial/8250_pci: init-quirk msi support for kt serial controller"Dan Williams1-14/+0
2012-04-09tty/serial/omap: console can only be built-inArnd Bergmann1-1/+1
2012-04-09serial: samsung: fix omission initialize ulcon in reset port fn()Kukjin Kim1-0/+1
2012-04-09tty/serial: atmel_serial: fix RS485 half-duplex problemSiftar, Gabe1-0/+4
2012-04-09tty: serial: altera_uart: Check for NULL platform_data in probe.Yuriy Kozlov1-2/+2
2012-04-09omap-serial: Fix the error handling in the omap_serial probeShubhrajyoti D1-23/+20
2012-04-07Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2-89/+86
2012-04-06serial: PL011: move interrupt clearingLinus Walleij1-4/+4
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-13/+4
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd2-13/+4
2012-04-04serial/sunzilog: fix keyboard on SUN SPARCstationSam Ravnborg1-2/+2
2012-03-30serial: sh-sci: use serial_port_in/out vs sci_in/out.Paul Mundt2-89/+86
2012-03-30Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds1-5/+10
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-8/+9
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds12-7/+6
2012-03-28Remove all #inclusions of asm/system.hDavid Howells7-7/+0
2012-03-28Disintegrate asm/system.h for SparcDavid Howells4-0/+4
2012-03-28Disintegrate asm/system.h for CRISDavid Howells1-0/+1
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-0/+1
2012-03-28serial: sh-sci: fix a race of DMA submit_tx on transferYoshii Takashi1-5/+10
2012-03-27Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+1
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-12/+39
2012-03-27Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+3
2012-03-25ARM: 7342/2: sa1100: prepare for sparse irq conversionRob Herring1-0/+1
2012-03-23Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2012-03-22Merge tag 'pinctrl-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-16/+10
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-1/+1
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine3-8/+6
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds34-558/+1449
2012-03-15serial: pxa: add clk_prepare/clk_unprepare callsPhilipp Zabel1-4/+4
2012-03-14serial: PL011: clear pending interruptsLinus Walleij1-4/+11
2012-03-13serial: bfin-uart: Don't access tty circular buffer in TX DMA interrupt after...Sonic Zhang1-3/+5
2012-03-12tty: serial: vt8500: fix annotations for probe/removeWolfram Sang1-2/+2
2012-03-09serial: remove back and forth conversions in serial_out_syncPaul Gortmaker1-4/+3
2012-03-09serial: use serial_port_in/out vs serial_in/out in 8250Paul Gortmaker1-80/+80
2012-03-09serial: reduce number of indirections in 8250 codePaul Gortmaker1-155/+167
2012-03-09serial: delete useless void casts in 8250.cPaul Gortmaker1-11/+11
2012-03-09serial: make 8250's serial_in shareable to other drivers.Paul Gortmaker2-5/+10
2012-03-09serial: delete last unused traces of pausing I/O in 8250Paul Gortmaker1-158/+150
2012-03-09pch_uart: Add module parameter descriptionsDarren Hart1-0/+4
2012-03-09pch_uart: Use existing default_baud in setup_consoleDarren Hart1-1/+1
2012-03-09pch_uart: Add user_uartclk parameterDarren Hart1-0/+5
2012-03-09pch_uart: Add Fish River Island II uart clock quirksDarren Hart1-13/+27