index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: ux500: use dmaengine_submit API
Fabio Baltieri
2013-06-25
2
-2
/
+2
*
crypto: ux500: use dmaengine_prep_slave_sg API
Fabio Baltieri
2013-06-25
2
-12
/
+12
*
crypto: ux500: use dmaengine_device_control API
Fabio Baltieri
2013-06-25
2
-3
/
+3
*
crypto: ux500/crypt: add missing __iomem qualifiers
Fabio Baltieri
2013-06-25
1
-2
/
+2
*
crypto: ux500/hash: add missing static qualifiers
Fabio Baltieri
2013-06-25
1
-3
/
+2
*
crypto: ux500/hash: use readl on iomem addresses
Fabio Baltieri
2013-06-25
1
-10
/
+10
*
dmaengine: ste_dma40: Declare memcpy config as static
Fabio Baltieri
2013-06-24
1
-2
/
+2
*
dmaengine: ste_dma40: fix error return code in d40_probe()
Wei Yongjun
2013-06-04
1
-7
/
+7
*
dmaengine: ste_dma40: Fetch disabled channels from DT
Lee Jones
2013-06-04
1
-1
/
+16
*
dmaengine: ste_dma40: Fetch the number of physical channels from DT
Lee Jones
2013-06-04
1
-1
/
+6
*
dmaengine: ste_dma40: Allow memcpy channels to be configured from DT
Lee Jones
2013-06-04
1
-8
/
+32
*
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
2
-52
/
+54
*
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
2
-40
/
+40
*
dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s
Lee Jones
2013-06-04
1
-10
/
+10
*
usb: musb: ux500: add device tree probing support
Lee Jones
2013-06-04
1
-0
/
+51
*
usb: musb: ux500: attempt to find channels by name before using pdata
Lee Jones
2013-06-04
1
-3
/
+17
*
usb: musb: ux500: harden checks for platform data
Lee Jones
2013-06-04
1
-3
/
+8
*
usb: musb: ux500: take the dma_mask from coherent_dma_mask
Lee Jones
2013-06-04
1
-1
/
+1
*
usb: musb: ux500: move the MUSB HDRC configuration into the driver
Lee Jones
2013-06-04
1
-0
/
+8
*
usb: musb: ux500: move channel number knowledge into the driver
Lee Jones
2013-06-04
1
-21
/
+9
*
crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog
Lee Jones
2013-05-23
2
-1
/
+3
*
crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
Lee Jones
2013-05-23
2
-1
/
+23
*
crypto: ux500/cryp - Prepare clock before enabling it
Lee Jones
2013-05-23
1
-1
/
+11
*
crypto: ux500/hash - Set DMA configuration though dma_slave_config()
Lee Jones
2013-05-23
2
-1
/
+14
*
crypto: ux500/hash - Prepare clock before enabling it
Lee Jones
2013-05-23
1
-1
/
+11
*
dmaengine: ste_dma40: Remove redundant address fetching function
Lee Jones
2013-05-23
1
-18
/
+0
*
dmaengine: ste_dma40: Only use addresses passed as configuration information
Lee Jones
2013-05-23
1
-40
/
+11
*
dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate
Lee Jones
2013-05-23
1
-3
/
+3
*
dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()
Lee Jones
2013-05-23
3
-60
/
+58
*
dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking
Lee Jones
2013-05-23
2
-5
/
+4
*
dmaengine: ste_dma40: Supply full Device Tree parsing support
Lee Jones
2013-05-23
1
-0
/
+52
*
dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled
Lee Jones
2013-05-23
1
-2
/
+44
*
dmaengine: ste_dma40: Allocate plat_data on declaration
Lee Jones
2013-05-23
1
-3
/
+1
*
dmaengine: ste_dma40: Also report the number of logical channels
Lee Jones
2013-05-23
1
-2
/
+3
*
dmaengine: ste_dma40: Move rev error-check up to revision acquisition
Lee Jones
2013-05-23
1
-6
/
+4
*
dmaengine: ste_dma40: Remove 'always true' checking
Lee Jones
2013-05-23
1
-11
/
+5
*
dmaengine: ste_dma40: Calculate number of logical channels from physical ones
Lee Jones
2013-05-23
1
-10
/
+6
*
dmaengine: ste_dma40: Remove home-brew MAX() macro
Lee Jones
2013-05-23
1
-3
/
+4
*
dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers
Lee Jones
2013-05-23
2
-64
/
+33
*
dmaengine: ste_dma40: Rectify incorrect configuration validation checking
Lee Jones
2013-05-23
1
-4
/
+4
*
dmaengine: ste_dma40: Move default memcpy configs into the driver
Lee Jones
2013-05-23
1
-2
/
+30
*
dmaengine: ste_dma40: Fix up static memcpy event lines
Linus Walleij
2013-05-23
1
-1
/
+15
*
dmaengine: ste_dma40: Assign memcpy channels in the driver
Lee Jones
2013-05-23
1
-5
/
+7
*
Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...
Linus Torvalds
2013-05-12
2
-2
/
+3
|
\
|
*
xen: clear IRQ_NOAUTOEN and IRQ_NOREQUEST
Julien Grall
2013-05-08
1
-1
/
+2
|
*
xen: SWIOTLB is only used on x86
Arnd Bergmann
2013-05-08
1
-1
/
+1
*
|
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2013-05-12
93
-1448
/
+10533
|
\
\
|
*
\
Merge branch 'postmerge' into for-linus
James Bottomley
2013-05-10
3
-34
/
+81
|
|
\
\
[next]