linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3]  PLX Switch DMA Engine Driver
@ 2020-01-03 21:20 Logan Gunthorpe
  2020-01-03 21:20 ` [PATCH v3 1/3] dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeleton Logan Gunthorpe
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Logan Gunthorpe @ 2020-01-03 21:20 UTC (permalink / raw)
  To: linux-kernel, dmaengine, Vinod Koul
  Cc: Dan Williams, Jiasen Lin, Kit Chow, Logan Gunthorpe

This is v3 of the patchset. The in-use unbind bits have been sent and
accepted as a separate patch set. This patchset just includes the new
driver which has been updated to use the common reference counting.

This patchset is based off of vkoul/slave-dma.git/next and a git branch is
available here:

https://github.com/sbates130272/linux-p2pmem/ plx-dma-v3

Changes for v3:
* Common in-use unbind bits were submitted as a separate patch set
* Rebased onto vkoul/slave-dma.git/next (as of Jan 3rd 2020)

Changes for v2:

* Rebased onto v5.5-rc1 (no changes)
* Pushed the plx_dma_isr() routine into the patch that uses it (per
  Vinod's feedback)

Logan Gunthorpe (3):
  dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeleton
  dmaengine: plx-dma: Implement hardware initialization and cleanup
  dmaengine: plx-dma: Implement descriptor submission

 MAINTAINERS           |   5 +
 drivers/dma/Kconfig   |   9 +
 drivers/dma/Makefile  |   1 +
 drivers/dma/plx_dma.c | 639 ++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 654 insertions(+)
 create mode 100644 drivers/dma/plx_dma.c

--
2.20.1

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

end of thread, other threads:[~2020-01-15 14:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03 21:20 [PATCH v3 0/3] PLX Switch DMA Engine Driver Logan Gunthorpe
2020-01-03 21:20 ` [PATCH v3 1/3] dmaengine: plx-dma: Introduce PLX DMA engine PCI driver skeleton Logan Gunthorpe
2020-01-03 21:20 ` [PATCH v3 2/3] dmaengine: plx-dma: Implement hardware initialization and cleanup Logan Gunthorpe
2020-01-03 21:20 ` [PATCH v3 3/3] dmaengine: plx-dma: Implement descriptor submission Logan Gunthorpe
2020-01-15 14:11 ` [PATCH v3 0/3] PLX Switch DMA Engine Driver Vinod Koul

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).