summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/dma.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP: dma: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-101-9/+5Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1Star
* Remove MODULE_ALIAS() calls that take undefined macroMasahiro Yamada2019-05-071-1/+0Star
* ARM: OMAP: Use kcalloc() in omap_system_dma_probe()Markus Elfring2017-10-111-2/+3
* ARM: OMAP: Improve a size determination in two functionsMarkus Elfring2017-10-111-1/+1
* ARM: OMAP: Delete an error message for a failed memory allocation in two func...Markus Elfring2017-10-111-4/+1Star
* ARM: OMAP1: Change interrupt numbering for sparse IRQTony Lindgren2015-05-201-0/+4
* ARM: OMAP: dma.c: Remove unused functionRickard Strandqvist2015-01-071-8/+0Star
* ARM: OMAP: Remove unused pieces of legacy DMA APITony Lindgren2014-09-181-731/+6Star
* Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-2/+3
|\
| * ARM: OMAP2+: DMA: remove requirement of irq for platform-dma driverNishanth Menon2014-07-221-2/+3
* | ARM: OMAP: add deprecation message for legacy OMAP DMA APIRussell King2014-07-011-0/+2
|/
* ARM: OMAP2+: Fix DMA hang after off-idleTony Lindgren2014-05-171-0/+10
* ARM: omap: move dma channel allocation into plat-omap codeRussell King2014-04-041-3/+8
* dmaengine: omap-dma: provide a hook to get the underlying DMA platform opsRussell King2014-04-041-0/+6
* ARM: OMAP: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-031-1/+0Star
* ARM: OMAP: dma: fix error return code in omap_system_dma_probe()Wei Yongjun2013-08-211-0/+1
* ARM: OMAP: dma: Remove the erroneous freeing of platform dataRajendra Nayak2013-06-181-4/+0Star
* ARM: OMAP: dma: Fix the dma_chan_link_map init orderR Sricharan2013-06-181-1/+2
* ARM: OMAP: dma: Remove the wrong dev_id checkR Sricharan2013-06-181-2/+2
* ARM: OMAP: Fix the use of uninitialized dma_lch_countChen Gang2013-02-011-1/+1
* ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-3/+3
* ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren2012-11-301-1/+1
* ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.cTony Lindgren2012-10-311-56/+52Star
* ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2Tony Lindgren2012-10-191-1/+3
* ARM: OMAP1: Move plat/tc.h to mach/tc.h for omap1Tony Lindgren2012-10-171-10/+14
* ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla2012-10-151-1/+1
* Merge tag 'omap-cleanup-b-for-3.7' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren2012-09-131-29/+22Star
|\
| * ARM: OMAP: unwrap stringsPaul Walmsley2012-09-121-29/+22Star
* | ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren2012-09-131-2/+1Star
|/
* ARM: OMAP: dma: Clear status registers on enable/disable irqOleg Matcovschi2012-06-041-31/+28Star
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-05-261-2/+2
|\
| * Merge branch 'for_3.5/omap_misc_cleanup' of git://gitorious.org/omap-sw-devel...Tony Lindgren2012-05-081-2/+2
| |\
| | * ARM: OMAP: dma: Make use of cpu_class_is_omap2() to avoid future patching.Santosh Shilimkar2012-05-081-2/+2
* | | Merge tag 'v3.4-rc6' into next/cleanupOlof Johansson2012-05-091-0/+14
|\| |
| * | ARM: OMAP: fix DMA vs memory orderingRussell King2012-04-231-0/+14
| |/
* / ARM: OMAP: DMA: use constant array maximum, drop some LCD DMA codePaul Walmsley2012-04-131-2/+11
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+0Star
|\
| * Disintegrate asm/system.h for ARMDavid Howells2012-03-281-1/+0Star
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-0/+2
|\ \
| * | ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren2012-02-241-0/+2
| |/
* / ARM: OMAP: Fix devexit for dma when CONFIG_HOTPLUG is not setTony Lindgren2012-02-241-1/+1
|/
* ARM: OMAP2+: DMA: Workaround for invalid destination positionPeter Ujfalusi2011-12-091-1/+9
* ARM: OMAP2+: DMA: Workaround for invalid source positionPeter Ujfalusi2011-12-091-0/+12
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* arm: plat-omap: dma: make omap_dma_in_1510_mode() staticAaro Koskinen2011-01-281-1/+1
* omap: DMA: clear interrupt status correctlyAdrian Hunter2011-01-191-4/+3Star
* OMAP: DMA: Convert DMA library into platform driverG, Manjunath Kondaiah2010-12-211-550/+270Star
* OMAP: DMA: Introduce errata handling featureG, Manjunath Kondaiah2010-12-211-50/+102
* OMAP: DMA: Replace read/write macros with functionsG, Manjunath Kondaiah2010-12-211-201/+316