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=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 20C2AC3A59E for ; Wed, 4 Sep 2019 05:51:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DEE0F23400 for ; Wed, 4 Sep 2019 05:51:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567576307; bh=l7eIx4DSpd0U+fEd+RL7AhDqTLb6d7EsJav6w5VgEaY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=yqlUmcYl7RjODu/4DobsTJSrm2x7K9JEXWadkJIpofc4iGO4kQCDeFXegBeZ6xVL8 Sh1LXnkFDCfbyN1ZyTJzfU0xqXfkrolOvb9EKI54kDjIpxJJB6TxZBLW1jmjPJ2L10 Mj0Y0OpfPPjQn0KPMAjkBu8WoI/vQXOiCa8qwS8Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725947AbfIDFvq (ORCPT ); Wed, 4 Sep 2019 01:51:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:50584 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725840AbfIDFvq (ORCPT ); Wed, 4 Sep 2019 01:51:46 -0400 Received: from localhost (unknown [122.182.201.156]) (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 BC0DD23400; Wed, 4 Sep 2019 05:51:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567576305; bh=l7eIx4DSpd0U+fEd+RL7AhDqTLb6d7EsJav6w5VgEaY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dl7uTKaE4zW6dgY+wo0kzdahgAe/kvfTIdua16LeD8WFuL+EebLLxrP0WFepsQ6lw nc0pvE0VrG3grn6KMEPvk38PuBhANiMBBNQaaOMNDz5vchBtGl8ambJK86yJgtb3aJ 1m7rtUcO+51HsFQa/acNSwkivQismAJQMNRWUF10= Date: Wed, 4 Sep 2019 11:20:37 +0530 From: Vinod Koul To: jassisinghbrar@gmail.com Cc: dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, Jassi Brar Subject: Re: [PATCH v2 1/2] dt-bindings: milbeaut-m10v-hdmac: Add Socionext Milbeaut HDMAC bindings Message-ID: <20190904055037.GC2672@vkoul-mobl> References: <20190818051647.17475-1-jassisinghbrar@gmail.com> <20190818051754.17548-1-jassisinghbrar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190818051754.17548-1-jassisinghbrar@gmail.com> User-Agent: Mutt/1.12.0 (2019-05-25) Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 18-08-19, 00:17, jassisinghbrar@gmail.com wrote: > From: Jassi Brar > > Document the devicetree bindings for Socionext Milbeaut HDMAC > controller. Controller has upto 8 floating channels, that need > a predefined slave-id to work from a set of slaves. > > Signed-off-by: Jassi Brar > --- > .../bindings/dma/milbeaut-m10v-hdmac.txt | 32 +++++++++++++++++++ > 1 file changed, 32 insertions(+) > create mode 100644 Documentation/devicetree/bindings/dma/milbeaut-m10v-hdmac.txt > > diff --git a/Documentation/devicetree/bindings/dma/milbeaut-m10v-hdmac.txt b/Documentation/devicetree/bindings/dma/milbeaut-m10v-hdmac.txt > new file mode 100644 > index 000000000000..f0960724f1c7 > --- /dev/null > +++ b/Documentation/devicetree/bindings/dma/milbeaut-m10v-hdmac.txt > @@ -0,0 +1,32 @@ > +* Milbeaut AHB DMA Controller > + > +Milbeaut AHB DMA controller has transfer capability bellow. s/bellow/below: > + - device to memory transfer > + - memory to device transfer > + > +Required property: > +- compatible: Should be "socionext,milbeaut-m10v-hdmac" > +- reg: Should contain DMA registers location and length. > +- interrupts: Should contain all of the per-channel DMA interrupts. > + Number of channels is configurable - 2, 4 or 8, so > + the number of interrupts specfied should be {2,4,8}. s/specfied/specified -- ~Vinod