dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Switchtec Switch DMA Engine Driver
@ 2023-03-28  1:11 Kelvin Cao
  2023-03-28  1:11 ` [PATCH 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver Kelvin Cao
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kelvin Cao @ 2023-03-28  1:11 UTC (permalink / raw)
  To: vkoul, dmaengine, linux-kernel; +Cc: kelvin.cao, logang

Hi,

The following patch implements a DMAEngine driver to use the DMA
controller in Switchtec PSX/PFX switchtes. The DMA controller appears as
a PCI function on the switch upstream port. The DMA function can include
one or more DMA channels.

This patchset is based off of v6.3-rc1.

Thanks,
Kelvin

Kelvin Cao (1):
  dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver

 MAINTAINERS                 |    5 +
 drivers/dma/Kconfig         |    9 +
 drivers/dma/Makefile        |    1 +
 drivers/dma/switchtec_dma.c | 1745 +++++++++++++++++++++++++++++++++++
 4 files changed, 1760 insertions(+)
 create mode 100644 drivers/dma/switchtec_dma.c

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-31 22:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28  1:11 [PATCH 0/1] Switchtec Switch DMA Engine Driver Kelvin Cao
2023-03-28  1:11 ` [PATCH 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver Kelvin Cao
2023-03-28  1:11 ` [PATCH 0/1] Switchtec Switch DMA Engine Driver Kelvin Cao
2023-03-28  1:11 ` [PATCH 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver Kelvin Cao
2023-03-30 23:10   ` Logan Gunthorpe
2023-03-31 22:42     ` Kelvin.Cao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).