index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
target
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-15
dmaengine: owl: Fix warnings generated during build
Manivannan Sadhasivam
1
-0
/
+4
2018-10-09
dmaengine: fsl-edma: remove dma_slave_config direction usage
Vinod Koul
2
-40
/
+46
2018-10-07
dmaengine: mmp_tdma: remove dma_slave_config direction usage
Vinod Koul
1
-2
/
+20
2018-10-07
dmaengine: ep93xx_dma: remove dma_slave_config direction usage
Vinod Koul
1
-1
/
+20
2018-10-07
dmaengine: k3dma: remove dma_slave_config direction usage
Vinod Koul
1
-6
/
+20
2018-10-07
dmaengine: k3dma: dont use direction for memcpy
Vinod Koul
1
-8
/
+2
2018-10-07
dmaengine: imx-dma: remove dma_slave_config direction usage
Vinod Koul
1
-3
/
+17
2018-10-07
dmaengine: idma: remove dma_slave_config direction usage
Vinod Koul
1
-4
/
+0
2018-10-07
dmaengine: hsu: remove dma_slave_config direction usage
Vinod Koul
1
-4
/
+0
2018-10-07
dmaengine: dw: remove dma_slave_config direction usage
Vinod Koul
1
-5
/
+0
2018-10-07
dmaengine: jz4740: remove dma_slave_config direction usage
Vinod Koul
1
-3
/
+18
2018-10-07
dmaengine: coh901318: remove dma_slave_config direction usage
Vinod Koul
1
-5
/
+23
2018-10-07
dmaengine: bcm2835: remove dma_slave_config direction usage
Vinod Koul
1
-8
/
+0
2018-10-07
dmaengine: at_hdmac: remove dma_slave_config direction usage
Vinod Koul
1
-1
/
+1
2018-10-05
dmaengine: owl: Add Slave and Cyclic mode support for Actions Semi Owl S900 SoC
Manivannan Sadhasivam
1
-7
/
+272
2018-10-05
dmaengine: ioat: fix prototype of ioat_enumerate_channels
Rami Rosen
1
-4
/
+3
2018-10-02
dmaengine: timb_dma: Use proper enum in td_prep_slave_sg
Nathan Chancellor
1
-1
/
+1
2018-10-02
dmaengine: ep93xx: Return proper enum in ep93xx_dma_chan_direction
Nathan Chancellor
1
-1
/
+1
2018-09-18
driver/dma/ioat: Call del_timer_sync() without holding prep_lock
Waiman Long
1
-1
/
+8
2018-09-18
dmaengine: mcf-edma: avoid warning for wrong pointer cast
Angelo Dureghello
1
-1
/
+1
2018-09-11
dmaengine: idma64: replace spin_lock_irqsave with spin_lock
Zhaoxiong Yuan
1
-3
/
+2
2018-09-11
MIPS: JZ4740: DTS: Add DMA nodes
Paul Cercueil
1
-0
/
+15
2018-09-11
MIPS: JZ4770: DTS: Add DMA nodes
Paul Cercueil
1
-0
/
+30
2018-09-11
MIPS: JZ4780: DTS: Update DMA node to match driver changes
Paul Cercueil
1
-1
/
+2
2018-09-11
dmaengine: dma-jz4780: Use dma_set_residue()
Daniel Silsby
1
-4
/
+5
2018-09-11
dmaengine: dma-jz4780: Further residue status fix
Daniel Silsby
1
-1
/
+1
2018-09-11
dmaengine: dma-jz4780: Set DTCn register explicitly
Daniel Silsby
1
-0
/
+9
2018-09-11
dmaengine: dma-jz4780: Simplify jz4780_dma_desc_residue()
Daniel Silsby
1
-10
/
+5
2018-09-11
dmaengine: dma-jz4780: Add missing residue DTC mask
Daniel Silsby
1
-1
/
+2
2018-09-11
dmaengine: dma-jz4780: Enable Fast DMA to the AIC
Paul Cercueil
1
-2
/
+3
2018-09-11
dmaengine: dma-jz4780: Add support for the JZ4725B SoC
Paul Cercueil
1
-3
/
+20
2018-09-11
dmaengine: dma-jz4780: Add support for the JZ4740 SoC
Paul Cercueil
1
-0
/
+6
2018-09-11
dmaengine: dma-jz4780: Add support for the JZ4770 SoC
Paul Cercueil
1
-7
/
+54
2018-09-11
dmaengine: dma-jz4780: Don't depend on MACH_JZ4780
Paul Cercueil
1
-1
/
+1
2018-09-11
dmaengine: dma-jz4780: Use 4-word descriptors
Paul Cercueil
1
-12
/
+9
2018-09-11
dmaengine: dma-jz4780: Separate chan/ctrl registers
Paul Cercueil
1
-41
/
+71
2018-09-11
dmaengine: dma-jz4780: Avoid hardcoding number of channels
Paul Cercueil
1
-9
/
+25
2018-09-11
dmaengine: dma-jz4780: Return error if not probed from DT
Paul Cercueil
1
-0
/
+5
2018-09-11
dt-bindings: jz4780-dma: Update bindings to reflect driver changes
Paul Cercueil
1
-4
/
+10
2018-09-11
dmaengine: fsl-edma: add ColdFire mcf5441x edma support
Angelo Dureghello
5
-4
/
+387
2018-09-11
dmaengine: fsl-edma: fix macros
Angelo Dureghello
1
-28
/
+22
2018-09-11
dmaengine: fsl-edma: add edma version and configurable registers
Angelo Dureghello
3
-74
/
+126
2018-09-11
dmaengine: fsl-edma: extract common fsl-edma code (no changes in behavior int...
Angelo Dureghello
4
-697
/
+795
2018-09-11
dmaengine: pxa: fix semicolon.cocci warnings
kbuild test robot
1
-1
/
+1
2018-09-11
dmaengine: Revert "dmaengine: add COMPILE_TEST for the drivers"
Vinod Koul
1
-2
/
+2
2018-09-03
dmaengine: at_xdmac: move spin_lock_bh to spin_lock in tasklet
Barry Song
1
-2
/
+2
2018-09-03
dmaengine: mv_xor: move spin_lock_bh to spin_lock in tasklet
Barry Song
1
-2
/
+2
2018-09-03
dmaengine: fsldma: move spin_lock_bh to spin_lock in tasklet
Barry Song
1
-2
/
+2
2018-08-29
dmaengine: dw: Add alternative ACPI HIDs for Cherry Trail DMA controllers
Hans de Goede
1
-0
/
+2
2018-08-29
dmaengine: add COMPILE_TEST for the drivers
Huang Shijie
1
-2
/
+2
[next]