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 71CD5E8FDD9 for ; Wed, 4 Oct 2023 08:04:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241587AbjJDIEQ (ORCPT ); Wed, 4 Oct 2023 04:04:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232790AbjJDIEQ (ORCPT ); Wed, 4 Oct 2023 04:04:16 -0400 Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 351F9A6; Wed, 4 Oct 2023 01:04:13 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPSA id BC0E520005; Wed, 4 Oct 2023 08:04:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1696406651; 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=JIj6yIoSY7qrnnwvMH3IQDT+/+TNUkJxR+0LKIBkwBQ=; b=gsa3ABpEdCKVPn9beVO2oCPX1ZAisPJJ5pDpVHk3iwHROdcVTgZ6+D7/LwW46ir78GNLCt dP8OP30wcaMLA60e/a5miUJ5UmudyOi94svq6VLRgH77/Y7w1fpEP+uvn8cAwNyVjPRrtj UDSXk6/3fusRt1rTJkhMwBBnXKKaFjGwTn8lFc6VvsxNt/afr7Dj9rEEswqhbZ6ECRbueF HA00AIbYE/OB/qmq0uVyoIfPH6LkCp+PywlSC0mwtMGfMIjag35AyNK4qsHY3ry4GlfLwE WniaQvFW+XKNc6MCt9Vdt849XxrOiLPmIUBOCaaWumuPoDTWruCZd/dFb/Vvzg== Date: Wed, 4 Oct 2023 10:04:10 +0200 From: =?UTF-8?B?S8O2cnk=?= Maincent To: Vinod Koul 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: <20231004100410.5c3c16cc@kmaincent-XPS-13-7390> In-Reply-To: References: <20231002131749.2977952-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 X-GND-Sasl: kory.maincent@bootlin.com Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On Wed, 4 Oct 2023 12:51:54 +0530 Vinod Koul wrote: > On 02-10-23, 15:17, 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. =20 >=20 > Changes in v2...? Oops forget to add it to the cover letter, sorry. Changes in v2: - Update comments and fix typos. - Removed patches that tackle hypothetical bug and then were not pertinent. - Add the similar HDMA race condition in remote setup fix to eDMA IP driver.