summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2022-06-16dmaengine: apple-admac: Use {low,upp}er_32_bits() to split 64-bit addressGeert Uytterhoeven
2022-06-10dmaengine: dw-edma: remove a macro conditional with similar branchesVladimir Zapolskiy
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_406.RULEThomas Gleixner
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2022-06-10dmaengine: dw: dmamux: Fix build without CONFIG_OFMiquel Raynal
2022-06-10dmaengine: dw: dmamux: Export the module device tableMiquel Raynal
2022-06-10dmaengine: apple-admac: Fix print formatVinod Koul
2022-06-09dmaengine: apple-admac: Add Apple ADMAC driverMartin PoviĊĦer
2022-06-09dmaengine: imx-sdma: Allow imx8m for imx7 FW revsPeter Robinson
2022-06-09dmaengine: dmatest: Replace symbolic permissions by octal permissionsGeert Uytterhoeven
2022-06-09dmaengine: dmatest: Remove spaces before tabsGeert Uytterhoeven
2022-06-09dmaengine: Revert "dmaengine: add verification of DMA_INTERRUPT capability fo...Vinod Koul
2022-06-09dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocateMiaoqian Lin
2022-06-09dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocateMiaoqian Lin
2022-05-29Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-25Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-05-19dmaengine: idxd: make idxd_wq_enable() return 0 if wq is already enabledDave Jiang
2022-05-19dmaengine: sun6i: Add support for the D1 variantSamuel Holland
2022-05-19dmaengine: sun6i: Add support for 34-bit physical addressesSamuel Holland
2022-05-19dmaengine: sun6i: Do not use virt_to_physSamuel Holland
2022-05-19dmaengine: tegra: Remove unused switch caseAkhil R
2022-05-19dmaengine: tegra: Fix uninitialized variable usageAkhil R
2022-05-19dmaengine: stm32-dma: add device_pause/device_resume supportAmelie Delaunay
2022-05-19dmaengine: stm32-dma: rename pm ops before dma pause/resume introductionAmelie Delaunay
2022-05-19dmaengine: stm32-dma: pass DMA_SxSCR value to stm32_dma_handle_chan_done()Amelie Delaunay
2022-05-19dmaengine: stm32-dma: introduce stm32_dma_sg_inc to manage chan->next_sgAmelie Delaunay
2022-05-19dmaengine: stm32-dmamux: avoid reset of dmamux if used by coprocessorAmelie Delaunay
2022-05-19dmaengine: qcom: gpi: Add support for sc7280Vinod Koul
2022-05-19dmaengine: stm32-mdma: use dev_dbg on non-busy channel spurious itAmelie Delaunay
2022-05-19dmaengine: stm32-mdma: fix chan initialization in stm32_mdma_irq_handler()Amelie Delaunay
2022-05-19dmaengine: stm32-mdma: remove GISR1 registerAmelie Delaunay
2022-05-19dmaengine: ti: deprecate '#dma-channels'Krzysztof Kozlowski
2022-05-19dmaengine: mmp: deprecate '#dma-channels'Krzysztof Kozlowski
2022-05-19dmaengine: pxa: deprecate '#dma-channels' and '#dma-requests'Krzysztof Kozlowski
2022-05-19dmaengine: tegra: Fix build error without IOMMU_APIYueHaibing
2022-05-19dmaengine: dw: Add RZN1 compatibleMiquel Raynal
2022-05-19dmaengine: dw: dmamux: Introduce RZN1 DMA router supportMiquel Raynal
2022-05-16dmaengine: idxd: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi
2022-05-16dmaengine: idxd: add missing callback function to support DMA_INTERRUPTDave Jiang
2022-05-16dmaengine: sprd: deprecate '#dma-channels'Krzysztof Kozlowski
2022-05-16dmaengine: idxd: skip irq free when wq type is not kernelDave Jiang
2022-05-16dmaengine: idxd: make idxd_register/unregister_dma_channel() staticDave Jiang
2022-05-16dmaengine: zynqmp_dma: use pm_runtime_resume_and_get() instead of pm_runtime_...Radhey Shyam Pandey
2022-05-16dmaengine: zynqmp_dma: check dma_async_device_register return valueShravya Kumbham
2022-05-16dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data typeRadhey Shyam Pandey
2022-05-16dmaengine: idxd: remove redudant idxd_wq_disable_cleanup() callDave Jiang
2022-05-16dmaengine: idxd: free irq before wq type is resetDave Jiang
2022-05-16dmaengine: idxd: fix lockdep warning on device driver removalDave Jiang