index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/dma/pch_dma: declare pch_dma_id_table as static
Michele Curti
2014-12-05
1
-1
/
+1
*
dmaengine: ste_dma40: fix error return code
Julia Lawall
2014-12-05
1
-0
/
+1
*
dma: imx-sdma: clarify about firmware not found error
Sascha Hauer
2014-12-05
1
-1
/
+2
*
dmaengine: pl330: update author info
Jassi Brar
2014-12-05
1
-1
/
+1
*
Merge branch 'topic/at_xdmac' into for-linus
Vinod Koul
2014-12-05
2
-31
/
+45
|
\
|
*
dmaengine: at_xdmac: Add DMA_PRIVATE
Ludovic Desroches
2014-11-17
1
-0
/
+5
|
*
dmaengine: at_xdmac: fix missing spin_unlock
Ludovic Desroches
2014-11-17
1
-0
/
+1
|
*
dmaengine: at_xdmac: fix a bug in transfer residue computation
Cyrille Pitchen
2014-11-17
1
-1
/
+3
|
*
dmaengine: at_xdmac: fix software lockup at_xdmac_tx_status()
Cyrille Pitchen
2014-11-17
1
-5
/
+12
|
*
dmaengine: at_xdmac: remove chancnt affectation
Ludovic Desroches
2014-11-17
1
-1
/
+0
|
*
dmaengine: at_xdmac: prefer usage of readl/writel_relaxed
Ludovic Desroches
2014-11-17
2
-5
/
+5
|
*
dmaengine: xdmac: fix print warning on dma_addr_t variable
Vinod Koul
2014-11-17
1
-20
/
+20
|
*
dmaengine: xdmac: fix print warning on size_t variable
Vinod Koul
2014-11-17
1
-4
/
+4
|
*
dmaengine: at_xdmac: fix usage of read, write wrappers
Vinod Koul
2014-11-17
1
-4
/
+4
|
*
dmaengine: at_xdmac: fix semicolon.cocci warnings
kbuild test robot
2014-11-17
1
-1
/
+1
*
|
dmaengine: k3dma: Add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2014-11-17
1
-0
/
+2
*
|
dmaengine: sirf: Add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2014-11-17
1
-0
/
+2
*
|
dmaengine: imx-sdma: Add a new DMATYPE for SAI
Nicolin Chen
2014-11-17
1
-0
/
+1
*
|
dmaengine: shdma: fix a race condition in __ld_cleanup()
Yoshihiro Shimoda
2014-11-17
1
-0
/
+2
*
|
dmaengine: qcom_bam_dma: Add BAM v1.3.0 support
Archit Taneja
2014-11-17
1
-8
/
+50
*
|
dmaengine: qcom_bam_dma: Generalize BAM register offset calculations
Archit Taneja
2014-11-17
1
-63
/
+113
*
|
dmaengine: sun6i: Add support for Allwinner A23 (sun8i) variant
Chen-Yu Tsai
2014-11-17
2
-2
/
+29
*
|
dmaengine: sun6i: support parameterized compatible strings
Chen-Yu Tsai
2014-11-17
1
-34
/
+60
*
|
dma: imx-sdma: remove incorrect __init annotation from sdma_init()
Jingoo Han
2014-11-17
1
-1
/
+1
*
|
dmaengine: pl330: Correct device assignment.
Andrew Jackson
2014-11-17
1
-2
/
+3
*
|
dmaengine: xilinx: vdma: icg should be difference of stride and hsize
Srikanth Thokala
2014-11-06
1
-1
/
+1
*
|
dmaengine: xilinx: vdma: Allow only one chunk in a line
Srikanth Thokala
2014-11-06
1
-0
/
+3
*
|
dmaengine: xilinx: vdma: Check if the segment list is empty in a descriptor
Srikanth Thokala
2014-11-06
1
-3
/
+5
*
|
dmaengine: Remove .owner field for driver
Kiran Padwal
2014-11-06
17
-17
/
+0
*
|
dmaengine: sun6i: Remove chancnt affectations
Maxime Ripard
2014-11-06
1
-1
/
+0
*
|
dmaengine: sirf: Remove chancnt affectations
Maxime Ripard
2014-11-06
1
-2
/
+1
*
|
dmaengine: sh: Remove chancnt affectations
Maxime Ripard
2014-11-06
5
-9
/
+1
*
|
dmaengine: sa11x0: Remove chancnt affectations
Maxime Ripard
2014-11-06
1
-2
/
+1
*
|
dmaengine: omap: Remove chancnt affectations
Maxime Ripard
2014-11-06
1
-2
/
+0
*
|
dmaengine: mpc512x: Remove chancnt affectations
Maxime Ripard
2014-11-06
1
-5
/
+7
*
|
dmaengine: k3: Remove chancnt affectations
Maxime Ripard
2014-11-06
1
-1
/
+0
*
|
dmaengine: fsldma: Remove chancnt affectations
Maxime Ripard
2014-11-06
1
-1
/
+0
*
|
dmaengine: jz4740: Remove chancnt affectations
Maxime Ripard
2014-11-06
1
-2
/
+1
*
|
dmaengine: bcm2835: Remove chancnt affectations
Maxime Ripard
2014-11-06
1
-2
/
+0
*
|
dmaengine: pl08x: Remove chancnt affectations
Maxime Ripard
2014-11-06
1
-2
/
+0
|
/
*
dmaengine: at_xdmac: creation of the atmel eXtended DMA Controller driver
Ludovic Desroches
2014-11-06
3
-0
/
+1518
*
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2014-10-19
18
-479
/
+359
|
\
|
*
Merge branch 'topic/dma_control_fsl_acks' into for-linus
Vinod Koul
2014-10-15
1
-10
/
+15
|
|
\
|
|
*
dmaengine: freescale: remove FSLDMA_EXTERNAL_START control method
Vinod Koul
2014-10-15
1
-9
/
+0
|
|
*
dmaengine: freescale: add and export fsl_dma_external_start()
Vinod Koul
2014-10-15
1
-1
/
+15
|
*
|
Merge branch 'topic/dma_control_cleanup_acks' into for-linus
Vinod Koul
2014-10-15
1
-1
/
+1
|
|
\
\
|
|
*
|
dmaengine: coh901318: use dmaengine_terminate_all() API
Vinod Koul
2014-10-15
1
-1
/
+1
|
|
|
/
|
*
|
dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause()
Sebastian Andrzej Siewior
2014-10-15
1
-1
/
+1
|
*
|
dmaengine: dw: export probe()/remove() and Co to users
Andy Shevchenko
2014-10-15
1
-26
/
+3
|
*
|
dmaengine: dw: enable and disable controller when needed
Andy Shevchenko
2014-10-15
2
-25
/
+36
[next]