summaryrefslogtreecommitdiff
path: root/drivers/dma/sh
AgeCommit message (Expand)AuthorFilesLines
2026-06-08dmaengine: sh: rz-dmac: Add DMA ACK signal routing supportJohn Madieu1-0/+69
2026-06-04dmaengine: sh: rz-dmac: Set the Link End (LE) bit on the last descriptorClaudiu Beznea1-2/+3
2026-06-04dmaengine: sh: rz-dmac: Add suspend to RAM supportClaudiu Beznea1-5/+175
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-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 Koul1-30/+36
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: sh: rz_dmac: add RZ/{T2H,N2H} supportCosmin Tanislav1-0/+7
2026-03-09dmaengine: sh: rz_dmac: make register_dma_req() chip-specificCosmin Tanislav1-29/+36
2026-03-09dmaengine: sh: rz_dmac: make error interrupt optionalCosmin Tanislav1-10/+9
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-5/+5
2026-02-17Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-13/+9
2026-01-09dmaengine: sh: use sg_nents_for_dma() helperAndy Shevchenko1-3/+2
2026-01-09dmaengine: sh: rz-dmac: Make channel irq localGeert Uytterhoeven1-9/+6
2025-12-23dmaengine: sh: Discard pm_runtime_put() return valueRafael J. Wysocki1-1/+1
2025-12-16dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()Biju Das1-0/+5
2025-12-14dmaengine: sh: rz-dmac: fix device leak on probe failureJohan Hovold1-2/+11
2025-10-16dmaengine: sh: Kconfig: Drop ARCH_R7S72100/ARCH_RZG2L dependencyLad Prabhakar1-1/+1
2025-10-16dmaengine: rcar-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()Geert Uytterhoeven1-6/+4
2025-10-16dmaengine: rcar-dmac: Remove dummy Runtime PM callbackGeert Uytterhoeven1-7/+1
2025-10-16dmaengine: sh: usb-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()Geert Uytterhoeven1-7/+4
2025-09-02dmaengine: sh: setup_xref error handlingThomas Andreatta2-10/+32
2025-06-27dmaengine: sh: Do not enable SH_DMAE_BASE by default during compile testingKrzysztof Kozlowski1-1/+1
2025-05-14dmaengine: sh: rz-dmac: Add RZ/V2H(P) supportFabrizio Castro1-7/+74
2025-05-14dmaengine: sh: rz-dmac: Allow for multiple DMACsFabrizio Castro1-1/+2
2025-02-27dmaengine: Fix typo in commentThorsten Blum1-1/+1
2024-12-04dmaengine: sh: rcar-dmac: add comment for r8a779a0 compatibleKuninori Morimoto1-0/+4
2024-10-21dmaengine: fix typo in the commentYan Zhen2-2/+2
2024-10-14dmaengine: Switch back to struct platform_driver::remove()Uwe Kleine-König4-4/+4
2024-10-14dmaengine: sh: rz-dmac: add r7s72100 supportWolfram Sang2-5/+5