summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2024-01-19dmaengine: xilinx: xdma: Fix initialization location of desc in xdma_channel_...Nathan Chancellor
2024-01-19dmaengine: xilinx: xdma: Fix operator precedence in xdma_prep_interleaved_dma()Nathan Chancellor
2024-01-19Merge tag 'dmaengine-6.8-rc1' into fixesVinod Koul
2023-12-22dmaengine: xilinx: xdma: statify xdma_prep_interleaved_dmaVinod Koul
2023-12-22dmaengine: xilinx: xdma: Workaround truncation compilation errorVinod Koul
2023-12-22dmaengine: pl330: issue_pending waits until WFP stateBumyong Lee
2023-12-22dmaengine: xilinx: xdma: Implement interleaved DMA transfersJan Kuliga
2023-12-22dmaengine: xilinx: xdma: Prepare the introduction of interleaved DMA transfersJan Kuliga
2023-12-22dmaengine: xilinx: xdma: Add transfer error reportingJan Kuliga
2023-12-22dmaengine: xilinx: xdma: Add error checking in xdma_channel_isr()Jan Kuliga
2023-12-22dmaengine: xilinx: xdma: Rework xdma_terminate_all()Jan Kuliga
2023-12-21dmaengine: xilinx: xdma: Ease dma_pool alignment requirementsJan Kuliga
2023-12-21dmaengine: xilinx: xdma: Add necessary macro definitionsJan Kuliga
2023-12-21dmaengine: xilinx: xdma: Get rid of unused codeJan Kuliga
2023-12-21dmaengine: xilinx: xdma: Add terminate_all/synchronize callbacksMiquel Raynal
2023-12-21dmaengine: xilinx: xdma: Better handling of the busy variableMiquel Raynal
2023-12-21dmaengine: xilinx: xdma: Clarify the logic between cyclic/sg modesMiquel Raynal
2023-12-21dmaengine: xilinx: xdma: Fix the count of elapsed periods in cyclic modeMiquel Raynal
2023-12-21dmaengine: idxd: Move dma_free_coherent() out of spinlocked contextRex Zhang
2023-12-21dmaengine: ti: k3-udma: Add PSIL threads for AM62P and J722SVignesh Raghavendra
2023-12-21dmaengine: fix NULL pointer in channel unregistration functionAmelie Delaunay
2023-12-21dmaengine: fsl-edma: utilize common dt-binding header fileFrank Li
2023-12-21dmaengine: fsl-edma: fix eDMAv4 channel allocation issueFrank Li
2023-12-21dmaengine: axi-dmac: Improve cyclic DMA transfers in SG modePaul Cercueil
2023-12-21dmaengine: axi-dmac: Use only EOT interrupts when doing scatter-gatherPaul Cercueil
2023-12-21dmaengine: axi-dmac: Add support for scatter-gather transfersPaul Cercueil
2023-12-21dmaengine: axi-dmac: Allocate hardware descriptorsPaul Cercueil
2023-12-21dmaengine: axi-dmac: Small code cleanupPaul Cercueil
2023-12-21dmaengine: ls2x-apb: New driver for the Loongson LS2X APB DMA controllerBinbin Zhou
2023-12-21dmaengine: std_dma40: fix kernel-doc warnings and spellingRandy Dunlap
2023-12-21dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-11dmaengine: dmatest: prevent using swiotlb buffer with nobounce parameterAmelie Delaunay
2023-12-11dmaengine: fsl-edma: fix DMA channel leak in eDMAv4Frank Li
2023-12-11dmaengine: tegra210-adma: Support dma-channel-mask propertyMohan Kumar
2023-12-11dmaengine: fsl-edma: fix wrong pointer check in fsl_edma3_attach_pd()Yang Yingliang
2023-12-11dmaengine: sf-pdma: add mpfs-pdma compatible nameShravan Chippa
2023-12-11dmaengine: sf-pdma: Support of_dma_controller_register()Shravan Chippa
2023-12-11dmaengine: idxd: Fix incorrect descriptions for GRPCFG registerGuanjun
2023-12-11dmaengine: idxd: Protect int_handle field in hw descriptorGuanjun
2023-11-24dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTHHector Martin
2023-11-24dmaengine: uniphier-xdmac: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-24dmaengine: uniphier-mdmac: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-24dmaengine: milbeaut-xdmac: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-24dmaengine: milbeaut-hdmac: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-24dmaengine: stm32-dma: avoid bitfield overflow assertionAmelie Delaunay
2023-11-24dmaengine: fsl-edma: Add judgment on enabling round robin arbitrationXiaolei Wang
2023-11-24dmaengine: fsl-edma: Do not suspend and resume the masked dma channel when th...Xiaolei Wang
2023-11-24dmaengine: ti: k3-psil-am62a: Fix SPI PDMA dataJai Luthra
2023-11-23dmaengine: ti: k3-psil-am62: Fix SPI PDMA dataRonald Wahl
2023-11-03Merge tag 'dmaengine-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds