aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-18ARM: OMAP: Remove unused pieces of legacy DMA APITony Lindgren1-731/+6
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+3
2014-07-21ARM: OMAP2+: DMA: remove requirement of irq for platform-dma driverNishanth Menon1-2/+3
2014-07-01ARM: OMAP: add deprecation message for legacy OMAP DMA APIRussell King1-0/+2
2014-05-16ARM: OMAP2+: Fix DMA hang after off-idleTony Lindgren1-0/+10
2014-04-04ARM: omap: move dma channel allocation into plat-omap codeRussell King1-3/+8
2014-04-04dmaengine: omap-dma: provide a hook to get the underlying DMA platform opsRussell King1-0/+6
2013-10-03ARM: OMAP: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+0
2013-08-21ARM: OMAP: dma: fix error return code in omap_system_dma_probe()Wei Yongjun1-0/+1
2013-06-18ARM: OMAP: dma: Remove the erroneous freeing of platform dataRajendra Nayak1-4/+0
2013-06-18ARM: OMAP: dma: Fix the dma_chan_link_map init orderR Sricharan1-1/+2
2013-06-18ARM: OMAP: dma: Remove the wrong dev_id checkR Sricharan1-2/+2
2013-02-01ARM: OMAP: Fix the use of uninitialized dma_lch_countChen Gang1-1/+1
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren1-1/+1
2012-10-31ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.cTony Lindgren1-56/+52
2012-10-18ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2Tony Lindgren1-1/+3
2012-10-17ARM: OMAP1: Move plat/tc.h to mach/tc.h for omap1Tony Lindgren1-10/+14
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1
2012-09-12Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into cleanup-makefile-sparseTony Lindgren1-29/+22
2012-09-12ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren1-2/+1
2012-09-12ARM: OMAP: unwrap stringsPaul Walmsley1-29/+22
2012-06-03ARM: OMAP: dma: Clear status registers on enable/disable irqOleg Matcovschi1-31/+28
2012-05-26Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2012-05-09Merge tag 'v3.4-rc6' into next/cleanupOlof Johansson1-0/+14
2012-05-08Merge branch 'for_3.5/omap_misc_cleanup' of git://gitorious.org/omap-sw-develoment/linux-omap-dev into cleanup-socTony Lindgren1-2/+2
2012-05-08ARM: OMAP: dma: Make use of cpu_class_is_omap2() to avoid future patching.Santosh Shilimkar1-2/+2
2012-04-23ARM: OMAP: fix DMA vs memory orderingRussell King1-0/+14
2012-04-13ARM: OMAP: DMA: use constant array maximum, drop some LCD DMA codePaul Walmsley1-2/+11
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+2
2012-02-24ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren1-0/+2
2012-02-24ARM: OMAP: Fix devexit for dma when CONFIG_HOTPLUG is not setTony Lindgren1-1/+1
2011-12-09ARM: OMAP2+: DMA: Workaround for invalid destination positionPeter Ujfalusi1-1/+9
2011-12-09ARM: OMAP2+: DMA: Workaround for invalid source positionPeter Ujfalusi1-0/+12
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-27arm: plat-omap: dma: make omap_dma_in_1510_mode() staticAaro Koskinen1-1/+1
2011-01-19omap: DMA: clear interrupt status correctlyAdrian Hunter1-4/+3
2010-12-20OMAP: DMA: Convert DMA library into platform driverG, Manjunath Kondaiah1-550/+270
2010-12-20OMAP: DMA: Introduce errata handling featureG, Manjunath Kondaiah1-50/+102
2010-12-20OMAP: DMA: Replace read/write macros with functionsG, Manjunath Kondaiah1-201/+316
2010-11-24arm: omap1: make some functions staticAaro Koskinen1-1/+1
2010-11-05omap: dma: Add read-back to DMA interrupt handler to avoid spuriousinterruptsMathias Nyman1-0/+2
2010-10-11OMAP3: DMA: Errata i541: sDMA FIFO draining does not finishPeter Ujfalusi1-2/+34
2010-10-11omap: dma: Fix buffering disable bit setting for omap24xxJarkko Nikula1-4/+10
2010-08-02omap: dma: Support for prefetch in destination synchronizedtransferSamu Onkalo1-4/+7
2010-05-20omap: DMA: Fix multi-line commentsmanjugk manjugk1-6/+12
2010-05-20OMAP2/3/4: DMA: disable channel interrupts in omap_init_dma()Mika Westerberg1-8/+19
2010-04-27Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds1-0/+9