]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dmaengine: Add Arm DMA-350 driver
authorRobin Murphy <robin.murphy@arm.com>
Wed, 12 Mar 2025 12:05:10 +0000 (12:05 +0000)
committerVinod Koul <vkoul@kernel.org>
Thu, 17 Apr 2025 15:17:39 +0000 (20:47 +0530)
commit5d099706449d54b4693a1c6bb7c2251072234508
tree1d49fc21e2d90cca64d8074acef79fe98b0d2dd8
parentc4771efa841666f5a202d1d651e2f0fcb315ee7e
dmaengine: Add Arm DMA-350 driver

Add an initial driver for the Arm Corelink DMA-350 controller, to
support basic mem-to-mem async_tx. The design here leaves room for more
fun things like peripheral support and scatter-gather chaining to come
in future.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/6d7d8efefa935d34977b59a74797ab377528db94.1741780808.git.robin.murphy@arm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/arm-dma350.c [new file with mode: 0644]