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 B83A5C433FE for ; Tue, 12 Apr 2022 12:48:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231406AbiDLMuZ (ORCPT ); Tue, 12 Apr 2022 08:50:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354887AbiDLMrs (ORCPT ); Tue, 12 Apr 2022 08:47:48 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B6E7081659; Tue, 12 Apr 2022 05:13:56 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1993CB819FD; Tue, 12 Apr 2022 12:13:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6986C385A5; Tue, 12 Apr 2022 12:13:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649765633; bh=DfRyEVEg86dGnm/EsQT+d1NwNbRRLIhpAm7MMVoLNL8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=baijqGW+mNa9LQ5Y5qEkc5GHOpGJnvHiDCb9EYqpzYnmE9rFomBDbNs95znu5hfHE Ny8diBnMrSZmf3OotdyW+IOJMRBEVuuMlSfYCXRWeW7XBD3MDPLhSoRlDJ7HY4PidR SF/AFKANduFWujH2DioovXn6Bv3GR236gzFP6ZwnwH9qhB4UwEXmDbjuqXSRFS4H5w gp7mbNIHpHxmX+Xju7xg3AXYHy0k0WHThlaC0RjuOxFmQJRpLr4FF4P37b9hJkNZSj au2YPay1E6j33Ek3YcR3VYfruPUFplfF4Vf178qHHQZXRN6KgVYbikP4NMqaoXjx+5 Q9EUbgKXwlnAA== Date: Tue, 12 Apr 2022 17:43:49 +0530 From: Vinod Koul To: Miquel Raynal Cc: Magnus Damm , Gareth Williams , Phil Edworthy , Geert Uytterhoeven , linux-renesas-soc@vger.kernel.org, dmaengine@vger.kernel.org, Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Thomas Petazzoni , Herve Codina , Clement Leger , Stephen Boyd , Michael Turquette , linux-clk@vger.kernel.org, Viresh Kumar , Andy Shevchenko , Ilpo Jarvinen , Rob Herring , devicetree@vger.kernel.org, Geert Uytterhoeven Subject: Re: [PATCH v9 1/9] dt-bindings: dmaengine: Introduce RZN1 dmamux bindings Message-ID: References: <20220412102138.45975-1-miquel.raynal@bootlin.com> <20220412102138.45975-2-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220412102138.45975-2-miquel.raynal@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 12-04-22, 12:21, 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. Acked-By: Vinod Koul -- ~Vinod