summaryrefslogtreecommitdiff
path: root/drivers/dma/sh/rz-dmac.c
AgeCommit message (Expand)Author
2026-06-08dmaengine: sh: rz-dmac: Add DMA ACK signal routing supportJohn Madieu
2026-06-04dmaengine: sh: rz-dmac: Set the Link End (LE) bit on the last descriptorClaudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Add suspend to RAM supportClaudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Add runtime PM supportClaudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Adjust rz_dmac_chan_get_residue() to return error codesClaudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Add cyclic DMA supportClaudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Drop the update of channel->chctrl with CHCTRL_SETENClaudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Refactor pause/resume codeClaudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Use virt-dma APIs for channel descriptor processingClaudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Add helper to check if the channel is pausedClaudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Add helper to check if the channel is enabledClaudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Save the start LM descriptorClaudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Add helper to compute the lmdesc addressClaudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Use rz_dmac_disable_hw()Claudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Use list_first_entry_or_null()Claudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Fix incorrect NULL check for list_first_entry()Claudiu Beznea
2026-06-04dmaengine: sh: rz-dmac: Move interrupt request after everything is set upClaudiu Beznea
2026-03-17dmaengine: sh: rz-dmac: Add device_{pause,resume}() callbacksClaudiu Beznea
2026-03-17dmaengine: sh: rz-dmac: Add device_tx_status() callbackBiju Das
2026-03-17dmaengine: sh: rz-dmac: Use rz_lmdesc_setup() to invalidate descriptorsJohn Madieu
2026-03-17dmaengine: sh: rz-dmac: Drop unnecessary local_irq_save() callClaudiu Beznea
2026-03-17dmaengine: sh: rz-dmac: Drop goto instruction and labelClaudiu Beznea
2026-03-17dmaengine: sh: rz-dmac: Drop read of CHCTRL registerClaudiu Beznea
2026-03-17Merge branch 'fixes' into nextVinod Koul
2026-03-17dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlockClaudiu Beznea
2026-03-17dmaengine: sh: rz-dmac: Protect the driver specific listsClaudiu Beznea
2026-03-09dmaengine: sh: rz_dmac: add RZ/{T2H,N2H} supportCosmin Tanislav
2026-03-09dmaengine: sh: rz_dmac: make register_dma_req() chip-specificCosmin Tanislav
2026-03-09dmaengine: sh: rz_dmac: make error interrupt optionalCosmin Tanislav
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-01-09dmaengine: sh: rz-dmac: Make channel irq localGeert Uytterhoeven
2025-12-16dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()Biju Das
2025-12-14dmaengine: sh: rz-dmac: fix device leak on probe failureJohan Hovold
2025-05-14dmaengine: sh: rz-dmac: Add RZ/V2H(P) supportFabrizio Castro
2025-05-14dmaengine: sh: rz-dmac: Allow for multiple DMACsFabrizio Castro
2024-10-14dmaengine: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-14dmaengine: sh: rz-dmac: add r7s72100 supportWolfram Sang
2024-10-14dmaengine: sh: rz-dmac: handle configs where one address is zeroWolfram Sang
2024-06-28dmaengine: sh: rz-dmac: Fix lockdep assert warningBiju Das
2024-01-19dmaengine: sh: rz-dmac: Avoid format-overflow warningLad Prabhakar
2023-09-28dmaengine: sh: rz-dmac: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-12dmaengine: sh: rz-dmac: Fix destination and source data size settingHien Huynh
2023-07-12dmaengine: sh: rz-dmac: Improve cleanup order in probe()/remove()Biju Das
2023-03-31dmaengine: sh: rz-dmac: Remove unused rz_dmac_chan.*_word_sizeGeert Uytterhoeven
2023-03-17dmaengine: sh: rz-dmac: Add reset supportBiju Das
2022-07-26dmaengine: sh: rz-dmac: Add device_synchronize callbackBiju Das
2021-10-25dmaengine: sh: make array ds_lut staticColin Ian King
2021-10-18dmaengine: sh: rz-dmac: Add DMA clock handlingBiju Das