index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-13
dma: use dev_get_platdata()
Jingoo Han
10
-17
/
+18
2013-08-13
dma: sirf: use NULL instead of 0
Jingoo Han
1
-1
/
+1
2013-08-13
dma: mv_xor: use NULL instead of 0
Jingoo Han
1
-1
/
+1
2013-08-13
dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()
Jingoo Han
1
-1
/
+2
2013-08-05
dma: mmp_pdma: clear DRCMR when free a phy channel
Xiang Wang
1
-0
/
+6
2013-08-05
dma: mmp_pdma: add protect when alloc/free phy channels
Xiang Wang
1
-16
/
+26
2013-08-05
dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESS
Andy Shevchenko
1
-1
/
+1
2013-08-05
dma: dw: return DMA_SUCCESS immediately from device_tx_status()
Andy Shevchenko
1
-4
/
+4
2013-08-05
dma: dw: allow shared interrupts
Andy Shevchenko
1
-5
/
+8
2013-08-05
dma: dw: improve comparison with ~0
Andy Shevchenko
1
-5
/
+11
2013-08-05
dma: dw: append MODULE_DEVICE_TABLE for ACPI case
Andy Shevchenko
1
-0
/
+1
2013-08-05
acpi-dma: fix sparse warning
Andy Shevchenko
1
-1
/
+1
2013-08-05
txx9dmac: return DMA_SUCCESS immediately from device_tx_status()
Andy Shevchenko
1
-7
/
+6
2013-08-05
mmp_tdma: set cookies as well when asked for tx status
Andy Shevchenko
1
-1
/
+2
2013-08-05
ipu_idmac: re-use dma_cookie_status()
Andy Shevchenko
1
-4
/
+1
2013-08-05
tegra20-apb-dma: remove useless use of lock
Andy Shevchenko
1
-5
/
+3
2013-08-05
pch_dma: remove useless use of lock
Andy Shevchenko
1
-8
/
+1
2013-08-05
mpc512x_dma: remove useless use of lock
Andy Shevchenko
1
-9
/
+1
2013-08-05
mmp_pdma: remove useless use of lock
Andy Shevchenko
1
-9
/
+1
2013-08-05
fsldma: remove useless use of lock
Andy Shevchenko
1
-9
/
+1
2013-08-05
ep93xx_dma: remove useless use of lock
Andy Shevchenko
1
-9
/
+1
2013-08-05
edma: no need to assign residue to 0 explicitly
Andy Shevchenko
1
-2
/
+0
2013-08-05
mxs-dma: remove useless variable
Andy Shevchenko
1
-3
/
+1
2013-08-05
imx-sdma: remove useless variable
Andy Shevchenko
1
-6
/
+3
2013-07-28
dma: pl330: Fix cyclic transfers
Lars-Peter Clausen
1
-26
/
+67
2013-07-22
pch_dma: fix error return code in pch_dma_probe()
Wei Yongjun
1
-0
/
+1
2013-07-09
drivers/dma/iop-adma.c: fix new warnings
Olof Johansson
1
-2
/
+2
2013-07-07
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
28
-433
/
+1633
2013-07-05
DMA: shdma: add DT support
Guennadi Liakhovetski
4
-13
/
+128
2013-07-05
DMA: shdma: (cosmetic) don't re-calculate a pointer
Guennadi Liakhovetski
1
-1
/
+1
2013-07-05
dmaengine: at_hdmac: prepare clk before calling enable
Boris BREZILLON
1
-6
/
+9
2013-07-05
dmaengine/trivial: at_hdmac: add curly brackets to if/else expressions
Nicolas Ferre
1
-2
/
+4
2013-07-05
dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors()
Nicolas Ferre
1
-31
/
+0
2013-07-05
dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT binding
Ludovic Desroches
1
-4
/
+21
2013-07-05
MIPS: jz4740: Remove custom DMA API
Lars-Peter Clausen
1
-37
/
+221
2013-07-05
dma: Add a jz4740 dmaengine driver
Lars-Peter Clausen
3
-0
/
+440
2013-07-05
dma: mmp_tdma: disable irq when disabling dma channel
Qiao Zhou
1
-0
/
+4
2013-07-05
dmaengine: PL08x: Avoid collisions with get_signal() macro
Mark Brown
1
-4
/
+4
2013-07-05
dmaengine: dw: select DW_DMAC_BIG_ENDIAN_IO automagically
Vinod Koul
2
-9
/
+8
2013-07-05
dma: dw: add PCI part of the driver
Andy Shevchenko
3
-0
/
+113
2013-07-05
dma: dw: split driver to library part and platform code
Andy Shevchenko
7
-279
/
+436
2013-07-05
dma: move dw_dmac driver to an own directory
Andy Shevchenko
6
-21
/
+27
2013-07-05
dw_dmac: don't check resource with devm_ioremap_resource
Andy Shevchenko
1
-4
/
+1
2013-07-05
dma: pl330: use dma_addr_t for describing bus addresses
Will Deacon
1
-1
/
+1
2013-07-05
dma: pl330: rip out broken, redundant ID probing
Will Deacon
1
-24
/
+3
2013-07-05
dma: imx-sdma: move to generic device tree bindings
Shawn Guo
1
-0
/
+40
2013-07-05
dmaengine: sirf: set dma residue based on the current dma transfer position
Rongjun Ying
1
-0
/
+17
2013-07-05
dma: tegra: avoid channel lock up after free
Dmitry Osipenko
1
-0
/
+1
2013-07-05
dma: tegra20-apbdma: err message correction
Dmitry Osipenko
1
-1
/
+1
2013-07-05
dw_dmac: remove inline marking of EXPORT_SYMBOL functions
Denis Efremov
1
-2
/
+2
[next]