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 6964EC433F5 for ; Tue, 12 Apr 2022 12:48:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353698AbiDLMub (ORCPT ); Tue, 12 Apr 2022 08:50:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34494 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355259AbiDLMsJ (ORCPT ); Tue, 12 Apr 2022 08:48:09 -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 027FC1E3F0; Tue, 12 Apr 2022 05:15:34 -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 BA53DB818BB; Tue, 12 Apr 2022 12:15:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B343EC385A1; Tue, 12 Apr 2022 12:15:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649765731; bh=PHuuUHC1EMHAlVwrozyUlRYMOXmSm9Pzxt5VCBTOWmM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k+XL+J8cL2GEnPcYUjnOGXX7Nojg40gDn+QLCqzX3hwl8hk0pjp/d9Hw1AyBHMDS7 e0ob8h+0Cnflc1SriggOMJQqKm1oTb/6LEY7dFEEFTUqFHy7Vh3/UJ67+arVXwwNul bFtnKa3govPw44pf2H9B7A9iUXvusQyh06psCr3Yldynq2oaVHZbr2CL3JmfWMS7Lt anyds2yxOjpzwXkmQiDI9uCjah7KuDSmz7fSN8OdlCyOLsaPBBFipqHNUXBQUrl3FP lXf3x0VpzxYFJCIl5rrlO+nXQbEQwLVzbYG5yeN9X2H/CIXehCfFCtrzlioUZFzwt+ FnEo7Xhn598TQ== Date: Tue, 12 Apr 2022 17:45:27 +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 7/9] dmaengine: dw: Add RZN1 compatible Message-ID: References: <20220412102138.45975-1-miquel.raynal@bootlin.com> <20220412102138.45975-8-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220412102138.45975-8-miquel.raynal@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 12-04-22, 12:21, Miquel Raynal wrote: > The Renesas RZN1 DMA IP is very close to the original DW DMA IP, a DMA > router has been introduced to handle the wiring options that have been > added. Acked-By: Vinod Koul -- ~Vinod