summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-011-1/+1
|\
| *-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-1/+1
| |\ \
| | | * dmaengine: sh: rcar-dmac: Use device_iommu_mapped()Joerg Roedel2018-12-171-1/+1
| | |/
* | | Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-01-0130-354/+2073
|\ \ \
| * \ \ Merge branch 'topic/xilinx' into for-linusVinod Koul2018-12-312-21/+25
| |\ \ \
| | * | | dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_llNathan Chancellor2018-11-241-1/+1
| | * | | dmaengine: xilinx_dma: Fix 64-bit simple CDMA transferRadhey Shyam Pandey2018-11-111-2/+4
| | * | | dmaengine: xilinx_dma: Introduce helper macro for preparing dma addressRadhey Shyam Pandey2018-11-111-0/+2
| | * | | dmaengine: xilinx_dma: Refactor axidma channel allocationRadhey Shyam Pandey2018-11-111-18/+18
| | | |/ | | |/|
| * | | Merge branch 'topic/uniphier' into for-linusVinod Koul2018-12-313-0/+518
| |\ \ \
| | * | | dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driverMasahiro Yamada2018-11-243-0/+518
| | |/ /
| * | | Merge branch 'topic/sprd' into for-linusVinod Koul2018-12-311-17/+135
| |\ \ \
| | * | | dmaengine: sprd: Add me as one of the module authorsEric Long2018-12-051-0/+1
| | * | | dmaengine: sprd: Support DMA 2-stage transfer modeEric Long2018-12-051-1/+97
| | * | | dmaengine: sprd: Support DMA link-list cyclic callbackEric Long2018-12-051-11/+14
| | * | | dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma channelEric Long2018-12-051-0/+1
| | * | | dmaengine: sprd: Fix the last link-list configurationEric Long2018-12-051-1/+2
| | * | | dmaengine: sprd: Get transfer residue depending on the transfer directionEric Long2018-12-051-1/+20
| | * | | dmaengine: sprd: Remove direction usage from struct dma_slave_configBaolin Wang2018-12-051-3/+0
| | |/ /
| * | | Merge branch 'topic/sh' into for-linusVinod Koul2018-12-315-99/+2
| |\ \ \
| | * | | dmaengine: sh: Remove R-Mobile APE6 supportGeert Uytterhoeven2018-12-055-99/+1
| | * | | dmaengine: sh: convert to SPDX identifiersKuninori Morimoto2018-11-111-0/+1
| | |/ /
| * | | Merge branch 'topic/sa11x0' into for-linusVinod Koul2018-12-311-13/+8
| |\ \ \
| | * | | dmaengine: sa11x0: unexport sa11x0_dma_filter_fn and clean upRussell King2018-11-111-13/+8
| | |/ /
| * | | Merge branch 'topic/mtk' into for-linusVinod Koul2018-12-313-0/+965
| |\ \ \
| | * | | dmaengine: mediatek: Add MediaTek Command-Queue DMA controller for MT6765 SoCShun-Chih Yu2018-11-113-0/+965
| | |/ /
| * | | Merge branch 'topic/imx' into for-linusVinod Koul2018-12-311-3/+1
| |\ \ \
| | * | | dmaengine: imx-sdma: Use a single line for dma_alloc_coherent()Fabio Estevam2018-11-241-3/+1
| | |/ /
| * | | Merge branch 'topic/ep93xx' into for-linusVinod Koul2018-12-311-3/+3
| |\ \ \
| | * | | dmaengine: ep93xx: fix some typoYangtao Li2018-11-111-3/+3
| | |/ /
| * | | Merge branch 'topic/dw' into for-linusVinod Koul2018-12-313-0/+12
| |\ \ \
| | * | | dmaengine: dw-dmac: implement dma protection control settingChristian Lamparter2018-11-243-0/+12
| | |/ /
| * | | Merge branch 'topic/dmatest' into for-linusVinod Koul2018-12-311-53/+246
| |\ \ \
| | * | | dmaengine: dmatest: Add transfer_size parameterSeraj Alijan2018-12-171-6/+22
| | * | | dmaengine: dmatest: Add alignment parameterSeraj Alijan2018-12-171-4/+14
| | * | | dmaengine: dmatest: Use fixed point div to calculate iopsSeraj Alijan2018-12-171-3/+14
| | * | | dmaengine: dmatest: Add support for multi channel testingSeraj Alijan2018-12-171-19/+177
| | * | | dmaengine: dmatest: fix a small memory leak in dmatest_func()Dan Carpenter2018-12-051-4/+4
| | * | | dmaengine: dmatest: move size checks earlier in functionAlexandru Ardelean2018-11-241-13/+13
| | * | | dmaengine: dmatest: use dmaengine_terminate_sync() insteadAlexandru Ardelean2018-11-241-2/+2
| | * | | dmaengine: dmatest: unmap data on a single code-path when xfer doneAlexandru Ardelean2018-11-241-4/+2
| | |/ /
| * | | Merge branch 'topic/dirn_remove' into for-linusVinod Koul2018-12-314-32/+111
| |\ \ \
| | * | | dmaengine: ste_dma40: remove dma_slave_config direction usageVinod Koul2018-11-241-6/+25
| | * | | dmaengine: pl330: remove dma_slave_config direction usageVinod Koul2018-11-241-4/+24
| | * | | dmaengine: imx-sdma: remove dma_slave_config direction usage and leave sdma_e...Vinod Koul2018-11-241-17/+39
| | * | | dmaengine: mmp_pdma: remove dma_slave_config direction usageVinod Koul2018-11-051-5/+23
| | |/ /
| * | | Merge branch 'topic/coh' into for-linusVinod Koul2018-12-311-5/+0
| |\ \ \
| | * | | dmaengine: coh901318: Remove unused variableVinod Koul2018-11-261-1/+0
| | * | | dmaengine: coh901318: Fix a double-lock bugJia-Ju Bai2018-11-241-4/+0
| | |/ /
| * | | Merge branch 'topic/bcm' into for-linusVinod Koul2018-12-311-11/+2
| |\ \ \