index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-omap2
/
dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: OMAP2+: DMA: Provide dma_slave_map to omap-dma for legacy boot
Peter Ujfalusi
2016-02-22
1
-0
/
+117
*
ARM: OMAP2+: Remove unnessary return statement from the void function, omap2_...
Nicholas Krause
2015-06-01
1
-1
/
+0
*
ARM: OMAP2+: DMA: remove requirement of irq for platform-dma driver
Nishanth Menon
2014-07-21
1
-0
/
+3
*
ARM: OMAP2+: raw read and write endian fix
Victor Kamensky
2014-05-08
1
-2
/
+2
*
dmaengine: omap-dma: move register read/writes into omap-dma.c
Russell King
2014-04-04
1
-6
/
+12
*
ARM: omap: dma: get rid of 'p' allocation and clean up
Russell King
2014-04-04
1
-21
/
+13
*
ARM: omap: move dma channel allocation into plat-omap code
Russell King
2014-04-04
1
-7
/
+0
*
ARM: omap: dma: get rid of errata global
Russell King
2014-04-04
1
-3
/
+2
*
ARM: omap: clean up DMA register accesses
Russell King
2014-04-04
1
-51
/
+48
*
ARM: omap: remove almost-const variables
Russell King
2014-04-04
1
-9
/
+5
*
ARM: omap: remove references to disable_irq_lch
Russell King
2014-04-04
1
-10
/
+0
*
dmaengine: OMAP: Register SDMA controller with Device Tree DMA driver
Jon Hunter
2013-04-15
1
-0
/
+4
*
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2013-02-21
1
-1
/
+1
|
\
|
*
ARM: OMAP2+: omap_device: remove obsolete pm_lats and early_device code
Paul Walmsley
2013-01-26
1
-1
/
+1
*
|
ARM: OMAP: Fix dmaengine init for multiplatform
Tony Lindgren
2013-01-11
1
-2
/
+19
*
|
ARM: OMAP2+: Use omap initcalls
Tony Lindgren
2013-01-11
1
-1
/
+1
|
/
*
ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h
Tony Lindgren
2012-11-30
1
-1
/
+1
*
ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.c
Tony Lindgren
2012-10-31
1
-0
/
+3
*
ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2
Tony Lindgren
2012-10-18
1
-0
/
+1
*
ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2
Tony Lindgren
2012-10-18
1
-1
/
+1
*
ARM: OMAP: Make omap_device local to mach-omap2
Tony Lindgren
2012-10-17
1
-1
/
+2
*
ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h
Lokesh Vutla
2012-10-15
1
-1
/
+1
*
ARM: OMAP2+: dma: Define dma capabilities register bitfields and use them.
R Sricharan
2012-05-08
1
-4
/
+7
*
OMAP4: dma: Correct CPU version check for dma_common_ch_end
Peter Ujfalusi
2012-02-28
1
-1
/
+1
*
ARM: OMAP2+: devices: Remove all omap_device_pm_latency structures
Benoit Cousson
2011-10-04
1
-10
/
+1
*
OMAP: omap_device: when building return platform_device instead of omap_device
Kevin Hilman
2011-09-15
1
-8
/
+8
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
arch/arm/mach-omap2/dma.c: Convert IS_ERR result to PTR_ERR
Julia Lawall
2011-01-27
1
-1
/
+1
*
OMAP: DMA: Convert DMA library into platform driver
G, Manjunath Kondaiah
2010-12-20
1
-0
/
+223
*
OMAP2+: DMA: hwmod: Device registration
G, Manjunath Kondaiah
2010-12-20
1
-0
/
+74