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 6BEDBC4332F for ; Wed, 13 Apr 2022 12:53:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233382AbiDMMzs (ORCPT ); Wed, 13 Apr 2022 08:55:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230373AbiDMMzs (ORCPT ); Wed, 13 Apr 2022 08:55:48 -0400 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [IPv6:2001:4b98:dc4:8::231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3154A53B4C; Wed, 13 Apr 2022 05:53:26 -0700 (PDT) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 19A0F100003; Wed, 13 Apr 2022 12:53:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1649854404; 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=jMM1Syt6Hb7HT86R4R4Lg8BJZKzBGi7RXcW2xbIgcVc=; b=FMdpcKK7I4B4GTQ6T7VC2cgv3L/jz5eqCgFceBWM3qKgMVghduEdAlo7GofwrG8R0zNWxl endHPgd8SN3Ob1WCHWNJ0TwE+NW9V+Eil9RfWN3JHiGn95B0OXSwjpsPT0gqh/ceTSvtmn 18y4uQdfJsTqHKguWEuchW/DwQIJ87Cdp2/GXeXiiszR9gUqt7X6eA6vi0dLKGQY3AC8aN L7uE88pGxhL2akALO/eeijrh4osCzdlg7DpYjQ3OyXcWPzx5aaAIQitdw5t6XnY9HHHOoO NGx9Du4jJ6YpaDLtpWW8UKkKQu5sOla9eF6gz7fch7aTj96IP0sSghxuECJ7HA== Date: Wed, 13 Apr 2022 14:53:19 +0200 From: Miquel Raynal To: Andy Shevchenko Cc: Geert Uytterhoeven , Magnus Damm , Gareth Williams , Phil Edworthy , Vinod Koul , Linux-Renesas , dmaengine , Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Thomas Petazzoni , Herve Codina , Clement Leger , Stephen Boyd , Michael Turquette , linux-clk , Viresh Kumar , Ilpo Jarvinen , Rob Herring , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Subject: Re: [PATCH v10 5/9] dmaengine: dw: dmamux: Introduce RZN1 DMA router support Message-ID: <20220413145319.6d3f1cce@xps13> In-Reply-To: References: <20220412193936.63355-1-miquel.raynal@bootlin.com> <20220412193936.63355-6-miquel.raynal@bootlin.com> <20220413100026.73e11004@xps13> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (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: devicetree@vger.kernel.org Hi Andy, Geert, andriy.shevchenko@linux.intel.com wrote on Wed, 13 Apr 2022 13:41:23 +0300: > On Wed, Apr 13, 2022 at 10:05:43AM +0200, Geert Uytterhoeven wrote: > > On Wed, Apr 13, 2022 at 10:00 AM Miquel Raynal > > wrote: =20 >=20 > ... >=20 > > DECLARE_BITMAP(used_chans, 2 * RZN1_DMAMUX_MAX_LINES); =20 I'll make the update. Do you mind if I send only this patch as a v11? There is no change in any of the other patches anyway and I think I've received all the acks required. Thanks, Miqu=C3=A8l