linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Logan Gunthorpe <logang@deltatee.com>
To: linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org,
	Vinod Koul <vkoul@kernel.org>
Cc: Dan Williams <dan.j.williams@intel.com>,
	Jiasen Lin <linjiasen@hygon.cn>, Kit Chow <kchow@gigaio.com>,
	Logan Gunthorpe <logang@deltatee.com>
Subject: [PATCH v3 0/3]  PLX Switch DMA Engine Driver
Date: Fri,  3 Jan 2020 14:20:18 -0700	[thread overview]
Message-ID: <20200103212021.2881-1-logang@deltatee.com> (raw)

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

             reply	other threads:[~2020-01-03 21:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-03 21:20 Logan Gunthorpe [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200103212021.2881-1-logang@deltatee.com \
    --to=logang@deltatee.com \
    --cc=dan.j.williams@intel.com \
    --cc=dmaengine@vger.kernel.org \
    --cc=kchow@gigaio.com \
    --cc=linjiasen@hygon.cn \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).