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 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B2EFC10F14 for ; Tue, 15 Oct 2019 10:36:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0FFD720854 for ; Tue, 15 Oct 2019 10:36:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571135774; bh=9iztyuwAyY1+lKbQfEHGpy3+Dgw2pZgS4ulG6VThWrs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=crfEMxvc22oaeu4VWnXoO6EpYxmVzzRxlLIA+ER6m8xQuNTqXGy2N4vM2lpiIBgiD 82TaU5yvsOuD7653oSeyEj0yapwvDnA/ICgr7YPdEzT3c3M2N2n9eFAPC/8Af+K4LF XSRhkZMWHQCqZt5rL4d6B7AK4hmIHB7evPqRsVQo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726575AbfJOKgN (ORCPT ); Tue, 15 Oct 2019 06:36:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:44358 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726441AbfJOKgN (ORCPT ); Tue, 15 Oct 2019 06:36:13 -0400 Received: from localhost (unknown [171.76.96.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 470BC2064B; Tue, 15 Oct 2019 10:36:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1571135773; bh=9iztyuwAyY1+lKbQfEHGpy3+Dgw2pZgS4ulG6VThWrs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZkqCFvCqSoL2hohqpARSrECg7b5GPzx2B6HM133Gyy/hYH6fEA7TNToeAeYcX0hsF LPCFL2bSMTbT5YG6MJvL5oZkn0g/2BEzXZo6DwaWjOJrsS/PXutJNjQ3tSzqvDA+L9 k9sg4D+oG4Zti7Bvuj+gv8bRwKcoAYJKCuUi1tzY= Date: Tue, 15 Oct 2019 16:06:08 +0530 From: Vinod Koul To: Biju Das Cc: Rob Herring , Geert Uytterhoeven , Mark Rutland , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, Simon Horman , Chris Paterson , Fabrizio Castro , linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: dmaengine: rcar-dmac: Document R8A774B1 bindings Message-ID: <20191015103608.GV2654@vkoul-mobl> References: <1569580629-55677-1-git-send-email-biju.das@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1569580629-55677-1-git-send-email-biju.das@bp.renesas.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 27-09-19, 11:37, Biju Das wrote: > Renesas RZ/G2N (R8A774B1) SoC also has the R-Car gen2/3 compatible > DMA controllers, therefore document RZ/G2N specific bindings. Applied, thanks -- ~Vinod