Message ID | 20200717013337.24122-1-laurent.pinchart@ideasonboard.com (mailing list archive) |
---|---|
Headers | show |
Series | dma: Add Xilinx ZynqMP DPDMA driver | expand |
On 17-07-20, 04:33, 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 main changes are in the DPDMA driver, with > cleanups in the debugfs support, and handling of the !LOAD_EOT case when > preparing transactions. > > The driver has been successfully tested with the ZynqMP DisplayPort > subsystem DRM driver. > > As I would like to merge both this series and the DRM driver that > depends on it for v5.9 (if still possible), I have based those patches > on top of v5.8-rc1. There's unfortunately a conflict with the DMA engine > next branch, which is easy to resolve. > > Vinod, if you're fine with the series, I can propose two ways forward: > > - You can apply the patches on top of v5.8-rc1, push that to a base > branch, merge it into the dmaengine -next branch, and push the base > branch to a public git tree to let me base the DRM driver on it. Applied 1-3 to dmaengine.git topic/xilinx, it should show up in -next later in the day Thanks
Hi Vinod, On Fri, Jul 17, 2020 at 11:41:20AM +0530, Vinod Koul wrote: > On 17-07-20, 04:33, 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 main changes are in the DPDMA driver, with > > cleanups in the debugfs support, and handling of the !LOAD_EOT case when > > preparing transactions. > > > > The driver has been successfully tested with the ZynqMP DisplayPort > > subsystem DRM driver. > > > > As I would like to merge both this series and the DRM driver that > > depends on it for v5.9 (if still possible), I have based those patches > > on top of v5.8-rc1. There's unfortunately a conflict with the DMA engine > > next branch, which is easy to resolve. > > > > Vinod, if you're fine with the series, I can propose two ways forward: > > > > - You can apply the patches on top of v5.8-rc1, push that to a base > > branch, merge it into the dmaengine -next branch, and push the base > > branch to a public git tree to let me base the DRM driver on it. > > Applied 1-3 to dmaengine.git topic/xilinx, it should show up in -next > later in the day Thank you!