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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0FC2E8FDD5 for ; Wed, 4 Oct 2023 07:22:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241370AbjJDHWE (ORCPT ); Wed, 4 Oct 2023 03:22:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241497AbjJDHWD (ORCPT ); Wed, 4 Oct 2023 03:22:03 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CCB77AC; Wed, 4 Oct 2023 00:21:59 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DE7DBC433C7; Wed, 4 Oct 2023 07:21:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696404119; bh=Ky7c8t0FyexeqTm60yuSOH3ESa76yTDdIDKIxaTzu3g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YR0Dc5392LGrqEna/XL6UdpxixpQvZswHEYy/WlG3UYbHIM25hpAH7NwTW7LUuQk6 S81l7youIH6GgHsUc/ZNFk+N9ciLfEslWak1DW8cqN63Ei7JcHI5sKGkui7JffAGhQ iXYhDX5ymg+eM4w9x4N7WCaMbHDPDquW0NZZJCRA4fvmsdDTQiQ23Fd5xYFuIi5ePc ETiDilUwEP8229rEw8Cor3CCHA/DHlI9F8pw1wpV5jCTKnPqwrZavHh38QglzcTWiD SmBkTlfy9EL46bzqyLgD3q807HlPBzrYKn3QFayD3hECIoPi1bgxLKY2jq+PiARA7p +BO9HJPL5Ju5A== Date: Wed, 4 Oct 2023 12:51:54 +0530 From: Vinod Koul To: =?iso-8859-1?Q?K=F6ry?= Maincent Cc: Cai Huoqing , Manivannan Sadhasivam , Serge Semin , Gustavo Pimentel , dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, Thomas Petazzoni , Herve Codina Subject: Re: [PATCH v2 0/5] Fix support of dw-edma HDMA NATIVE IP in remote setup Message-ID: References: <20231002131749.2977952-1-kory.maincent@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231002131749.2977952-1-kory.maincent@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02-10-23, 15:17, Köry Maincent wrote: > From: Kory Maincent > > This patch series fix the support of dw-edma HDMA NATIVE IP. > I can only test it in remote HDMA IP setup with single dma transfer, but > with these fixes it works properly. > > Few fixes has also been added for eDMA version. Similarly to HDMA I have > tested only eDMA in remote setup. Changes in v2...? > > Kory Maincent (5): > dmaengine: dw-edma: Fix the ch_count hdma callback > dmaengine: dw-edma: Typos fixes > dmaengine: dw-edma: Add HDMA remote interrupt configuration > dmaengine: dw-edma: HDMA: Add sync read before starting the DMA > transfer in remote setup > dmaengine: dw-edma: eDMA: Add sync read before starting the DMA > transfer in remote setup > > drivers/dma/dw-edma/dw-edma-v0-core.c | 22 ++++++++++++++ > drivers/dma/dw-edma/dw-hdma-v0-core.c | 43 +++++++++++++++++++-------- > drivers/dma/dw-edma/dw-hdma-v0-regs.h | 2 +- > 3 files changed, 53 insertions(+), 14 deletions(-) > > -- > 2.25.1 -- ~Vinod