[Patch v6] dmaengine: Add dma router for pl08x in LPC32XX SoC
Rob Herring
robh at kernel.org
Tue Sep 3 10:37:18 PDT 2024
On Fri, Jun 28, 2024 at 10:20 AM Piotr Wojtaszczyk
<piotr.wojtaszczyk at timesys.com> wrote:
>
> 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 at timesys.com>
> ---
> MAINTAINERS | 1 +
> arch/arm/mach-lpc32xx/Kconfig | 1 +
> drivers/dma/Kconfig | 9 ++
> drivers/dma/Makefile | 1 +
> drivers/dma/lpc32xx-dmamux.c | 195 ++++++++++++++++++++++++++++++++++
> 5 files changed, 207 insertions(+)
> create mode 100644 drivers/dma/lpc32xx-dmamux.c
What happened to the rest of this series? Specifically, where is the
DT binding for "nxp,lpc3220-dmamux"[1]? Now it is undocumented.
Rob
[1] https://lore.kernel.org/all/20240627150046.258795-3-piotr.wojtaszczyk@timesys.com/
More information about the linux-arm-kernel
mailing list