summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2026-01-09dmaengine: sh: rz-dmac: Make channel irq localGeert Uytterhoeven-9/+6
2026-01-01dmaengine: pl08x: Fix comment stating the difference between PL080 and PL081Vladimir Zapolskiy-1/+1
2026-01-01dmaengine: at_xdmac: get the number of DMA channels from device treeTony Han-3/+23
2025-12-23dma: dma-axi-dmac: simplify axi_dmac_parse_dt()Nuno Sá-8/+5
2025-12-23dma: dma-axi-dmac: support bigger than 32bits addressesNuno Sá-0/+24
2025-12-23dma: dma-axi-dmac: fix HW scatter-gather not looking at the queueNuno Sá-5/+3
2025-12-23dma: dma-axi-dmac: fix SW cyclic transfersNuno Sá-2/+1
2025-12-23dmaengine: st_fdma: add COMPILE_TEST supportRosen Penev-1/+1
2025-12-23dmaengine: st_fdma: change dreg_line to longRosen Penev-2/+2
2025-12-23dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 9200AngeloGioacchino Del Regno-0/+1
2025-12-23dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 6300AngeloGioacchino Del Regno-0/+1
2025-12-23dmaengine: mediatek: mtk-uart-apdma: Rename support_33bits to support_ext_addrAngeloGioacchino Del Regno-5/+5
2025-12-23dmaengine: mediatek: uart-apdma: Fix above 4G addressing TX/RXAngeloGioacchino Del Regno-5/+5
2025-12-23dmaengine: mediatek: uart-apdma: Get addressing bits from match dataAngeloGioacchino Del Regno-7/+6
2025-12-23dmaengine: stm32-mdma: initialize m2m_hw_period and ccr to fix warningsClément Le Goffic-1/+1
2025-12-23dmaengine: xilinx_dma: Add support for residue on direct AXIDMA S2MMTomi Valkeinen-0/+21
2025-12-23dmaengine: sun6i: Add debug messages for cyclic DMA prepareChen-Yu Tsai-0/+10
2025-12-23dmaengine: sun6i: Choose appropriate burst length under maxburstChen-Yu Tsai-6/+20
2025-12-23dmaengine: sh: Discard pm_runtime_put() return valueRafael J. Wysocki-1/+1
2025-12-16dmaengine: zynqmp_dma: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-2/+0
2025-12-16dmaengine: ti: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-5/+0
2025-12-16dmaengine: ste_dma40: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-12/+2
2025-12-16dmaengine: pl330: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-7/+1
2025-12-16dmaengine: at_xdmac: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-11/+0
2025-12-16dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()Biju Das-0/+5
2025-12-16dmaengine: ti: k3-udma: enable compile testingJohan Hovold-2/+3
2025-12-16dmaengine: stm32-dma3: introduce ddata2dev helperAmelie Delaunay-11/+17
2025-12-16dmaengine: stm32-dma3: restore channel semaphore status after suspendAmelie Delaunay-1/+74
2025-12-16dmaengine: stm32-dma3: introduce channel semaphore helpersAmelie Delaunay-11/+44
2025-12-16dmaengine: stm32-dma3: use module_platform_driverAmelie Delaunay-6/+1
2025-12-16dmaengine: pl08x: Fix a spelling mistakeChu Guangqing-1/+1
2025-12-16dmaengine: xilinx_dma: Fix uninitialized addr_width when "xlnx,addrwidth" pro...Suraj Gupta-2/+5
2025-12-16dmaengine: tegra-adma: Fix use-after-freeSheetal-1/+9
2025-12-16dmaengine: fsl-edma: Fix clk leak on alloc_chan_resources failureZhen Ni-0/+1
2025-12-16dmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue()Guodong Xu-0/+6
2025-12-16dmaengine: qcom: bam_dma: use lock guardsBartosz Golaszewski-70/+56
2025-12-16dmaengine: qcom: bam_dma: order includes alphabeticallyBartosz Golaszewski-13/+13
2025-12-16dmaengine: dw-edma: Fix confusing cleanup.h syntaxKrzysztof Kozlowski-2/+2
2025-12-14dmaengine: ti: k3-udma: fix device leak on udma lookupJohan Hovold-1/+1
2025-12-14dmaengine: ti: dma-crossbar: clean up dra7x route allocation error pathsJohan Hovold-9/+8
2025-12-14dmaengine: ti: dma-crossbar: fix device leak on am335x route allocationJohan Hovold-6/+10
2025-12-14dmaengine: ti: dma-crossbar: fix device leak on dra7x route allocationJohan Hovold-0/+2
2025-12-14dmaengine: stm32: dmamux: clean up route allocation error labelsJohan Hovold-5/+4
2025-12-14dmaengine: stm32: dmamux: fix OF node leak on route allocation failureJohan Hovold-1/+3
2025-12-14dmaengine: stm32: dmamux: fix device leak on route allocationJohan Hovold-6/+12
2025-12-14dmaengine: sh: rz-dmac: fix device leak on probe failureJohan Hovold-2/+11
2025-12-14dmaengine: lpc32xx-dmamux: fix device leak on route allocationJohan Hovold-5/+14
2025-12-14dmaengine: lpc18xx-dmamux: fix device leak on route allocationJohan Hovold-5/+14
2025-12-14dmaengine: idxd: fix device leaks on compat bind and unbindJohan Hovold-4/+19
2025-12-14dmaengine: dw: dmamux: fix OF node leak on route allocation failureJohan Hovold-1/+3