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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,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 22EA8C3A5A1 for ; Wed, 28 Aug 2019 07:25:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EBA2E2189D for ; Wed, 28 Aug 2019 07:25:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="DprJg+7g" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726322AbfH1HZK (ORCPT ); Wed, 28 Aug 2019 03:25:10 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:34204 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726154AbfH1HZK (ORCPT ); Wed, 28 Aug 2019 03:25:10 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id x7S7OxBL128105; Wed, 28 Aug 2019 02:24:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1566977099; bh=pHyb5hhjOJ/59tZ3itIB2wCsNr0fqOVSdMsLMcMWCFg=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=DprJg+7gYdCQZU3GT0E4RZqlgPotiqCwfk4/ZIrngU2ongYe4mokK686Rnj+8I0xr IGya1Edsw00RFX6LQeC+EFbZt4g4MhamBOOVxJkE/2gwtrOA0vU6Vf0F7CYkjqXP8Q PyfdZXK+wt2I6GRnyBmKO41um+l6u+dp49pldKhI= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x7S7OxBR030983 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 28 Aug 2019 02:24:59 -0500 Received: from DFLE100.ent.ti.com (10.64.6.21) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Wed, 28 Aug 2019 02:24:58 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Wed, 28 Aug 2019 02:24:57 -0500 Received: from [192.168.2.6] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id x7S7Oumq019424; Wed, 28 Aug 2019 02:24:56 -0500 Subject: Re: [PATCH] dt-bindings: dmaengine: dma-common: Revise the dma-channel-mask property To: Yoshihiro Shimoda , , , CC: , References: <1566974375-32482-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> From: Peter Ujfalusi Message-ID: Date: Wed, 28 Aug 2019 10:25:19 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <1566974375-32482-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 28/08/2019 9.39, Yoshihiro Shimoda wrote: > The commit b37e3534ac42 ("dt-bindings: dmaengine: Add YAML schemas > for the generic DMA bindings") changed the property from > dma-channel-mask to dma-channel-masks. So, this patch revises it. > > Fixes: b37e3534ac42 ("dt-bindings: dmaengine: Add YAML schemas for the generic DMA bindings") > Signed-off-by: Yoshihiro Shimoda > --- > Documentation/devicetree/bindings/dma/dma-common.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/dma/dma-common.yaml b/Documentation/devicetree/bindings/dma/dma-common.yaml > index 0141af0..ed0a49a 100644 > --- a/Documentation/devicetree/bindings/dma/dma-common.yaml > +++ b/Documentation/devicetree/bindings/dma/dma-common.yaml > @@ -24,7 +24,7 @@ properties: > description: > Used to provide DMA controller specific information. > > - dma-channel-masks: > + dma-channel-mask: > $ref: /schemas/types.yaml#definitions/uint32 How this mask supposed to be used for controllers having more than 32 channels (64, 300+)? > description: > Bitmask of available DMA channels in ascending order that are > - Péter Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki