summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2019-05-02dmaengine: dmatest: Abort test in case of mapping errorAndy Shevchenko1-18/+14
2019-05-02dmaengine: dmatest: unmap data on a single code-path when xfer doneAlexandru Ardelean1-4/+2
2019-05-02dmaengine: bcm2835: Fix abort of transactionsLukas Wunner1-32/+9
2019-05-02dmaengine: bcm2835: Fix interrupt race on RTLukas Wunner1-13/+17
2019-05-02dmaengine: bcm2835: add additional defines for DMA-registersMartin Sperl1-8/+49
2019-05-02dmaengine: imx-dma: fix wrong callback invokeLeonid Iziumtsev1-4/+4
2019-02-11dmaengine: at_hdmac: fix module unloadingRichard Genoud1-0/+2
2019-02-11dmaengine: at_hdmac: fix memory leak in at_dma_xlate()Richard Genoud1-1/+7
2018-11-20dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()Dan Carpenter1-1/+1
2018-03-03dmaengine: dmatest: fix container_of member in dmatest_callbackYang Shunyong1-1/+1
2018-03-03dmaengine: jz4740: disable/unprepare clk if probe failsTobias Jordan1-1/+3
2018-03-03dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis1-24/+31
2018-03-03dmaengine: dmatest: warn user when dma test times outAdam Wallis1-0/+1
2017-11-11dma: pl08x: Use correct specifier for size_t valuesMark Brown1-2/+2
2017-09-15dmaengine: ep93xx: Always start from BASE0Alexander Sverdlin1-0/+2
2016-03-04dmaengine: dw: disable BLOCK IRQs for non-cyclic xferAndy Shevchenko1-5/+10
2016-02-02dmaengine: dw: fix cyclic transfer callbacksMans Rullgard1-6/+15
2016-02-02dmaengine: dw: fix cyclic transfer setupMans Rullgard1-21/+1
2015-12-13dmaengine: dw: convert to __ffs()Andy Shevchenko1-6/+6
2015-10-28dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko1-2/+2
2015-07-15dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem2-26/+47
2015-04-13dmaengine: omap-dma: Fix memory leak when terminating running transferPeter Ujfalusi1-0/+1
2015-04-13dmaengine: edma: fix memory leak when terminating running transfersPetr Kulhavy1-0/+6
2015-03-30dmaengine: dw: append MODULE_ALIAS for platform driverAndy Shevchenko1-1/+4
2014-10-06dmaengine: dw: don't perform DMA when dmaengine_submit is calledAndy Shevchenko2-13/+7
2014-10-06dmaengine: dw: introduce dwc_dostart_first_queued() helperAndy Shevchenko1-8/+11
2014-07-01Update imx-sdma cyclic handling to report residueRussell King - ARM Linux1-4/+18
2014-07-01dma: cppi41: handle 0-length packetsDaniel Mack1-3/+10
2014-06-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds19-374/+2270
2014-06-09Merge branch 'topic/xilinx' into for-linusVinod Koul4-0/+1395
2014-06-09Merge branch 'topic/dw' into for-linusVinod Koul2-23/+39
2014-06-03dmaengine: sh: don't use dynamic static allocationVinod Koul1-1/+9
2014-06-03dmaengine: sh: fix print specifier warningsVinod Koul1-1/+1
2014-06-03dmaengine: sh: make shdma_prep_dma_cyclic staticVinod Koul1-1/+1
2014-06-03Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-75/+260
2014-06-01dmaengine: Kconfig: Update MXS_DMA help text to include MX6Q/MX6DLFabio Estevam1-1/+1
2014-06-01dmaengine: shdma: Enable driver compilation with COMPILE_TESTLaurent Pinchart1-1/+1
2014-06-01dmaengine: rcar-hpbdma: Include linux/err.hLaurent Pinchart1-0/+1
2014-06-01dmaengine: sudmac: Include linux/err.hLaurent Pinchart1-0/+1
2014-06-01dmaengine: sudmac: Keep #include sorted alphabeticallyLaurent Pinchart1-3/+3
2014-06-01dmaengine: shdmac: Include linux/err.hLaurent Pinchart1-0/+1
2014-06-01dmaengine: shdmac: Keep #include sorted alphabeticallyLaurent Pinchart1-7/+7
2014-06-01dmaengine: s3c24xx-dma: Add cyclic transfer supportVasily Khoruzhick1-1/+111
2014-06-01dmaengine: s3c24xx-dma: Process whole SG chainVasily Khoruzhick1-1/+0
2014-06-01dmaengine: imx: correct sdmac->status for cyclic dma txJiada Wang1-2/+0
2014-05-28Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-9/+6
2014-05-22dmaengine: pch: fix compilation for alpha targetVinod Koul1-0/+1
2014-05-22dmaengine: dw: check return code of dma_async_device_register()Andy Shevchenko1-2/+6
2014-05-22dmaengine: dw: fix regression in dw_probe() functionAndy Shevchenko1-9/+24
2014-05-22dmaengine: dw: enable clock before accessAndy Shevchenko1-5/+5