index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
ste_dma40_ll.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: ste_dma40_ll: make d40_width_to_bits static
Ben Dooks
2016-06-08
1
-1
/
+1
*
dmaengine: ste_dma40_ll: Replace meaningless register set with comment
Lee Jones
2013-06-04
1
-2
/
+4
*
dmaengine: ste_dma40: Convert data_width from register bit format to value
Lee Jones
2013-06-04
1
-14
/
+29
*
dmaengine: ste_dma40_ll: Use the BIT macro to replace ugly '(1 << x)'s
Lee Jones
2013-06-04
1
-22
/
+22
*
dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generi...
Lee Jones
2013-06-04
1
-12
/
+12
*
dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()
Lee Jones
2013-05-23
1
-53
/
+48
*
dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking
Lee Jones
2013-05-23
1
-5
/
+0
*
dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers
Lee Jones
2013-05-23
1
-2
/
+2
*
dmaengine: ste_dma40: minor cosmetic fixes
Fabio Baltieri
2013-01-14
1
-1
/
+1
*
dmaengine: ste_dma40: use writel_relaxed for lcxa
Per Forlin
2013-01-14
1
-8
/
+8
*
dmaengine: ste_dma40: reset priority bit for logical channels
Narayanan
2013-01-14
1
-5
/
+6
*
ARM: plat-nomadik: move DMA40 header to <linux/platform_data>
Linus Walleij
2012-11-05
1
-1
/
+1
*
dma40: cyclic xfer support
Rabin Vincent
2011-01-30
1
-14
/
+21
*
dma40: use flags to reduce parameter count
Rabin Vincent
2011-01-30
1
-37
/
+47
*
dma40: make d40_log_buf_to_lli static
Rabin Vincent
2011-01-30
1
-1
/
+1
*
dma40: pass the info pointer all the way to reduce argument count
Rabin Vincent
2011-01-30
1
-24
/
+18
*
dma40: unify d40_log_sg_to_lli funcs for mem and slave
Rabin Vincent
2011-01-30
1
-51
/
+12
*
dma40: combine duplicated code in log_sg_to_dev
Rabin Vincent
2011-01-30
1
-29
/
+23
*
dma40: move lli_load to main source file
Rabin Vincent
2011-01-30
1
-26
/
+0
*
dma40: implement prep_memcpy as a wrapper around memcpy_sg
Rabin Vincent
2011-01-30
1
-1
/
+1
*
dma40: use sg_dma_address() instead of sg_phys()
Rabin Vincent
2011-01-30
1
-4
/
+4
*
dmaengine: dma40: Add support to split up large elements
Per Forlin
2011-01-04
1
-74
/
+172
*
ste_dma40: remove enum for endianess
Rabin Vincent
2010-10-19
1
-2
/
+4
*
ste_dma40: move priority to separate field
Rabin Vincent
2010-10-19
1
-1
/
+1
*
DMAENGINE: ste_dma40: rewrote LCLA entries allocation code
Jonas Aaberg
2010-09-22
1
-106
/
+55
*
DMAENGINE: ste_dma40: code clean-up
Jonas Aaberg
2010-09-22
1
-5
/
+3
*
DMAENGINE: ste_dma40: fix bug related to callback handling
Jonas Aaberg
2010-09-22
1
-7
/
+6
*
DMAENGINE: ste_dma40: allocate LCLA dynamically
Linus Walleij
2010-06-22
1
-1
/
+4
*
DMAENGINE: ste_dma40: interrupts only on dst
Jonas Aaberg
2010-06-22
1
-7
/
+4
*
DMAENGINE: ste_dma40: various cosmetic clean-ups
Jonas Aaberg
2010-06-22
1
-12
/
+12
*
DMAENGINE: Support for ST-Ericssons DMA40 block v3
Linus Walleij
2010-04-14
1
-0
/
+454