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=-6.2 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 AF6A7C433E6 for ; Tue, 16 Mar 2021 10:46:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8775064F4C for ; Tue, 16 Mar 2021 10:46:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236832AbhCPKq1 (ORCPT ); Tue, 16 Mar 2021 06:46:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:43830 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236920AbhCPKpr (ORCPT ); Tue, 16 Mar 2021 06:45:47 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8DD9864FA5; Tue, 16 Mar 2021 10:45:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1615891547; bh=QKmVS/i0Fp5R+RNSclCbxIUCB8OvRE2de4v5n8iSv0M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=m4TDhtG+ACXWnNxOGbEy/62SOIs2hDrKkbg/p8JaNNo3A7YvyET890tLlN9CgGLdG iJe2AE8SHanyDkjxcafg/u1FG1D3xo3iEYxtjib3GoQ47l/1JkbFBeUf7F+dB6uNm7 xSf96wUv+imAA17fbvrxaJ/N+n+YBr90TUhDVLSWPLHeJLtq/aCRAVBaXDS1EuC2Q+ sCIqpNbh9i4WAew/z2VYeg02wA8xfXgiwgfoAuARSgP1kl9V2ftzc1rPkDW6kZC+zx ZaYFkLPGxKyFZpMf0SzARHXJkofGwyya5mlu7homrWpkKTJXGixau9DsyyE+mlsGix 5uBnx2O3F+ooQ== Date: Tue, 16 Mar 2021 16:15:43 +0530 From: Vinod Koul To: Laurent Pinchart Cc: dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Michal Simek , Rohit Visavalia Subject: Re: [PATCH 0/2] dmaengine: Fix issues in Xilinx dpdma driver Message-ID: References: <20210307040629.29308-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210307040629.29308-1-laurent.pinchart@ideasonboard.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 07-03-21, 06:06, Laurent Pinchart wrote: > Hello, > > This small patch series fixes two issues I've experienced with the > Xilinx dpdma driver. There isn't much to summarize in the cover letter, > please see individual patches for details. Applied, thanks -- ~Vinod