summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2026-06-04dmaengine: sh: rz-dmac: Add runtime PM supportClaudiu Beznea1-3/+57
2026-06-04dmaengine: sh: rz-dmac: Adjust rz_dmac_chan_get_residue() to return error codesClaudiu Beznea1-5/+14
2026-06-04dmaengine: sh: rz-dmac: Add cyclic DMA supportClaudiu Beznea1-6/+130
2026-06-04dmaengine: sh: rz-dmac: Drop the update of channel->chctrl with CHCTRL_SETENClaudiu Beznea1-2/+2
2026-06-04dmaengine: sh: rz-dmac: Refactor pause/resume codeClaudiu Beznea1-11/+62
2026-06-04dmaengine: sh: rz-dmac: Use virt-dma APIs for channel descriptor processingClaudiu Beznea1-147/+86
2026-06-04dmaengine: sh: rz-dmac: Add helper to check if the channel is pausedClaudiu Beznea1-4/+8
2026-06-04dmaengine: sh: rz-dmac: Add helper to check if the channel is enabledClaudiu Beznea1-2/+8
2026-06-04dmaengine: sh: rz-dmac: Save the start LM descriptorClaudiu Beznea1-3/+8
2026-06-04dmaengine: sh: rz-dmac: Add helper to compute the lmdesc addressClaudiu Beznea1-3/+7
2026-06-04dmaengine: sh: rz-dmac: Use rz_dmac_disable_hw()Claudiu Beznea1-4/+4
2026-06-04dmaengine: sh: rz-dmac: Use list_first_entry_or_null()Claudiu Beznea1-6/+4
2026-06-04dmaengine: sh: rz-dmac: Fix incorrect NULL check for list_first_entry()Claudiu Beznea1-2/+2
2026-06-04dmaengine: sh: rz-dmac: Move interrupt request after everything is set upClaudiu Beznea1-55/+33
2026-06-04dmaengine: tegra: Add Tegra264 supportAkhil R1-0/+30
2026-06-04dmaengine: tegra: Use iommu-map for stream IDAkhil R1-9/+44
2026-06-04dmaengine: tegra: Use managed DMA controller registrationAkhil R1-15/+4
2026-06-04dmaengine: tegra: Support address width > 39 bitsAkhil R1-31/+52
2026-06-04dmaengine: tegra: Use struct for register offsetsAkhil R1-140/+142
2026-06-04dmaengine: tegra: Make reset control optionalAkhil R1-2/+2
2026-06-04dmaengine: imx-sdma: Refine spba bus searching in probeShengjiu Wang1-1/+3
2026-05-28raid6: hide internalsChristoph Hellwig1-0/+1
2026-05-19dmaengine: Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski2-2/+2
2026-05-19dmaengine: mmp_pdma: add SpacemiT K3 supportGuodong Xu1-0/+18
2026-05-19dmaengine: mmp_pdma: refactor DRCMR access with helper functionGuodong Xu1-3/+16
2026-05-19dmaengine: qcom: bam_dma: Add support for BAM v2.0.0Kuldeep Singh1-0/+30
2026-04-26driver core: Replace dev->dma_coherent with dev_dma_coherent()Douglas Anderson2-6/+6
2026-04-17Merge tag 'dmaengine-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds28-376/+3292
2026-03-18dmaengine: dw-edma: Add non-LL modeDevendra K Verma5-15/+142
2026-03-18dmaengine: dw-edma: Add AMD MDB Endpoint SupportDevendra K Verma1-14/+176
2026-03-18dmaengine: loongson: Fix spelling mistake "Looongson" -> "Looogson"Colin Ian King1-2/+2
2026-03-17dmaengine: loongson: New driver for the Loongson Multi-Channel DMA controllerBinbin Zhou3-0/+742
2026-03-17dmaengine: loongson: loongson2-apb: Simplify locking with guard() and scoped_...Binbin Zhou1-33/+29
2026-03-17dmaengine: loongson: loongson2-apb: Convert to devm_clk_get_enabled()Binbin Zhou1-17/+5
2026-03-17dmaengine: loongson: loongson2-apb: Convert to dmaenginem_async_device_regist...Binbin Zhou1-5/+2
2026-03-17dmaengine: loongson: New directory for Loongson DMA controllers driversBinbin Zhou6-29/+40
2026-03-17dmaengine: xilinx_dma: Fix reset related timeout with two-channel AXIDMATomi Valkeinen1-8/+1
2026-03-17dmaengine: xilinx: xilinx_dma: Fix unmasked residue subtractionMarek Vasut1-6/+6
2026-03-17dmaengine: xilinx: xilinx_dma: Fix residue calculation for cyclic DMAMarek Vasut1-1/+22
2026-03-17dmaengine: xilinx: xilinx_dma: Fix dma_device directionsMarek Vasut1-1/+1
2026-03-17dmaengine: sh: rz-dmac: Add device_{pause,resume}() callbacksClaudiu Beznea1-3/+46
2026-03-17dmaengine: sh: rz-dmac: Add device_tx_status() callbackBiju Das1-1/+143
2026-03-17dmaengine: sh: rz-dmac: Use rz_lmdesc_setup() to invalidate descriptorsJohn Madieu1-8/+2
2026-03-17dmaengine: sh: rz-dmac: Drop unnecessary local_irq_save() callClaudiu Beznea1-5/+0
2026-03-17dmaengine: sh: rz-dmac: Drop goto instruction and labelClaudiu Beznea1-3/+1
2026-03-17dmaengine: sh: rz-dmac: Drop read of CHCTRL registerClaudiu Beznea1-3/+6
2026-03-17Merge branch 'fixes' into nextVinod Koul13-78/+137
2026-03-17dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlockClaudiu Beznea1-5/+4
2026-03-17dmaengine: sh: rz-dmac: Protect the driver specific listsClaudiu Beznea1-25/+32
2026-03-09dmaengine: idxd: fix possible wrong descriptor completion in llist_abort_desc()Tuo Li1-1/+1