summaryrefslogtreecommitdiff
path: root/drivers/dma/sh/rz-dmac.c
AgeCommit message (Expand)AuthorFilesLines
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-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-17Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+6
2026-01-09dmaengine: sh: rz-dmac: Make channel irq localGeert Uytterhoeven1-9/+6
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-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
2024-10-14dmaengine: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-14dmaengine: sh: rz-dmac: add r7s72100 supportWolfram Sang1-1/+1
2024-10-14dmaengine: sh: rz-dmac: handle configs where one address is zeroWolfram Sang1-11/+14
2024-06-28dmaengine: sh: rz-dmac: Fix lockdep assert warningBiju Das1-1/+1
2024-01-19dmaengine: sh: rz-dmac: Avoid format-overflow warningLad Prabhakar1-4/+4
2023-09-28dmaengine: sh: rz-dmac: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-07-12dmaengine: sh: rz-dmac: Fix destination and source data size settingHien Huynh1-4/+7
2023-07-12dmaengine: sh: rz-dmac: Improve cleanup order in probe()/remove()Biju Das1-3/+3
2023-03-31dmaengine: sh: rz-dmac: Remove unused rz_dmac_chan.*_word_sizeGeert Uytterhoeven1-4/+0
2023-03-17dmaengine: sh: rz-dmac: Add reset supportBiju Das1-0/+14
2022-07-26dmaengine: sh: rz-dmac: Add device_synchronize callbackBiju Das1-0/+17
2021-10-25dmaengine: sh: make array ds_lut staticColin Ian King1-1/+1
2021-10-18dmaengine: sh: rz-dmac: Add DMA clock handlingBiju Das1-0/+14
2021-08-31dmaengine: sh: fix some NULL dereferencesDan Carpenter1-2/+2
2021-08-31dmaengine: sh: Fix unused initialization of pointer lmdescColin Ian King1-3/+1
2021-08-29dmaengine: sh: Add DMAC driver for RZ/G2L SoCBiju Das1-0/+971