summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2018-12-05dmaengine: sprd: Get transfer residue depending on the transfer directionEric Long
2018-12-05dmaengine: sprd: Remove direction usage from struct dma_slave_configBaolin Wang
2018-12-05dmaengine: cppi41: delete channel from pending list when stop channelBin Liu
2018-12-05dmaengine: imx-sdma: use GFP_NOWAIT for dma descriptor allocationsLucas Stach
2018-12-05dmaengine: imx-sdma: implement channel termination via workerLucas Stach
2018-12-05Revert "dmaengine: imx-sdma: alloclate bd memory from dma pool"Lucas Stach
2018-12-05Revert "dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations"Lucas Stach
2018-12-05dmaengine: dmatest: fix a small memory leak in dmatest_func()Dan Carpenter
2018-12-05dmaengine: sh: Remove R-Mobile APE6 supportGeert Uytterhoeven
2018-12-03dmaengine: pxa: make the filter function internalRobert Jarzmik
2018-11-29dmaengine: at_hdmac: fix module unloadingRichard Genoud
2018-11-29dmaengine: at_hdmac: fix memory leak in at_dma_xlate()Richard Genoud
2018-11-26dmaengine: coh901318: Remove unused variableVinod Koul
2018-11-24dmaengine: ste_dma40: remove dma_slave_config direction usageVinod Koul
2018-11-24dmaengine: pl330: remove dma_slave_config direction usageVinod Koul
2018-11-24dmaengine: imx-sdma: remove dma_slave_config direction usage and leave sdma_e...Vinod Koul
2018-11-24dmaengine: dw-dmac: implement dma protection control settingChristian Lamparter
2018-11-24dmaengine: coh901318: Fix a double-lock bugJia-Ju Bai
2018-11-24dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driverMasahiro Yamada
2018-11-24dmaengine: dmatest: move size checks earlier in functionAlexandru Ardelean
2018-11-24dmaengine: dmatest: use dmaengine_terminate_sync() insteadAlexandru Ardelean
2018-11-24dmaengine: dmatest: unmap data on a single code-path when xfer doneAlexandru Ardelean
2018-11-24dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_llNathan Chancellor
2018-11-24dmaengine: imx-sdma: Use a single line for dma_alloc_coherent()Fabio Estevam
2018-11-11dmaengine: xilinx_dma: Fix 64-bit simple CDMA transferRadhey Shyam Pandey
2018-11-11dmaengine: xilinx_dma: Introduce helper macro for preparing dma addressRadhey Shyam Pandey
2018-11-11dmaengine: xilinx_dma: Refactor axidma channel allocationRadhey Shyam Pandey
2018-11-11dmaengine: mediatek: Add MediaTek Command-Queue DMA controller for MT6765 SoCShun-Chih Yu
2018-11-11dmaengine: ep93xx: fix some typoYangtao Li
2018-11-11dmaengine: sa11x0: unexport sa11x0_dma_filter_fn and clean upRussell King
2018-11-11dmaengine: sh: convert to SPDX identifiersKuninori Morimoto
2018-11-11dmaengine: bcm2835: Switch to SPDX identifierStefan Wahren
2018-11-11dmaengine: bcm2835: make license text and module license matchStefan Wahren
2018-11-05dmaengine: mmp_pdma: remove dma_slave_config direction usageVinod Koul
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-25Merge tag 'dmaengine-4.20-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2018-10-24Merge branch 'topic/stm' into for-linusVinod Koul
2018-10-24Merge branch 'topic/sprd' into for-linusVinod Koul
2018-10-24Merge branch 'topic/renesas' into for-linusVinod Koul
2018-10-24Merge branch 'topic/owl' into for-linusVinod Koul
2018-10-24Merge branch 'topic/of' into for-linusVinod Koul
2018-10-24Merge branch 'topic/mv' into for-linusVinod Koul
2018-10-24Merge branch 'topic/jz' into for-linusVinod Koul
2018-10-24Merge branch 'topic/intel' into for-linusVinod Koul
2018-10-24Merge branch 'topic/fsl' into for-linusVinod Koul
2018-10-24Merge branch 'topic/dw' into for-linusVinod Koul
2018-10-24Merge branch 'topic/dmam' into for-linusVinod Koul
2018-10-24Merge branch 'topic/dirn_remove' into for-linusVinod Koul
2018-10-24Merge branch 'topic/at' into for-linusVinod Koul
2018-10-16dmaengine: ppc4xx: fix off-by-one build failureChristian Lamparter