summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2022-07-06dmaengine: lgm: Fix an error handling path in intel_ldma_probe()Christophe JAILLET-1/+2
2022-07-06dmaengine: pl330: Fix lockdep warning about non-static keyDmitry Osipenko-1/+1
2022-07-05dmaengine: idxd: Only call idxd_enable_system_pasid() if succeeded in enablin...Jerry Snitselaar-6/+7
2022-07-05dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctlyMichael Walle-0/+5
2022-07-01dmaengine: imx-sdma: only restart cyclic channel when enabledSascha Hauer-1/+1
2022-07-01dmaengine: dw-axi-dmac: Fix RMW on channel suspend registerEmil Renner Berthing-3/+5
2022-07-01dmaengine: idxd: force wq context cleanup on device disable pathDave Jiang-4/+1
2022-07-01dmaengine: qcom: bam_dma: fix runtime PM underflowCaleb Connolly-28/+11
2022-06-09dmaengine: imx-sdma: Allow imx8m for imx7 FW revsPeter Robinson-1/+1
2022-06-09dmaengine: Revert "dmaengine: add verification of DMA_INTERRUPT capability fo...Vinod Koul-10/+3
2022-06-09dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocateMiaoqian Lin-0/+4
2022-06-09dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocateMiaoqian Lin-0/+1
2022-05-29Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-322/+2420
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+13
2022-05-25Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-6/+72
2022-05-19dmaengine: idxd: make idxd_wq_enable() return 0 if wq is already enabledDave Jiang-1/+1
2022-05-19dmaengine: sun6i: Add support for the D1 variantSamuel Holland-1/+2
2022-05-19dmaengine: sun6i: Add support for 34-bit physical addressesSamuel Holland-15/+38
2022-05-19dmaengine: sun6i: Do not use virt_to_physSamuel Holland-19/+19
2022-05-19dmaengine: tegra: Remove unused switch caseAkhil R-4/+0
2022-05-19dmaengine: tegra: Fix uninitialized variable usageAkhil R-4/+4
2022-05-19dmaengine: stm32-dma: add device_pause/device_resume supportAmelie Delaunay-13/+234
2022-05-19dmaengine: stm32-dma: rename pm ops before dma pause/resume introductionAmelie Delaunay-3/+3
2022-05-19dmaengine: stm32-dma: pass DMA_SxSCR value to stm32_dma_handle_chan_done()Amelie Delaunay-27/+27
2022-05-19dmaengine: stm32-dma: introduce stm32_dma_sg_inc to manage chan->next_sgAmelie Delaunay-5/+9
2022-05-19dmaengine: stm32-dmamux: avoid reset of dmamux if used by coprocessorAmelie Delaunay-1/+1
2022-05-19dmaengine: qcom: gpi: Add support for sc7280Vinod Koul-0/+1
2022-05-19dmaengine: stm32-mdma: use dev_dbg on non-busy channel spurious itAmelie Delaunay-3/+6
2022-05-19dmaengine: stm32-mdma: fix chan initialization in stm32_mdma_irq_handler()Amelie Delaunay-1/+1
2022-05-19dmaengine: stm32-mdma: remove GISR1 registerAmelie Delaunay-16/+5
2022-05-19dmaengine: ti: deprecate '#dma-channels'Krzysztof Kozlowski-1/+5
2022-05-19dmaengine: mmp: deprecate '#dma-channels'Krzysztof Kozlowski-5/+9
2022-05-19dmaengine: pxa: deprecate '#dma-channels' and '#dma-requests'Krzysztof Kozlowski-3/+10
2022-05-19dmaengine: tegra: Fix build error without IOMMU_APIYueHaibing-0/+1
2022-05-19dmaengine: dw: Add RZN1 compatibleMiquel Raynal-0/+1
2022-05-19dmaengine: dw: dmamux: Introduce RZN1 DMA router supportMiquel Raynal-0/+166
2022-05-16dmaengine: idxd: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi-1/+0
2022-05-16dmaengine: idxd: add missing callback function to support DMA_INTERRUPTDave Jiang-0/+22
2022-05-16dmaengine: sprd: deprecate '#dma-channels'Krzysztof Kozlowski-1/+5
2022-05-16dmaengine: idxd: skip irq free when wq type is not kernelDave Jiang-0/+3
2022-05-16dmaengine: idxd: make idxd_register/unregister_dma_channel() staticDave Jiang-4/+2
2022-05-16dmaengine: zynqmp_dma: use pm_runtime_resume_and_get() instead of pm_runtime_...Radhey Shyam Pandey-1/+5
2022-05-16dmaengine: zynqmp_dma: check dma_async_device_register return valueShravya Kumbham-1/+5
2022-05-16dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data typeRadhey Shyam Pandey-2/+3
2022-05-16dmaengine: idxd: remove redudant idxd_wq_disable_cleanup() callDave Jiang-1/+0
2022-05-16dmaengine: idxd: free irq before wq type is resetDave Jiang-1/+1
2022-05-16dmaengine: idxd: fix lockdep warning on device driver removalDave Jiang-7/+7
2022-05-16dmaengine: idxd: Separate user and kernel pasid enablingDave Jiang-23/+35
2022-05-16dmaengine: idxd: Fix the error handling path in idxd_cdev_register()Christophe JAILLET-1/+7
2022-05-16dmaengine: tegra: Use platform_get_irq() to get IRQ resourceAkhil R-8/+4