summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: tegra: avoid overflow of byte trackingBen Dooks2019-04-271-1/+4
* dmaengine: imx-dma: fix warning comparison of distinct pointer typesAnders Roxell2019-04-271-1/+1
* dmaengine: dmatest: Abort test in case of mapping errorAndy Shevchenko2019-03-231-16/+12
* dmaengine: imx-dma: fix wrong callback invokeLeonid Iziumtsev2019-02-201-4/+4
* dmaengine: at_hdmac: fix module unloadingRichard Genoud2018-12-131-0/+2
* dmaengine: at_hdmac: fix memory leak in at_dma_xlate()Richard Genoud2018-12-131-1/+7
* dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()Dan Carpenter2018-08-281-1/+1
* dmaengine: pl330: fix a race condition in case of threaded irqsQi Hou2018-05-301-2/+4
* dmaengine: jz4740: disable/unprepare clk if probe failsTobias Jordan2018-02-251-1/+3
* dmaengine: Fix array index out of bounds warning in __get_unmap_pool()Matthias Kaehlcke2017-12-201-0/+2
* dmaengine: ep93xx: Always start from BASE0Alexander Sverdlin2017-06-141-0/+2
* dmaengine: imx-sdma: switch to dynamic context mode after script loadedRobin Gong2016-05-301-3/+4
* dmaengine: dw: fix master selectionAndy Shevchenko2016-04-201-15/+19
* dmaengine: dw: disable BLOCK IRQs for non-cyclic xferAndy Shevchenko2016-03-041-5/+10
* dmaengine: dw: fix cyclic transfer callbacksMans Rullgard2016-02-091-6/+15
* dmaengine: dw: fix cyclic transfer setupMans Rullgard2016-02-091-22/+1
* dmaengine: dw: Make error prints unique. Part #1Jarkko Nikula2016-02-091-2/+4
* dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko2015-10-271-2/+2
* dmaengine: mv_xor: bug fix for racing condition in descriptors cleanupLior Amsalem2015-07-032-26/+47
* dmaengine: shdmac: avoid unused variable warningsArnd Bergmann2015-06-281-2/+2
* dmaengine: omap-dma: Fix memory leak when terminating running transferPeter Ujfalusi2015-04-241-0/+1
* dmaengine: edma: fix memory leak when terminating running transfersPetr Kulhavy2015-04-241-0/+7
* dmaengine: dw: append MODULE_ALIAS for platform driverAndy Shevchenko2015-04-161-1/+4
* Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-11-212-38/+46
|\
| * dmaengine: Fix allocation size for PL330 data buffer depth.Liviu Dudau2014-11-171-2/+2
| * dmaengine: pl330: Limit MFIFO usage for memcpy to avoid exhausting entriesJon Medhurst2014-11-171-1/+1
| * dmaengine: pl330: Align DMA memcpy operations to MFIFO widthJon Medhurst2014-11-171-4/+13
| * dmaengine: sun6i: Fix memcpy operationMaxime Ripard2014-11-121-31/+30
* | dma: edma: move device registration to platform codeArnd Bergmann2014-11-051-39/+1
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-10-1818-479/+359
|\
| * Merge branch 'topic/dma_control_fsl_acks' into for-linusVinod Koul2014-10-151-10/+15
| |\
| | * dmaengine: freescale: remove FSLDMA_EXTERNAL_START control methodVinod Koul2014-10-151-9/+0
| | * dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul2014-10-151-1/+15
| * | Merge branch 'topic/dma_control_cleanup_acks' into for-linusVinod Koul2014-10-151-1/+1
| |\ \
| | * | dmaengine: coh901318: use dmaengine_terminate_all() APIVinod Koul2014-10-151-1/+1
| | |/
| * | dmaengine: edma: check for echan->edesc => NULL in edma_dma_pause()Sebastian Andrzej Siewior2014-10-151-1/+1
| * | dmaengine: dw: export probe()/remove() and Co to usersAndy Shevchenko2014-10-151-26/+3
| * | dmaengine: dw: enable and disable controller when neededAndy Shevchenko2014-10-152-25/+36
| * | dmaengine: dw: always export dw_dma_{en,dis}ableAndy Shevchenko2014-10-154-30/+12
| * | dmaengine: dw: introduce dw_dma_on() helperAndy Shevchenko2014-10-151-2/+7
| * | dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko2014-10-151-0/+2
| * | dmaengine: dw: move private definitions to regs.hAndy Shevchenko2014-10-151-3/+29
| * | dma: cppi41: Switch to using managed resource in probeKiran Padwal2014-10-151-11/+5
| * | dmaengine: pl330: Fix NULL pointer dereference on driver unbindKrzysztof Kozlowski2014-10-151-2/+4
| * | dmaengine: pl330: Fix NULL pointer dereference on probe failureKrzysztof Kozlowski2014-10-151-2/+4
| * | dmaengine: pl330: Remove unused 'regs' variable in pl330_submit_req()Krzysztof Kozlowski2014-10-151-3/+0
| * | dmaengine: pl330: Remove non-NULL check for pl330_submit_req parametersKrzysztof Kozlowski2014-10-151-4/+0
| * | dma: imx-sdma: fix another incorrect __init annotationArnd Bergmann2014-09-281-1/+1
| * | dmaengine: sun6i: Remove obsolete clk muxing codeChen-Yu Tsai2014-09-241-23/+0
| * | dma: Kconfig: Include mx6 in the IMX_SDMA help sectionFabio Estevam2014-09-231-1/+1