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