From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71799C433DF for ; Fri, 17 Jul 2020 06:11:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 407B920734 for ; Fri, 17 Jul 2020 06:11:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594966285; bh=ByxbXOjxP3K7mnchGy8x9Qk3bXjHxrtZYNnrd7xmXYk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=MBzAR0HsA9+/HeBmQoPoaxl9Y+ta35qJ5S3j/pwm1mQX/o3EeJ8+YVm/p6wQafrWW rclZQZUdFW46m8VYrrGxBpGnk70dQ8Ft6d7qWwain08BKMekzh+a7Cs4dDxYjHEY2y Mv452DkJmiRuwrJJO1dwHPVSGD0iGEoqIZCADFos= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726166AbgGQGLZ (ORCPT ); Fri, 17 Jul 2020 02:11:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:54074 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725904AbgGQGLY (ORCPT ); Fri, 17 Jul 2020 02:11:24 -0400 Received: from localhost (unknown [122.171.202.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 568042071A; Fri, 17 Jul 2020 06:11:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594966284; bh=ByxbXOjxP3K7mnchGy8x9Qk3bXjHxrtZYNnrd7xmXYk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kcJoXjn831pGjMOaL1ud6YImKLHAuDk3HEeSkR3Z+zC+AsYqR//EE0x7u4177+tf8 hdCQfwqQuQS6UNvdeetJBSG24t/MoU3WNvDvszw2Ma2IEKJ7clSoR6IAxhladaa44a 1sDs42MYDuLQ1JmNgaK2c0H6DgQQWdiXY5AmBT7c= Date: Fri, 17 Jul 2020 11:41:20 +0530 From: Vinod Koul To: Laurent Pinchart Cc: dmaengine@vger.kernel.org, Michal Simek , Hyun Kwon , Tejas Upadhyay , Satish Kumar Nagireddy , Peter Ujfalusi Subject: Re: [PATCH v7 0/5] dma: Add Xilinx ZynqMP DPDMA driver Message-ID: <20200717061120.GE82923@vkoul-mobl> References: <20200717013337.24122-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200717013337.24122-1-laurent.pinchart@ideasonboard.com> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org 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 -- ~Vinod