Re: [PATCH 1/2] dmaengine: ingenic: add Ingenic PDMA controller support.

From: Krzysztof Kozlowski
Date: Thu Mar 21 2024 - 04:30:30 EST


On 21/03/2024 09:02, bin.yao@xxxxxxxxxxx wrote:
> From: "bin.yao" <bin.yao@xxxxxxxxxxx>
>
> This module can be found on ingenic victory soc.
>
> Signed-off-by: bin.yao <bin.yao@xxxxxxxxxxx>
> ---
> drivers/dma/Kconfig | 6 +
> drivers/dma/Makefile | 1 +
> drivers/dma/ingenic-pdma.c | 1356 ++++++++++++++++++++++++++++++++++++
> 3 files changed, 1363 insertions(+)
> create mode 100644 drivers/dma/ingenic-pdma.c
>

You did not even compile this code... You don't have ingenic-pdma.h
header at this point.

Best regards,
Krzysztof