Re: [PATCH] dmaengine: ti: k3-udma: Add PSIL threads for AM62P

From: Péter Ujfalusi
Date: Thu Dec 14 2023 - 10:21:13 EST




On 12/12/2023 22:36, Bryan Brattlof wrote:
> From: Vignesh Raghavendra <vigneshr@xxxxxx>
>
> Add PSIL and PDMA data for AM62P.

I prefer separate patches for udma and psil, please.
The patch on top of adding the PSIL map, it also adds support for am62P
in the UDMA driver.

--
Péter

>
> Signed-off-by: Vignesh Raghavendra <vigneshr@xxxxxx>
> Signed-off-by: Bryan Brattlof <bb@xxxxxx>
> ---
> drivers/dma/ti/Makefile | 3 +-
> drivers/dma/ti/k3-psil-am62p.c | 196 +++++++++++++++++++++++++++++++++
> drivers/dma/ti/k3-psil-priv.h | 1 +
> drivers/dma/ti/k3-psil.c | 1 +
> drivers/dma/ti/k3-udma.c | 1 +
> 5 files changed, 201 insertions(+), 1 deletion(-)
> create mode 100644 drivers/dma/ti/k3-psil-am62p.c
>