Message ID | 20230728200327.96496-1-kelvin.cao@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | Switchtec Switch DMA Engine Driver | expand |
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@deltatee.com> Logan
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@deltatee.com> > > Logan Thanks Logan for the review! Kelvin