aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-29ARM: omap: fix missing declaration warningsArnd Bergmann1-0/+1
2020-08-19ARM: OMAP2+: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-12-30ARM: OMAP2+: Drop legacy init for sdmaTony Lindgren1-90/+1
2019-12-30dmaengine: ti: omap-dma: Pass sdma auxdata to driver and use itTony Lindgren1-1/+1
2019-12-17ARM: OMAP2+: Configure dma_plat_info directly and drop dma_dev_attrTony Lindgren1-13/+18
2019-12-17ARM: OMAP2+: Configure sdma capabilities directlyTony Lindgren1-3/+3
2019-12-17ARM: OMAP2+: Drop sdma interrupt handling for mach-omap2Tony Lindgren1-3/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-10-02ARM: OMAP2+: make omap_dma_dev_info __initdataBhumika Goyal1-1/+1
2017-08-10ARM: OMAP2+: Remove unused legacy code for DMATony Lindgren1-143/+5
2017-06-20ARM: OMAP2+: DMA: Add slave map entries for 24xx external request linesPeter Ujfalusi1-0/+24
2016-02-22ARM: OMAP2+: DMA: Provide dma_slave_map to omap-dma for legacy bootPeter Ujfalusi1-0/+117
2015-06-01ARM: OMAP2+: Remove unnessary return statement from the void function, omap2_show_dma_capsNicholas Krause1-1/+0
2014-07-21ARM: OMAP2+: DMA: remove requirement of irq for platform-dma driverNishanth Menon1-0/+3
2014-05-08ARM: OMAP2+: raw read and write endian fixVictor Kamensky1-2/+2
2014-04-04dmaengine: omap-dma: move register read/writes into omap-dma.cRussell King1-6/+12
2014-04-04ARM: omap: dma: get rid of 'p' allocation and clean upRussell King1-21/+13
2014-04-04ARM: omap: move dma channel allocation into plat-omap codeRussell King1-7/+0
2014-04-04ARM: omap: dma: get rid of errata globalRussell King1-3/+2
2014-04-04ARM: omap: clean up DMA register accessesRussell King1-51/+48
2014-04-04ARM: omap: remove almost-const variablesRussell King1-9/+5
2014-04-04ARM: omap: remove references to disable_irq_lchRussell King1-10/+0
2013-04-15dmaengine: OMAP: Register SDMA controller with Device Tree DMA driverJon Hunter1-0/+4
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-01-26ARM: OMAP2+: omap_device: remove obsolete pm_lats and early_device codePaul Walmsley1-1/+1
2013-01-11ARM: OMAP: Fix dmaengine init for multiplatformTony Lindgren1-2/+19
2013-01-11ARM: OMAP2+: Use omap initcallsTony Lindgren1-1/+1
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-0/+3
2012-10-18ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2Tony Lindgren1-0/+1
2012-10-18ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2Tony Lindgren1-1/+1
2012-10-17ARM: OMAP: Make omap_device local to mach-omap2Tony Lindgren1-1/+2
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1
2012-05-08ARM: OMAP2+: dma: Define dma capabilities register bitfields and use them.R Sricharan1-4/+7
2012-02-28OMAP4: dma: Correct CPU version check for dma_common_ch_endPeter Ujfalusi1-1/+1
2011-10-04ARM: OMAP2+: devices: Remove all omap_device_pm_latency structuresBenoit Cousson1-10/+1
2011-09-15OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman1-8/+8
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-27arch/arm/mach-omap2/dma.c: Convert IS_ERR result to PTR_ERRJulia Lawall1-1/+1
2010-12-20OMAP: DMA: Convert DMA library into platform driverG, Manjunath Kondaiah1-0/+223
2010-12-20OMAP2+: DMA: hwmod: Device registrationG, Manjunath Kondaiah1-0/+74