index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
cppi41.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-13
dma: pl330: off by one in pl330_probe()
Dan Carpenter
1
-1
/
+1
2013-11-13
dma: mxs-dma: Use semaphores for cyclic DMA
Markus Pargmann
1
-6
/
+35
2013-11-13
dma: mxs-dma: Update state after channel reset
Markus Pargmann
1
-1
/
+3
2013-11-13
dma: mxs-dma: Fix channel reset hardware bug
Markus Pargmann
1
-2
/
+27
2013-11-13
dma: mxs-dma: Report correct residue for cyclic DMA
Markus Pargmann
1
-1
/
+19
2013-11-13
dma: mxs-dma: Cleanup interrupt handler
Markus Pargmann
1
-36
/
+60
2013-11-13
DMA: Freescale: update driver to support 8-channel DMA engine
Hongbo Zhang
3
-8
/
+12
2013-11-13
DMA: Freescale: Add new 8-channel DMA engine device tree nodes
Hongbo Zhang
5
-4
/
+238
2013-11-13
DMA: Freescale: revise device tree binding document
Hongbo Zhang
1
-37
/
+31
2013-11-13
dma: imx-sdma: Fix warnings for LPAE builds
Olof Johansson
1
-4
/
+4
2013-11-13
dmaengine: ipu: fix warnings from 64-bit dma_addr_t printouts
Olof Johansson
1
-2
/
+4
2013-11-13
dmaengine: edma: remove duplicate kfree
Vinod Koul
1
-1
/
+0
2013-11-12
dma: cppi41: return code > 0 of pm_runtime_get_sync() is not an error
Sebastian Andrzej Siewior
1
-1
/
+1
2013-11-12
dma: cppi41: redo descriptor collection in abort case
Sebastian Andrzej Siewior
1
-26
/
+16
2013-11-12
dma: cppi41: use cppi41_pop_desc() where possible
Daniel Mack
1
-12
/
+11
2013-11-12
dma: cppi41: restore more registers
Daniel Mack
1
-0
/
+15
2013-11-12
fix missing edma changes to EDMA_DMA_COMPLETE status
Sebastian Andrzej Siewior
1
-1
/
+1
2013-11-12
dma: edma: Add support for Cyclic DMA
Joel Fernandes
1
-8
/
+151
2013-10-31
dma: pl330: Remove unnecessary amba_set_drvdata()
Michal Simek
1
-3
/
+0
2013-10-31
dmaengine: imx-dma: fix format warnings
Russell King
1
-17
/
+23
2013-10-30
dmanengine: fix edma driver to not define DMA_COMPLETE
Vinod Koul
3
-8
/
+8
2013-10-28
Linux 3.12-rc7
v3.12-rc7
Linus Torvalds
1
-1
/
+1
2013-10-27
parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM
Helge Deller
1
-0
/
+4
2013-10-25
vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter
Nicholas Bellinger
1
-1
/
+1
2013-10-25
target/pscsi: fix return value check
Wei Yongjun
1
-4
/
+4
2013-10-25
mtd: gpmi: fix ECC regression
David Woodhouse
1
-1
/
+1
2013-10-25
seq_file: always update file->f_pos in seq_lseek()
Gu Zheng
1
-0
/
+2
2013-10-25
acpi-cpufreq: Fail initialization if driver cannot be registered
Rafael J. Wysocki
1
-4
/
+4
2013-10-25
dmaengine: remove unused DMA_SUCCESS
Vinod Koul
1
-1
/
+1
2013-10-25
net: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-2
/
+2
2013-10-25
serial: sh: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-1
/
+1
2013-10-25
async_tx: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-2
/
+2
2013-10-25
dmaengine: txx9: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-2
/
+2
2013-10-25
dmaengine: tegra: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-2
/
+2
2013-10-25
dmaengine: ste: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-1
/
+1
2013-10-25
dmaengine: sh: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-1
/
+1
2013-10-25
dmaengine: sa11x0: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-1
/
+1
2013-10-25
dmaengine: ppc4xx: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-1
/
+1
2013-10-25
dmaengine: omap: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-1
/
+1
2013-10-25
dmaengine: mxs-dma: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-3
/
+3
2013-10-25
dmaengine: mv_xor: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-3
/
+3
2013-10-25
dmaengine: mmp_tdma: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-3
/
+3
2013-10-25
dmaengine: k3dma: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-1
/
+1
2013-10-25
dmaengine: iop: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-8
/
+8
2013-10-25
dmaengine: ioat: use DMA_COMPLETE for dma completion status
Vinod Koul
2
-6
/
+6
2013-10-25
dmaengine: intel_mid_dma: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-2
/
+2
2013-10-25
dmaengine: imx-sdma: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-1
/
+1
2013-10-25
dmaengine: imx-dma: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-1
/
+1
2013-10-25
dmaengine: edma: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-1
/
+1
2013-10-25
dmaengine: dw: use DMA_COMPLETE for dma completion status
Vinod Koul
1
-2
/
+2
[next]