From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Vinod Koul <vkoul@kernel.org>
Cc: dmaengine@vger.kernel.org, Michal Simek <michal.simek@xilinx.com>,
Hyun Kwon <hyun.kwon@xilinx.com>,
Tejas Upadhyay <tejasu@xilinx.com>,
Satish Kumar Nagireddy <SATISHNA@xilinx.com>,
Peter Ujfalusi <peter.ujfalusi@ti.com>,
Greg KH <gregkh@linuxfoundation.org>
Subject: Re: [PATCH v5 0/6] dma: Add Xilinx ZynqMP DPDMA driver
Date: Mon, 29 Jun 2020 12:30:41 +0300 [thread overview]
Message-ID: <20200629093041.GE6012@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20200528025228.31638-1-laurent.pinchart@ideasonboard.com>
Hi Vinod,
CC'ing Greg.
The first version of this patch series I've posted dates back from early
November last year. Could you please help getting it merged ?
On Thu, May 28, 2020 at 05:52:22AM +0300, Laurent Pinchart wrote:
> Hello,
>
> This patch series adds a new driver for the DPDMA engine found in the
> Xilinx ZynqMP.
>
> The previous version can be found at [1]. All review comments have been
> taken into account. The only change is the addition of the
> DMA_PREP_LOAD_EOT transaction flag (and the corresponding DMA_LOAD_EOT
> capability bit), as requested during the review of v4. Please see the
> discussions from v4 for the rationale.
>
> The driver has been successfully tested with the ZynqMP DisplayPort
> subsystem DRM driver.
>
> [1] https://lore.kernel.org/dmaengine/20200513165943.25120-1-laurent.pinchart@ideasonboard.com/
>
> Hyun Kwon (1):
> dmaengine: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver
>
> Laurent Pinchart (5):
> dt: bindings: dma: xilinx: dpdma: DT bindings for Xilinx DPDMA
> dmaengine: virt-dma: Use lockdep to check locking requirements
> dmaengine: Add support for repeating transactions
> dmaengine: xilinx: dpdma: Add debugfs support
> arm64: dts: zynqmp: Add DPDMA node
>
> .../dma/xilinx/xlnx,zynqmp-dpdma.yaml | 68 +
> MAINTAINERS | 9 +
> .../arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi | 4 +
> arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 10 +
> drivers/dma/Kconfig | 10 +
> drivers/dma/virt-dma.c | 2 +
> drivers/dma/virt-dma.h | 10 +
> drivers/dma/xilinx/Makefile | 1 +
> drivers/dma/xilinx/xilinx_dpdma.c | 1782 +++++++++++++++++
> include/dt-bindings/dma/xlnx-zynqmp-dpdma.h | 16 +
> include/linux/dmaengine.h | 19 +
> 11 files changed, 1931 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dpdma.yaml
> create mode 100644 drivers/dma/xilinx/xilinx_dpdma.c
> create mode 100644 include/dt-bindings/dma/xlnx-zynqmp-dpdma.h
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2020-06-29 21:05 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-28 2:52 [PATCH v5 0/6] dma: Add Xilinx ZynqMP DPDMA driver Laurent Pinchart
2020-05-28 2:52 ` [PATCH v5 1/6] dt: bindings: dma: xilinx: dpdma: DT bindings for Xilinx DPDMA Laurent Pinchart
2020-05-28 2:52 ` [PATCH v5 2/6] dmaengine: virt-dma: Use lockdep to check locking requirements Laurent Pinchart
2020-05-28 2:52 ` [PATCH v5 3/6] dmaengine: Add support for repeating transactions Laurent Pinchart
2020-07-03 17:10 ` Vinod Koul
2020-07-03 17:22 ` Laurent Pinchart
2020-07-03 17:37 ` Vinod Koul
2020-07-03 17:47 ` Laurent Pinchart
2020-07-03 17:54 ` Vinod Koul
2020-07-08 20:19 ` Laurent Pinchart
2020-05-28 2:52 ` [PATCH v5 4/6] dmaengine: xilinx: dpdma: Add the Xilinx DisplayPort DMA engine driver Laurent Pinchart
2020-05-30 19:59 ` kbuild test robot
2020-07-03 17:32 ` Vinod Koul
2020-07-03 17:43 ` Laurent Pinchart
2020-05-28 2:52 ` [PATCH v5 5/6] dmaengine: xilinx: dpdma: Add debugfs support Laurent Pinchart
2020-05-28 2:52 ` [PATCH v5 6/6] arm64: dts: zynqmp: Add DPDMA node Laurent Pinchart
2020-06-29 9:30 ` Laurent Pinchart [this message]
2020-06-29 9:56 ` [PATCH v5 0/6] dma: Add Xilinx ZynqMP DPDMA driver Vinod Koul
2020-06-29 23:39 ` Laurent Pinchart
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=20200629093041.GE6012@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=SATISHNA@xilinx.com \
--cc=dmaengine@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=hyun.kwon@xilinx.com \
--cc=michal.simek@xilinx.com \
--cc=peter.ujfalusi@ti.com \
--cc=tejasu@xilinx.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.