summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2023-12-15dmaengine: idxd: Add wq private data accessorsTom Zanussi
2023-12-15dmaengine: idxd: Export wq resource management functionsTom Zanussi
2023-12-15dmaengine: idxd: Export descriptor management functionsTom Zanussi
2023-12-15dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, ...Tom Zanussi
2023-12-15dmaengine: idxd: add external module driver support for dsa_bus_typeDave Jiang
2023-12-12iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining placesJason Gunthorpe
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
2023-10-16dmaengine: stm32-mdma: correct desc prep when channel runningAlain Volmat
2023-10-16dmaengine: dw-axi-dmac: Add support DMAX_NUM_CHANNELS > 16Sergey Khimich
2023-10-16dmaengine: xilinx: xilinx_dma: Fix kernel doc about xilinx_dma_remove()Uwe Kleine-König
2023-10-13Merge tag 'dmaengine-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-10-10dmaengine: mmp_tdma: drop unused variable 'of_id'Vinod Koul
2023-10-09dmaengine: fsl-edma: fix all channels requested when call fsl_edma3_xlate()Frank Li
2023-10-09dmaengine: stm32-dma: fix residue in case of MDMA chainingAmelie Delaunay
2023-10-09dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chainingAmelie Delaunay
2023-10-09dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is setAmelie Delaunay
2023-10-09dmaengine: stm32-mdma: use Link Address Register to compute residueAmelie Delaunay
2023-10-09dmaengine: stm32-mdma: abort resume if no ongoing transferAmelie Delaunay
2023-10-09dmaengine: xilinx: xdma: Support cyclic transfersMiquel Raynal
2023-10-09dmaengine: xilinx: xdma: Prepare the introduction of cyclic transfersMiquel Raynal
2023-10-09dmaengine: ste_dma40: Fix PM disable depth imbalance in d40_probeZhang Shurong
2023-10-09dmaengine: Drop unnecessary of_match_device() callsRob Herring
2023-10-09dmaengine: Use device_get_match_data()Rob Herring
2023-10-09dmaengine: pxa_dma: Annotate struct pxad_desc_sw with __counted_byChristophe JAILLET
2023-10-09dmaengine: pxa_dma: Remove an erroneous BUG_ON() in pxad_free_desc()Christophe JAILLET
2023-10-04dmaengine: xilinx: xdma: Use resource_size() in xdma_probe()Li Zetao
2023-10-04dmaengine: fsl-dpaa2-qdma: Remove redundant initialization owner in dpaa2_qdm...Li Zetao
2023-10-04dmaengine: mediatek: Fix deadlock caused by synchronize_irq()Duoming Zhou
2023-10-04dmaengine: mmp: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-10-04dmaengine: qcom: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-10-04dmaengine: fsl-edma: Remove redundant dev_err() for platform_get_irq()Jinjie Ruan
2023-10-04dmaengine: ep93xx_dma: Annotate struct ep93xx_dma_engine with __counted_byKees Cook