index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
Commit message (
Expand
)
Author
Age
Files
Lines
*
dma: dw: return DMA_PAUSED only if cookie status is DMA_IN_PROGRESS
Andy Shevchenko
2013-08-05
1
-1
/
+1
*
dma: dw: return DMA_SUCCESS immediately from device_tx_status()
Andy Shevchenko
2013-08-05
1
-4
/
+4
*
dma: dw: allow shared interrupts
Andy Shevchenko
2013-08-05
1
-5
/
+8
*
dma: dw: improve comparison with ~0
Andy Shevchenko
2013-08-05
1
-5
/
+11
*
dma: dw: append MODULE_DEVICE_TABLE for ACPI case
Andy Shevchenko
2013-08-05
1
-0
/
+1
*
acpi-dma: fix sparse warning
Andy Shevchenko
2013-08-05
1
-1
/
+1
*
txx9dmac: return DMA_SUCCESS immediately from device_tx_status()
Andy Shevchenko
2013-08-05
1
-7
/
+6
*
mmp_tdma: set cookies as well when asked for tx status
Andy Shevchenko
2013-08-05
1
-1
/
+2
*
ipu_idmac: re-use dma_cookie_status()
Andy Shevchenko
2013-08-05
1
-4
/
+1
*
tegra20-apb-dma: remove useless use of lock
Andy Shevchenko
2013-08-05
1
-5
/
+3
*
pch_dma: remove useless use of lock
Andy Shevchenko
2013-08-05
1
-8
/
+1
*
mpc512x_dma: remove useless use of lock
Andy Shevchenko
2013-08-05
1
-9
/
+1
*
mmp_pdma: remove useless use of lock
Andy Shevchenko
2013-08-05
1
-9
/
+1
*
fsldma: remove useless use of lock
Andy Shevchenko
2013-08-05
1
-9
/
+1
*
ep93xx_dma: remove useless use of lock
Andy Shevchenko
2013-08-05
1
-9
/
+1
*
edma: no need to assign residue to 0 explicitly
Andy Shevchenko
2013-08-05
1
-2
/
+0
*
mxs-dma: remove useless variable
Andy Shevchenko
2013-08-05
1
-3
/
+1
*
imx-sdma: remove useless variable
Andy Shevchenko
2013-08-05
1
-6
/
+3
*
dma: pl330: Fix cyclic transfers
Lars-Peter Clausen
2013-07-28
1
-26
/
+67
*
pch_dma: fix error return code in pch_dma_probe()
Wei Yongjun
2013-07-22
1
-0
/
+1
*
drivers/dma/iop-adma.c: fix new warnings
Olof Johansson
2013-07-09
1
-2
/
+2
*
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2013-07-07
28
-433
/
+1633
|
\
|
*
DMA: shdma: add DT support
Guennadi Liakhovetski
2013-07-05
4
-13
/
+128
|
*
DMA: shdma: (cosmetic) don't re-calculate a pointer
Guennadi Liakhovetski
2013-07-05
1
-1
/
+1
|
*
dmaengine: at_hdmac: prepare clk before calling enable
Boris BREZILLON
2013-07-05
1
-6
/
+9
|
*
dmaengine/trivial: at_hdmac: add curly brackets to if/else expressions
Nicolas Ferre
2013-07-05
1
-2
/
+4
|
*
dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors()
Nicolas Ferre
2013-07-05
1
-31
/
+0
|
*
dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT binding
Ludovic Desroches
2013-07-05
1
-4
/
+21
|
*
MIPS: jz4740: Remove custom DMA API
Lars-Peter Clausen
2013-07-05
1
-37
/
+221
|
*
dma: Add a jz4740 dmaengine driver
Lars-Peter Clausen
2013-07-05
3
-0
/
+440
|
*
dma: mmp_tdma: disable irq when disabling dma channel
Qiao Zhou
2013-07-05
1
-0
/
+4
|
*
dmaengine: PL08x: Avoid collisions with get_signal() macro
Mark Brown
2013-07-05
1
-4
/
+4
|
*
dmaengine: dw: select DW_DMAC_BIG_ENDIAN_IO automagically
Vinod Koul
2013-07-05
2
-9
/
+8
|
*
dma: dw: add PCI part of the driver
Andy Shevchenko
2013-07-05
3
-0
/
+113
|
*
dma: dw: split driver to library part and platform code
Andy Shevchenko
2013-07-05
7
-279
/
+436
|
*
dma: move dw_dmac driver to an own directory
Andy Shevchenko
2013-07-05
6
-21
/
+27
|
*
dw_dmac: don't check resource with devm_ioremap_resource
Andy Shevchenko
2013-07-05
1
-4
/
+1
|
*
dma: pl330: use dma_addr_t for describing bus addresses
Will Deacon
2013-07-05
1
-1
/
+1
|
*
dma: pl330: rip out broken, redundant ID probing
Will Deacon
2013-07-05
1
-24
/
+3
|
*
dma: imx-sdma: move to generic device tree bindings
Shawn Guo
2013-07-05
1
-0
/
+40
|
*
dmaengine: sirf: set dma residue based on the current dma transfer position
Rongjun Ying
2013-07-05
1
-0
/
+17
|
*
dma: tegra: avoid channel lock up after free
Dmitry Osipenko
2013-07-05
1
-0
/
+1
|
*
dma: tegra20-apbdma: err message correction
Dmitry Osipenko
2013-07-05
1
-1
/
+1
|
*
dw_dmac: remove inline marking of EXPORT_SYMBOL functions
Denis Efremov
2013-07-05
1
-2
/
+2
|
*
dma: timb_dma: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-07-05
1
-2
/
+0
|
*
dma: at_hdmac: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-07-05
1
-2
/
+0
|
*
dma: mxs-dma: Staticize mxs_dma_xlate
Fabio Estevam
2013-07-05
1
-1
/
+1
|
*
dma: use platform_{get,set}_drvdata()
Jingoo Han
2013-07-05
2
-6
/
+4
|
*
DMA: AT91: Get residual bytes in dma buffer
Elen Song
2013-07-05
2
-18
/
+115
|
*
DMA: AT91: Get transfer width
Elen Song
2013-07-05
2
-0
/
+5
[next]