summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: dw: convert to __ffs()Andy Shevchenko2016-03-031-6/+6
* dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko2015-10-221-2/+2
* dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem2015-08-032-26/+47
* dmaengine: omap-dma: Fix memory leak when terminating running transferPeter Ujfalusi2015-04-191-0/+1
* dmaengine: dw: append MODULE_ALIAS for platform driverAndy Shevchenko2015-04-131-1/+4
* dmaengine: dw: don't perform DMA when dmaengine_submit is calledAndy Shevchenko2014-10-052-13/+7
* dmaengine: dw: introduce dwc_dostart_first_queued() helperAndy Shevchenko2014-10-051-8/+11
* dmaengine: dw: went back to plain {request,free}_irq() callsAndy Shevchenko2014-06-071-5/+6
* dma: mv_xor: Flush descriptors before activating a channelEzequiel Garcia2014-06-071-5/+3
* dmaengine: fix dmaengine_unmap failureXuelin Shi2014-06-071-0/+2
* dma: edma: fix incorrect SG list handlingSekhar Nori2014-05-131-2/+4
* Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-03-012-1/+4
|\
| * dma: sdma: Add imx25 compatibleMarkus Pargmann2014-02-181-0/+1
| * dma: ste_dma40: don't dereference free:d descriptorLinus Walleij2014-02-171-1/+3
* | ioat: fix tasklet tear downDan Williams2014-02-254-13/+54
* | dma: mv_xor: Silence a bunch of LPAE-related warningsOlof Johansson2014-02-121-12/+12
* | ARM: moxart: move DMA_OF selection to driverRob Herring2014-02-021-0/+1
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-01-2921-184/+1737
|\
| * dmaengine: mmp_pdma: fix mismergeArnd Bergmann2014-01-291-8/+0
| * dma: pl08x: Export pl08x_filter_idSachin Kamat2014-01-281-0/+2
| * acpi-dma: align documentation with kernel-doc formatAndy Shevchenko2014-01-261-12/+24
| * dma: fix vchan_cookie_complete() debug printJonas Jensen2014-01-261-1/+3
| * DMA: dmatest: extend the "device" module parameter to 32 charactersGuennadi Liakhovetski2014-01-201-2/+2
| * drivers/dma: fix error return codeJulia Lawall2014-01-202-1/+4
| * dma: omap: Set debug level to debugging messagesEzequiel Garcia2014-01-201-2/+2
| * 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
| |\
| * \ Merge branch 'topic/defer_probe' into for-linusVinod Koul2014-01-072-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
* | | | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-01-231-0/+4
|\ \ \ \