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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 BBEE0C4741F for ; Wed, 4 Nov 2020 19:02:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6D1A820704 for ; Wed, 4 Nov 2020 19:02:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604516563; bh=sjWhlw9Gwp0mlQybws497FQ5PS86FmJ7bg0lhndbPSI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=1OFeyX+Y84O7a0xCaW2FUfkxTYk7+JFDBsuv/r8h9iwc3lVgEn1CJvXSWAbpz/iOZ 14q0bA6UHNHpAdDp9OyHDcI4eeXugbKCmx9BS7i645arsVJ7pSzADBs2PT6+QpEx5F S+0rKwennrQHZTHwWI+8iDWY5zN0nWdJvi4sJ+w8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731001AbgKDTCe (ORCPT ); Wed, 4 Nov 2020 14:02:34 -0500 Received: from mail-oo1-f66.google.com ([209.85.161.66]:41325 "EHLO mail-oo1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729555AbgKDTBC (ORCPT ); Wed, 4 Nov 2020 14:01:02 -0500 Received: by mail-oo1-f66.google.com with SMTP id n2so5336764ooo.8; Wed, 04 Nov 2020 11:01:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=28TSBEACDPg4TOixmPv6qTaMuTlZjdSzlb52Hl2/KaM=; b=P6G3lXBXhx8x3TCJh5uvkqZefXs9JBabj6BcAArpScYQ+JwqRDDnJlw9NGAWBm3flY 6bTttaHmOaekTK7CXdD06V9/v3/bjMdJxg7RMiBhs/vqNc9QJmRPKAGYFY+asIyXSfog PtT+W+rWwuSLfQnsO5xKcZcS0stflqu6TEWVYZWAhje+a3rinslj0efDWJ9BlTr81obQ U20gIjfwiAfKxeFvXM0I2dxCfdcOwLHSpPUyaNw2xoPhxou22Ynm+R4a/1UyhdewlvnN wxjTG9/NyFUnPymtMk1yq9f4DpOa0Bi/p0w8UQlxJmd7LVfLw2EYe31yodfANjXRO3UZ cIAA== X-Gm-Message-State: AOAM530nUdyZD8ssMi/R2jGZgPJyCUJIKgbd0C0gxV2bUE2Wz8SNmjqA CC5rshp/KePfxIisbaCmd/KQrqgwuQ== X-Google-Smtp-Source: ABdhPJzsluuC2hERxHZwZe3UQMIR6GG4OMT2RUm6D2mmZ79HE7zUD6ZJS1WAdGIgSYPCRrhTzr6AIg== X-Received: by 2002:a4a:d554:: with SMTP id q20mr19826886oos.23.1604516461232; Wed, 04 Nov 2020 11:01:01 -0800 (PST) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id b92sm654957otc.70.2020.11.04.11.01.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Nov 2020 11:01:00 -0800 (PST) Received: (nullmailer pid 3952952 invoked by uid 1000); Wed, 04 Nov 2020 19:00:59 -0000 Date: Wed, 4 Nov 2020 13:00:59 -0600 From: Rob Herring To: Vinod Koul Cc: Bjorn Andersson , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Peter Ujfalusi , Rob Herring Subject: Re: [PATCH v5 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding Message-ID: <20201104190059.GA3950437@bogus> References: <20201103112544.674566-1-vkoul@kernel.org> <20201103112544.674566-2-vkoul@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201103112544.674566-2-vkoul@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 03 Nov 2020 16:55:42 +0530, Vinod Koul wrote: > Add devicetree binding documentation for GPI DMA controller > implemented on Qualcomm SoCs > > Reviewed-by: Rob Herring > Signed-off-by: Vinod Koul > --- > .../devicetree/bindings/dma/qcom,gpi.yaml | 90 +++++++++++++++++++ > include/dt-bindings/dma/qcom-gpi.h | 11 +++ > 2 files changed, 101 insertions(+) > create mode 100644 Documentation/devicetree/bindings/dma/qcom,gpi.yaml > create mode 100644 include/dt-bindings/dma/qcom-gpi.h > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/dma/qcom,gpi.yaml: properties: {'enum': ['$ref', 'additionalItems', 'additionalProperties', 'allOf', 'anyOf', 'const', 'contains', 'default', 'dependencies', 'deprecated', 'description', 'else', 'enum', 'if', 'items', 'maxItems', 'maximum', 'minItems', 'minimum', 'multipleOf', 'not', 'oneOf', 'pattern', 'patternProperties', 'properties', 'propertyNames', 'required', 'then', 'unevaluatedProperties']} is not allowed for 'additionalProperties' /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/dma/qcom,gpi.yaml: ignoring, error in schema: properties warning: no schema found in file: ./Documentation/devicetree/bindings/dma/qcom,gpi.yaml See https://patchwork.ozlabs.org/patch/1392940 The base for the patch is generally the last rc1. Any dependencies should be noted. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.