]> www.infradead.org Git - users/dwmw2/linux.git/commit
dmaengine: Add dma router for pl08x in LPC32XX SoC
authorPiotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>
Fri, 28 Jun 2024 15:20:19 +0000 (17:20 +0200)
committerVinod Koul <vkoul@kernel.org>
Thu, 29 Aug 2024 17:24:11 +0000 (22:54 +0530)
commit5d318b5959824e15d32f19b2224c69da89e98178
tree800f4e595f7bf172a8d0f35ae6636626644b3c83
parent9542961494bf747a73413f925f8ea9ac410a4aec
dmaengine: Add dma router for pl08x in LPC32XX SoC

LPC32XX connects few of its peripherals to pl08x DMA thru a multiplexer,
this driver allows to route a signal request line thru the multiplexer for
given peripheral.

Signed-off-by: Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>
Link: https://lore.kernel.org/r/20240628152022.274405-1-piotr.wojtaszczyk@timesys.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
MAINTAINERS
arch/arm/mach-lpc32xx/Kconfig
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/lpc32xx-dmamux.c [new file with mode: 0644]