Re: [PATCH v4 3/3] dmaengine: qcom: Add GPI dma driver

From: Vinod Koul
Date: Fri Oct 09 2020 - 06:31:30 EST


On 09-10-20, 12:00, Peter Ujfalusi wrote:
> Hi Vinod,
>
> On 08/10/2020 15.31, Vinod Koul wrote:
> > This controller provides DMAengine capabilities for a variety of peripheral
> > buses such as I2C, UART, and SPI. By using GPI dmaengine driver, bus
> > drivers can use a standardize interface that is protocol independent to
> > transfer data between memory and peripheral.
> >
> > Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx>
> > ---
> > drivers/dma/qcom/Kconfig | 12 +
> > drivers/dma/qcom/Makefile | 1 +
> > drivers/dma/qcom/gpi.c | 2303 ++++++++++++++++++++++++++++++++++
> > include/linux/qcom-gpi-dma.h | 83 ++
>
> Would not be better to have the header under include/linux/dma/ ?

Right, makes sense. Will move into include/linux/dma/

Thanks
--
~Vinod