summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2022-09-05dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warningShravya Kumbham-1/+1
2022-09-05dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()Liang He-3/+3
2022-09-04dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API ...Swati Agarwal-1/+5
2022-09-04dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores propertySwati Agarwal-1/+1
2022-09-04dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handlingSwati Agarwal-6/+7
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-168/+158
2022-08-04Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-216/+1035
2022-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds-3/+0
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-61/+11
2022-08-03dma:dw: remove reference to AVR32 architecture in core.cHans-Christian Noren Egtvedt-3/+0
2022-07-26dmaengine: mediatek: mtk-hsdma: Fix typo 'the the' in commentSlark Xiao-1/+1
2022-07-26dmaengine: axi-dmac: check cache coherency registerMathias Tausen-0/+16
2022-07-26dmaengine: sh: rz-dmac: Add device_synchronize callbackBiju Das-0/+17
2022-07-26dmaengine: sprd: Cleanup in .remove() after pm_runtime_get_sync() failedUwe Kleine-König-4/+1
2022-07-26dmaengine: tegra: Add terminate() for Tegra234Akhil R-2/+24
2022-07-21dmaengine: xilinx: use strscpy to replace strlcpyXueBing Chen-1/+1
2022-07-21dmaengine: imx-sdma: Add FIFO stride support for multi FIFO scriptShengjiu Wang-2/+25
2022-07-21dmaengine: imx-dma: Cast of_device_get_match_data() with (uintptr_t)Fabio Estevam-1/+1
2022-07-21dmaengine: dw-axi-dmac: ignore interrupt if no descriptorBen Dooks-0/+6
2022-07-21dmaengine: dw-axi-dmac: do not print NULL LLI during errorBen Dooks-0/+5
2022-07-06dmaengine: altera-msgdma: Fixed some inconsistent function name descriptionsJiapeng Chong-2/+2
2022-07-06dmaengine: imx-sdma: Add missing struct documentationShengjiu Wang-1/+6
2022-07-06dmaengine: sf-pdma: Add multithread support for a DMA channelViacheslav Mitrofanov-14/+30
2022-07-06dmaengine: dmatest: use strscpy to replace strlcpyXueBing Chen-6/+6
2022-07-06dmaengine: ste_dma40: fix typo in commentJulia Lawall-1/+1
2022-07-06dmaengine: lgm: Fix an error handling path in intel_ldma_probe()Christophe JAILLET-1/+2
2022-07-06dmaengine: jz4780: fix typo in commentJulia Lawall-1/+1
2022-07-06dmaengine: s3c24xx: fix typo in commentJulia Lawall-1/+1
2022-07-06dmaengine: owl: fix typo in commentJulia Lawall-1/+1
2022-07-06dmaengine: mediatek-cqdma: fix typo in commentJulia Lawall-1/+1
2022-07-06dmaengine: fix typos in commentsJulia Lawall-2/+2
2022-07-06dmaengine: pl330: Fix lockdep warning about non-static keyDmitry Osipenko-1/+1
2022-07-06dmaengine: xilinx_dpdma: Omit superfluous error message in xilinx_dpdma_probe()Tang Bin-3/+1
2022-07-05dmaengine: sun4i: Set the maximum segment sizeSamuel Holland-5/+27
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: fsl-edma: remove redundant assignment to pointer last_sgColin Ian King-3/+0
2022-07-01dmaengine: imx-sdma: only restart cyclic channel when enabledSascha Hauer-1/+1
2022-07-01dmaengine: mediatek: mtk-hsdma: Fix typo in commentXiang wangx-1/+1
2022-07-01dmaengine: at_xdmac: Fix typo in commentXiang wangx-1/+1
2022-07-01dmaengine: ep93xx: Fix typo in commentsJiang Jian-1/+1
2022-07-01dmaengine: imx-sdma: Improve the SDMA irq nameFabio Estevam-2/+2
2022-07-01dmaengine: dw-axi-dmac: Fix RMW on channel suspend registerEmil Renner Berthing-3/+5
2022-07-01dmaengine: ti: k3-psil-j721s2: Add psil threads for sa2ulJayesh Choudhary-0/+8
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-27dmaengine: remove DMA_MEMCPY_SG once againChristoph Hellwig-129/+0
2022-06-23dmaengine: dw-edma: Add support for chip-specific flagsFrank Li-3/+6
2022-06-23dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semanticsSerge Semin-1/+1
2022-06-23dmaengine: dw-edma: Drop dma_slave_config.direction field usageSerge Semin-15/+34