summaryrefslogtreecommitdiff
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dm...Stephen Rothwell2022-06-289-159/+846
|\
| * dmaengine: remove DMA_MEMCPY_SG once againChristoph Hellwig2022-06-272-129/+0
| * dmaengine: stm32-mdma: Remove dead code in stm32_mdma_irq_handler()Alexey Khoroshilov2022-06-161-5/+0
| * dmaengine: apple-admac: Use {low,upp}er_32_bits() to split 64-bit addressGeert Uytterhoeven2022-06-161-4/+4
| * dmaengine: dw-edma: remove a macro conditional with similar branchesVladimir Zapolskiy2022-06-101-8/+0
| * dmaengine: dw: dmamux: Fix build without CONFIG_OFMiquel Raynal2022-06-101-0/+2
| * dmaengine: dw: dmamux: Export the module device tableMiquel Raynal2022-06-101-0/+1
| * dmaengine: apple-admac: Fix print formatVinod Koul2022-06-101-1/+1
| * dmaengine: apple-admac: Add Apple ADMAC driverMartin PoviĊĦer2022-06-093-0/+827
| * dmaengine: dmatest: Replace symbolic permissions by octal permissionsGeert Uytterhoeven2022-06-091-15/+14
| * dmaengine: dmatest: Remove spaces before tabsGeert Uytterhoeven2022-06-091-2/+2
* | Merge branch 'spdx-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Stephen Rothwell2022-06-2810-61/+11
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_406.RULEThomas Gleixner2022-06-102-8/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2022-06-106-32/+6
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-102-21/+3
| |/
* | dmaengine: imx-sdma: Allow imx8m for imx7 FW revsPeter Robinson2022-06-091-1/+1
* | dmaengine: Revert "dmaengine: add verification of DMA_INTERRUPT capability fo...Vinod Koul2022-06-091-10/+3
* | dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocateMiaoqian Lin2022-06-091-0/+4
* | dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocateMiaoqian Lin2022-06-091-0/+1
|/
* Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-2945-322/+2420
|\
| * dmaengine: idxd: make idxd_wq_enable() return 0 if wq is already enabledDave Jiang2022-05-191-1/+1
| * dmaengine: sun6i: Add support for the D1 variantSamuel Holland2022-05-192-1/+2
| * dmaengine: sun6i: Add support for 34-bit physical addressesSamuel Holland2022-05-191-15/+38
| * dmaengine: sun6i: Do not use virt_to_physSamuel Holland2022-05-191-19/+19
| * dmaengine: tegra: Remove unused switch caseAkhil R2022-05-191-4/+0
| * dmaengine: tegra: Fix uninitialized variable usageAkhil R2022-05-191-4/+4
| * dmaengine: stm32-dma: add device_pause/device_resume supportAmelie Delaunay2022-05-191-13/+234
| * dmaengine: stm32-dma: rename pm ops before dma pause/resume introductionAmelie Delaunay2022-05-191-3/+3
| * dmaengine: stm32-dma: pass DMA_SxSCR value to stm32_dma_handle_chan_done()Amelie Delaunay2022-05-191-27/+27
| * dmaengine: stm32-dma: introduce stm32_dma_sg_inc to manage chan->next_sgAmelie Delaunay2022-05-191-5/+9
| * dmaengine: stm32-dmamux: avoid reset of dmamux if used by coprocessorAmelie Delaunay2022-05-191-1/+1
| * dmaengine: qcom: gpi: Add support for sc7280Vinod Koul2022-05-191-0/+1
| * dmaengine: stm32-mdma: use dev_dbg on non-busy channel spurious itAmelie Delaunay2022-05-191-3/+6
| * dmaengine: stm32-mdma: fix chan initialization in stm32_mdma_irq_handler()Amelie Delaunay2022-05-191-1/+1
| * dmaengine: stm32-mdma: remove GISR1 registerAmelie Delaunay2022-05-191-16/+5
| * dmaengine: ti: deprecate '#dma-channels'Krzysztof Kozlowski2022-05-191-1/+5
| * dmaengine: mmp: deprecate '#dma-channels'Krzysztof Kozlowski2022-05-191-5/+9
| * dmaengine: pxa: deprecate '#dma-channels' and '#dma-requests'Krzysztof Kozlowski2022-05-191-3/+10
| * dmaengine: tegra: Fix build error without IOMMU_APIYueHaibing2022-05-191-0/+1
| * dmaengine: dw: Add RZN1 compatibleMiquel Raynal2022-05-191-0/+1
| * dmaengine: dw: dmamux: Introduce RZN1 DMA router supportMiquel Raynal2022-05-193-0/+166
| * dmaengine: idxd: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi2022-05-161-1/+0
| * dmaengine: idxd: add missing callback function to support DMA_INTERRUPTDave Jiang2022-05-161-0/+22
| * dmaengine: sprd: deprecate '#dma-channels'Krzysztof Kozlowski2022-05-161-1/+5
| * dmaengine: idxd: skip irq free when wq type is not kernelDave Jiang2022-05-161-0/+3
| * dmaengine: idxd: make idxd_register/unregister_dma_channel() staticDave Jiang2022-05-162-4/+2
| * dmaengine: zynqmp_dma: use pm_runtime_resume_and_get() instead of pm_runtime_...Radhey Shyam Pandey2022-05-161-1/+5
| * dmaengine: zynqmp_dma: check dma_async_device_register return valueShravya Kumbham2022-05-161-1/+5
| * dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data typeRadhey Shyam Pandey2022-05-161-2/+3
| * dmaengine: idxd: remove redudant idxd_wq_disable_cleanup() callDave Jiang2022-05-161-1/+0