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 7293CC7EE23 for ; Mon, 12 Jun 2023 09:04:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232840AbjFLJEH (ORCPT ); Mon, 12 Jun 2023 05:04:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60920 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229732AbjFLJDn (ORCPT ); Mon, 12 Jun 2023 05:03:43 -0400 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::224]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 627C64221; Mon, 12 Jun 2023 01:59:46 -0700 (PDT) X-GND-Sasl: kory.maincent@bootlin.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1686560385; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cO14zcOxiDtyCfggm0ZmyKFEk1cAqg+L0MJg9mmmLXA=; b=EAx7dXfxNEBqD4fGyCMO1OXqwqMZa1zGGZfX4BGkt1A0KO4KCXzb2UlSxieMdfU7CZmtux PVAbpRpZWubf36NUaKNoOBEwbrB+3FKXxKoGJTBuieInszGut2lOxnPDuup6EVFHyLAbG9 fpBu4UlapEYEM3UFPC1DiJkUifjsAGpvQ47wkFWOi2JADQjt2/pSwkUkEzV7w39FWENkMr xBIKLn7ZdBtR4F/2KjsLt9HVZGxpkOHOaEhQUlu4gS0j/UAMXmv3hNERO7YGrZuJC3jABu l9qsINOpjW9Fu7edJrWFgmYiGjhSQziqoeUP4Wv7FrGWDfXv3euhlPf5TYijMQ== X-GND-Sasl: kory.maincent@bootlin.com X-GND-Sasl: kory.maincent@bootlin.com X-GND-Sasl: kory.maincent@bootlin.com X-GND-Sasl: kory.maincent@bootlin.com X-GND-Sasl: kory.maincent@bootlin.com X-GND-Sasl: kory.maincent@bootlin.com X-GND-Sasl: kory.maincent@bootlin.com X-GND-Sasl: kory.maincent@bootlin.com Received: by mail.gandi.net (Postfix) with ESMTPSA id 97657E000F; Mon, 12 Jun 2023 08:59:44 +0000 (UTC) Date: Mon, 12 Jun 2023 10:59:42 +0200 From: =?UTF-8?B?S8O2cnk=?= Maincent To: Cai Huoqing , Manivannan Sadhasivam , Serge Semin , Vinod Koul , Gustavo Pimentel , dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Thomas Petazzoni , Herve Codina Subject: Re: [PATCH 0/9] Fix support of dw-edma HDMA NATIVE IP in remote setup Message-ID: <20230612105942.039b6fc0@kmaincent-XPS-13-7390> In-Reply-To: <20230609081654.330857-1-kory.maincent@bootlin.com> References: <20230609081654.330857-1-kory.maincent@bootlin.com> Organization: bootlin X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On Fri, 9 Jun 2023 10:16:45 +0200 K=C3=B6ry Maincent wrote: > From: Kory Maincent >=20 > 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. >=20 > Few fixes has also been added for eDMA version. Similarly to HDMA I have > tested only eDMA in remote setup. FYI it seems several patches of this series has been categorized as spam. I think it is because the code of these patches are quite similar. K=C3=B6ry