aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-22ARM: omap1: move mach/*.h into mach directoryArnd Bergmann1-1/+1
2020-07-13ARM: OMAP: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-06-06ARM: OMAP1: DMA: Delete an unnecessary return statement in omap1_show_dma_caps()Markus Elfring1-1/+0
2017-06-06ARM: OMAP1: DMA: Delete an error message for a failed memory allocation in omap1_system_dma_init()Markus Elfring1-2/+0
2017-06-06ARM: OMAP1: DMA: Improve a size determination in omap1_system_dma_init()Markus Elfring1-1/+1
2017-01-06ARM: OMAP1: DMA: Correct the number of logical channelsPeter Ujfalusi1-9/+7
2016-02-22ARM: OMAP1: DMA: Provide dma_slave_map to omap-dmaPeter Ujfalusi1-0/+45
2015-05-20ARM: OMAP1: Change interrupt numbering for sparse IRQTony Lindgren1-1/+1
2014-04-04dmaengine: omap-dma: move register read/writes into omap-dma.cRussell King1-0/+4
2014-04-04ARM: omap: dma: get rid of 'p' allocation and clean upRussell King1-22/+14
2014-04-04ARM: omap: move dma channel allocation into plat-omap codeRussell King1-15/+2
2014-04-04ARM: omap: dma: get rid of errata globalRussell King1-2/+2
2014-04-04ARM: omap: clean up DMA register accessesRussell King1-63/+54
2014-04-04ARM: omap: remove almost-const variablesRussell King1-10/+4
2014-04-04ARM: omap: remove references to disable_irq_lchRussell King1-1/+0
2013-06-18ARM: OMAP1: Remove dma.hJarkko Nikula1-2/+0
2013-05-16ARM: OMAP: fix error return code in omap1_system_dma_init()Wei Yongjun1-0/+1
2013-05-08ARM: OMAP1: DMA: fix error handling in omap1_system_dma_init()Wei Yongjun1-4/+4
2013-01-11ARM: OMAP: Fix dmaengine init for multiplatformTony Lindgren1-2/+16
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-17ARM: OMAP1: Move plat/tc.h to mach/tc.h for omap1Tony Lindgren1-1/+1
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1
2012-10-15ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1Lokesh Vutla1-0/+2
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-2/+3
2012-09-12ARM: OMAP1: Move plat/irqs.h to mach/irqs.hTony Lindgren1-1/+2
2012-09-12ARM: OMAP: unwrap stringsPaul Walmsley1-2/+3
2012-02-24ARM: OMAP1: Move most of plat/io.h into local iomap.hTony Lindgren1-1/+1
2011-06-01arch/arm/mach-omap1/dma.c: Invert calls to platform_device_put and platform_device_delJulia Lawall1-5/+6
2010-12-20OMAP: DMA: Convert DMA library into platform driverG, Manjunath Kondaiah1-2/+213
2010-12-20OMAP1: DMA: Implement in platform device modelG, Manjunath Kondaiah1-0/+179