aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2017-06-14dmaengine: ep93xx: Always start from BASE0Alexander Sverdlin
2016-05-30dmaengine: imx-sdma: switch to dynamic context mode after script loadedRobin Gong
2016-04-20dmaengine: dw: fix master selectionAndy Shevchenko
2016-03-04dmaengine: dw: disable BLOCK IRQs for non-cyclic xferAndy Shevchenko
2016-02-09dmaengine: dw: fix cyclic transfer callbacksMans Rullgard
2016-02-09dmaengine: dw: fix cyclic transfer setupMans Rullgard
2016-02-09dmaengine: dw: Make error prints unique. Part #1Jarkko Nikula
2015-10-27dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko
2015-07-03dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem
2015-06-28dmaengine: shdmac: avoid unused variable warningsArnd Bergmann
2015-04-24dmaengine: omap-dma: Fix memory leak when terminating running transferPeter Ujfalusi
2015-04-24dmaengine: edma: fix memory leak when terminating running transfersPetr Kulhavy
2015-04-16dmaengine: dw: append MODULE_ALIAS for platform driverAndy Shevchenko
2014-11-21Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-11-17dmaengine: Fix allocation size for PL330 data buffer depth.Liviu Dudau
2014-11-17dmaengine: pl330: Limit MFIFO usage for memcpy to avoid exhausting entriesJon Medhurst
2014-11-17dmaengine: pl330: Align DMA memcpy operations to MFIFO widthJon Medhurst
2014-11-12dmaengine: sun6i: Fix memcpy operationMaxime Ripard
2014-11-05dma: edma: move device registration to platform codeArnd Bergmann
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-10-15Merge branch 'topic/dma_control_fsl_acks' into for-linusVinod Koul
2014-10-15Merge branch 'topic/dma_control_cleanup_acks' into for-linusVinod Koul
2014-10-15dmaengine: freescale: remove FSLDMA_EXTERNAL_START control methodVinod Koul
2014-10-15dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul
2014-10-15dmaengine: coh901318: use dmaengine_terminate_all() APIVinod Koul
2014-10-15dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause()Sebastian Andrzej Siewior
2014-10-15dmaengine: dw: export probe()/remove() and Co to usersAndy Shevchenko
2014-10-15dmaengine: dw: enable and disable controller when neededAndy Shevchenko
2014-10-15dmaengine: dw: always export dw_dma_{en,dis}ableAndy Shevchenko
2014-10-15dmaengine: dw: introduce dw_dma_on() helperAndy Shevchenko
2014-10-15dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko
2014-10-15dmaengine: dw: move private definitions to regs.hAndy Shevchenko
2014-10-15dma: cppi41: Switch to using managed resource in probeKiran Padwal
2014-10-15dmaengine: pl330: Fix NULL pointer dereference on driver unbindKrzysztof Kozlowski
2014-10-15dmaengine: pl330: Fix NULL pointer dereference on probe failureKrzysztof Kozlowski
2014-10-15dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req()Krzysztof Kozlowski
2014-10-15dmaengine: pl330: Remove non-NULL check for pl330_submit_req parametersKrzysztof Kozlowski
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-09-28dma: imx-sdma: fix another incorrect __init annotationArnd Bergmann
2014-09-28net_dma: simple removalDan Williams
2014-09-24dmaengine: sun6i: Remove obsolete clk muxing codeChen-Yu Tsai
2014-09-23dma: Kconfig: Include mx6 in the IMX_SDMA help sectionFabio Estevam
2014-09-23dmatest: prevent memory leakage on error path in threadAndy Shevchenko
2014-09-23dma: mv_xor: Add support for DMA_INTERRUPTLior Amsalem
2014-09-23dma: mv_xor: Remove dead codeEzequiel Garcia
2014-09-23dma: mv_xor: Reduce interrupts by enabling EOD only when neededLior Amsalem
2014-09-23dma: mv_xor: Remove all interrupt magic numbersEzequiel Garcia
2014-09-23dma: mv_xor: Remove multi-slot supportLior Amsalem
2014-09-23dma: mv_xor: Simplify the DMA_MEMCPY operationLior Amsalem
2014-09-23dma: mv_xor: Replace printk with dev_infoEzequiel Garcia