Re: [PATCH v6 0/1] Switchtec Switch DMA Engine Driver

From: Kelvin.Cao
Date: Mon Jul 31 2023 - 19:08:57 EST


On Mon, 2023-07-31 at 09:49 -0600, Logan Gunthorpe wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you
> know the content is safe
>
> On 2023-07-28 14:03, Kelvin Cao wrote:
> > This patchset is based off of 6.5.0-rc3.
> >
> > Kelvin Cao (1):
> >   dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI
> > driver
> >
> >  MAINTAINERS                 |    6 +
> >  drivers/dma/Kconfig         |    9 +
> >  drivers/dma/Makefile        |    1 +
> >  drivers/dma/switchtec_dma.c | 1570
> > +++++++++++++++++++++++++++++++++++
> >  4 files changed, 1586 insertions(+)
> >  create mode 100644 drivers/dma/switchtec_dma.c
> >
>
> Looks good to me, thanks!
>
> Reviewed-by: Logan Gunthorpe <logang@xxxxxxxxxxxx>
>
> Logan

Thanks Logan for the review!

Kelvin