index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-06-25
crypto: ux500: use dmaengine_prep_slave_sg API
Fabio Baltieri
2
-12
/
+12
2013-06-25
crypto: ux500: use dmaengine_device_control API
Fabio Baltieri
2
-3
/
+3
2013-06-25
crypto: ux500/crypt: add missing __iomem qualifiers
Fabio Baltieri
1
-2
/
+2
2013-06-25
crypto: ux500/hash: add missing static qualifiers
Fabio Baltieri
1
-3
/
+2
2013-06-25
crypto: ux500/hash: use readl on iomem addresses
Fabio Baltieri
1
-10
/
+10
2013-06-24
dmaengine: ste_dma40: Declare memcpy config as static
Fabio Baltieri
1
-2
/
+2
2013-06-04
dmaengine: ste_dma40: fix error return code in d40_probe()
Wei Yongjun
1
-7
/
+7
2013-06-04
dmaengine: ste_dma40: Fetch disabled channels from DT
Lee Jones
2
-1
/
+18
2013-06-04
dmaengine: ste_dma40: Fetch the number of physical channels from DT
Lee Jones
1
-1
/
+6
2013-06-04
ARM: ux500: Stop passing DMA platform data though AUXDATA
Lee Jones
1
-2
/
+1
2013-06-04
dmaengine: ste_dma40: Allow memcpy channels to be configured from DT
Lee Jones
3
-8
/
+36
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
4
-65
/
+60
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
ARM: ux500: Remove recently unused stedma40_xfer_dir enums
Lee Jones
1
-9
/
+1
2013-06-04
dmaengine: ste_dma40: Replace ST-E's home-brew DMA direction defs with generi...
Lee Jones
2
-40
/
+40
2013-06-04
ARM: ux500: Replace ST-E's home-brew DMA direction definition with the generi...
Lee Jones
4
-27
/
+27
2013-06-04
dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s
Lee Jones
1
-10
/
+10
2013-06-04
ARM: ux500: Remove empty function u8500_of_init_devices()
Lee Jones
1
-13
/
+1
2013-06-04
ARM: ux500: Remove ux500-musb platform registation when booting with DT
Lee Jones
1
-2
/
+0
2013-06-04
usb: musb: ux500: add device tree probing support
Lee Jones
2
-0
/
+101
2013-06-04
usb: musb: ux500: attempt to find channels by name before using pdata
Lee Jones
1
-3
/
+17
2013-06-04
usb: musb: ux500: harden checks for platform data
Lee Jones
1
-3
/
+8
2013-06-04
usb: musb: ux500: take the dma_mask from coherent_dma_mask
Lee Jones
2
-4
/
+1
2013-06-04
usb: musb: ux500: move the MUSB HDRC configuration into the driver
Lee Jones
2
-8
/
+8
2013-06-04
usb: musb: ux500: move channel number knowledge into the driver
Lee Jones
3
-33
/
+16
2013-05-23
ARM: ux500: Register Cryp and Hash platform drivers on Snowball
Lee Jones
1
-0
/
+2
2013-05-23
crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog
Lee Jones
2
-1
/
+3
2013-05-23
ARM: ux500: Stop passing Cryp DMA channel config information though pdata
Lee Jones
1
-8
/
+0
2013-05-23
crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
Lee Jones
2
-1
/
+23
2013-05-23
crypto: ux500/cryp - Prepare clock before enabling it
Lee Jones
1
-1
/
+11
2013-05-23
ARM: ux500: Stop passing Hash DMA channel config information though pdata
Lee Jones
1
-4
/
+0
2013-05-23
crypto: ux500/hash - Set DMA configuration though dma_slave_config()
Lee Jones
2
-1
/
+14
2013-05-23
crypto: ux500/hash - Prepare clock before enabling it
Lee Jones
1
-1
/
+11
2013-05-23
ARM: ux500: Remove unnecessary attributes from DMA channel request pdata
Lee Jones
1
-8
/
+0
2013-05-23
dmaengine: ste_dma40: Correct copy/paste error
Lee Jones
1
-1
/
+1
2013-05-23
ARM: ux500: Remove DMA address look-up table
Lee Jones
2
-82
/
+0
2013-05-23
dmaengine: ste_dma40: Remove redundant address fetching function
Lee Jones
1
-18
/
+0
2013-05-23
dmaengine: ste_dma40: Only use addresses passed as configuration information
Lee Jones
1
-40
/
+11
2013-05-23
ARM: ux500: Stop passing UART's platform data for Device Tree boots
Lee Jones
1
-3
/
+3
2013-05-23
dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate
Lee Jones
1
-3
/
+3
2013-05-23
dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()
Lee Jones
3
-60
/
+58
2013-05-23
dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking
Lee Jones
2
-5
/
+4
2013-05-23
ARM: ux500: Pass remnant platform data though to DMA40 driver
Lee Jones
3
-11
/
+5
2013-05-23
dmaengine: ste_dma40: Supply full Device Tree parsing support
Lee Jones
2
-0
/
+114
2013-05-23
dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled
Lee Jones
1
-2
/
+44
2013-05-23
dmaengine: ste_dma40: Allocate plat_data on declaration
Lee Jones
1
-3
/
+1
2013-05-23
dmaengine: ste_dma40: Also report the number of logical channels
Lee Jones
1
-2
/
+3
2013-05-23
dmaengine: ste_dma40: Move rev error-check up to revision acquisition
Lee Jones
1
-6
/
+4
2013-05-23
dmaengine: ste_dma40: Remove 'always true' checking
Lee Jones
1
-11
/
+5
[next]