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 3F389C433FE for ; Wed, 6 Apr 2022 11:04:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347325AbiDFLGb (ORCPT ); Wed, 6 Apr 2022 07:06:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355260AbiDFLFX (ORCPT ); Wed, 6 Apr 2022 07:05:23 -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 66B9952D903; Wed, 6 Apr 2022 00:31:26 -0700 (PDT) Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id A818910000A; Wed, 6 Apr 2022 07:31:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1649230282; 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=nHj5k5RzXeFddFrVB4M3iAfHYNCiMLQrlVcvkv7tNwY=; b=QQ5TYeKl8nxr5lg5xsdiD7SuJg8yDXW1F3juR7fPgJYpvK08QuPE7EUW/W6PxBk35X/bkI 2U0fwd4SCh3wyKlp8+o3l5XiTMtU8kAtBrzRE13elbV53+4g2CzJA+kLcO9KSBQzgVqlN2 HKHJTi/YZPm66mEm/kY9Jz3HDTsV30BMXAa8RNcJNQVKdxgeP6v0mXxGNz7Dv16PI2PLcH AGrY5R6n9401GPAOrJfN2ejcm4gL7AjqusI3PJVB7yLWrBYxCtA9pCgZcirL1dxBfN22nH Ft8GXJLBCXyz8aKnfaojBfueyrreClpIfWdVsFYBTWE3eFgPq96WB/NRIFHVAg== Date: Wed, 6 Apr 2022 09:31:17 +0200 From: Miquel Raynal To: Rob Herring Cc: Magnus Damm , Gareth Williams , Phil Edworthy , Geert Uytterhoeven , Vinod Koul , "open list:MEDIA DRIVERS FOR RENESAS - FCP" , "open list:DMA GENERIC OFFLOAD ENGINE SUBSYSTEM" , Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Thomas Petazzoni , Herve Codina , Clement Leger , Stephen Boyd , Michael Turquette , linux-clk , Viresh Kumar , Andy Shevchenko , Ilpo Jarvinen , Geert Uytterhoeven Subject: Re: [PATCH v7 1/9] dt-bindings: dmaengine: Introduce RZN1 dmamux bindings Message-ID: <20220406093117.128bc7f1@xps13> In-Reply-To: References: <20220405081911.1349563-1-miquel.raynal@bootlin.com> <20220405081911.1349563-2-miquel.raynal@bootlin.com> 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: dmaengine@vger.kernel.org Hi Rob, robh@kernel.org wrote on Tue, 5 Apr 2022 13:12:19 -0500: > On Tue, Apr 5, 2022 at 3:19 AM Miquel Raynal = wrote: > > > > The Renesas RZN1 DMA IP is based on a DW core, with eg. an additional > > dmamux register located in the system control area which can take up to > > 32 requests (16 per DMA controller). Each DMA channel can be wired to > > two different peripherals. > > > > Signed-off-by: Miquel Raynal > > Reviewed-by: Geert Uytterhoeven > > Reviewed-by: Rob Herring > > --- > > .../bindings/dma/renesas,rzn1-dmamux.yaml | 51 +++++++++++++++++++ > > MAINTAINERS | 1 + > > 2 files changed, 52 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/dma/renesas,rzn1-= dmamux.yaml =20 >=20 > Please send to the DT list so checks run. I've already reviewed this, > but what passes does change over time. Such as RiscV cpuidle patches > that were picked up after 2 months on Thurs and sent to Linus on > Fri... :( Oh, ok, no problem. Thanks, Miqu=C3=A8l