summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dma: tegra: add support for Tegra148/124Laxman Dewangan2014-01-201-7/+55
* dma: dw: use %pad instead of casting dma_addr_tAndy Shevchenko2014-01-201-8/+6
* dma: dw: join split up messagesAndy Shevchenko2014-01-201-5/+4
* dma: dw: fix style of multiline commentAndy Shevchenko2014-01-201-4/+8
* dmaengine: k3dma: fix sparse warningsZhangfei Gao2014-01-201-2/+2
* dma: pl330: Use dma_get_slave_channel() in the of xlate callbackLars-Peter Clausen2014-01-201-27/+8
* dma: pl330: Differentiate between submitted and issued descriptorsLars-Peter Clausen2014-01-201-4/+20
* dmaengine: sirf: Add device_slave_caps interfaceRongjun Ying2014-01-201-0/+20
* DMA: Freescale: change BWC from 256 bytes to 1024 bytesHongbo Zhang2014-01-201-1/+1
* dmaengine: Add MOXA ART DMA engine driverJonas Jensen2014-01-203-0/+708
* dmaengine: Add DMA_PRIVATE to BCM2835 driverFlorian Meier2014-01-201-0/+1
* dma: imx-sdma: Assign a default script number for ROM firmware casesNicolin Chen2014-01-131-0/+4
* dma:mmp_tdma: get sram pool through device treeNenghua Cao2014-01-091-4/+18
* dmaengine: Add support for BCM2835Florian Meier2014-01-073-0/+713
* Merge branch 'topic/of' into for-linusVinod Koul2014-01-072-13/+32
|\
| * dma: add dma_get_any_slave_channel(), for use in of_xlate()Stephen Warren2013-12-102-23/+35
* | Merge branch 'topic/defer_probe' into for-linusVinod Koul2014-01-072-10/+40
|\ \
| * | dma: add channel request API that supports deferred probeStephen Warren2013-12-102-10/+40
| |/
* | dma: pl08x: allow zero slave channelsLinus Walleij2013-12-181-1/+1
* | dma: edma: Set debug level to debugging messagesEzequiel Garcia2013-12-181-3/+3
* | dmaengine: mmp: fix uninitialized variableVinod Koul2013-12-161-1/+1
* | dmaengine: mmp_tdma: fix the 'pointer from integer' warningsVinod Koul2013-12-161-2/+2
* | mmp_pdma: Style neateningJoe Perches2013-12-161-99/+105
* | dma: imx-sdma: Add new dma type for ssi dual fifo scriptNicolin Chen2013-12-161-0/+4
* | dma: imx-sdma: Add sdma firmware version 2 supportNicolin Chen2013-12-161-1/+14
* | dma: pl330: Alloc dma_parms for the dma deviceLars-Peter Clausen2013-12-161-0/+6
* | dma: fix build breakage in s3c24xx-dmaDan Williams2013-12-041-30/+1
* | Fix pl08x warningsRussell King - ARM Linux2013-12-041-1/+1
* | rcar-hpbdma: initialise plane information when haltedKuninori Morimoto2013-11-281-0/+3
* | rcar-hpbdma: fixup channel busy check for double planeKuninori Morimoto2013-11-281-1/+5
* | rcar-hpbdma: add max transfer sizeKuninori Morimoto2013-11-281-0/+2
* | dma: mmp_pdma: add missing platform_set_drvdata() in mmp_pdma_probe()Wei Yongjun2013-11-281-0/+1
* | dmaengine: s3c24xx-dma: use DMA_COMPLETE for dma completion statusSachin Kamat2013-11-281-1/+1
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-2040-1893/+1297
|\
| * Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-1620-1592/+624
| |\
| | * dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registersEzequiel Garcia2013-11-142-13/+15
| | * dma: mv_xor: Remove unneeded NULL address checkEzequiel Garcia2013-11-141-4/+0
| | * ioat: fix ioat3_irq_reinitDan Williams2013-11-142-26/+15
| | * ioat: kill msix_single_vector supportDan Williams2013-11-143-32/+3
| | * ioatdma: clean up sed pool kmem_cacheDan Williams2013-11-144-42/+22
| | * ioatdma: fix selection of 16 vs 8 source pathDan Williams2013-11-141-15/+15
| | * ioatdma: fix sed pool selectionDan Williams2013-11-141-15/+1
| | * ioatdma: Fix bug in selftest after removal of DMA_MEMSET.Dave Jiang2013-11-141-0/+2
| | * dmatest: verbose modeDan Williams2013-11-141-7/+18
| | * dmatest: convert to dmaengine_unmap_dataDan Williams2013-11-141-42/+44
| | * dmatest: add a 'wait' parameterDan Williams2013-11-141-25/+47
| | * dmatest: add basic performance metricsDan Williams2013-11-141-2/+33
| | * dmatest: add support for skipping verification and random data setupDan Williams2013-11-141-11/+33
| | * dmatest: use pseudo random numbersDan Williams2013-11-141-1/+1
| | * dmatest: support xor-only, or pq-only channels in testsDan Williams2013-11-141-26/+32