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=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,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 5B6BAC433FE for ; Fri, 4 Dec 2020 00:14:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F111E222F9 for ; Fri, 4 Dec 2020 00:14:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727916AbgLDAOf (ORCPT ); Thu, 3 Dec 2020 19:14:35 -0500 Received: from relay05.th.seeweb.it ([5.144.164.166]:48641 "EHLO relay05.th.seeweb.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727787AbgLDAOf (ORCPT ); Thu, 3 Dec 2020 19:14:35 -0500 Received: from IcarusMOD.eternityproject.eu (unknown [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 9B0F640548; Fri, 4 Dec 2020 01:13:52 +0100 (CET) Subject: Re: [PATCH 11/13] dt-bindings: cpufreq: Convert qcom-cpufreq-hw to YAML binding To: Manivannan Sadhasivam Cc: viresh.kumar@linaro.org, rjw@rjwysocki.net, jorge.ramirez-ortiz@linaro.org, robh+dt@kernel.org, konrad.dybcio@somainline.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, ulf.hansson@linaro.org, nks@flawful.org, lgirdwood@gmail.com, daniel.lezcano@linaro.org, devicetree@vger.kernel.org, bjorn.andersson@linaro.org, phone-devel@vger.kernel.org, broonie@kernel.org, linux-arm-msm@vger.kernel.org, agross@kernel.org, marijn.suijten@somainline.org, martin.botka@somainline.org, robh@kernel.org References: <20201126184559.3052375-1-angelogioacchino.delregno@somainline.org> <20201126184559.3052375-12-angelogioacchino.delregno@somainline.org> <20201130172305.GA2661895@robh.at.kernel.org> <20201203111427.GA3937@thinkpad> From: AngeloGioacchino Del Regno Message-ID: Date: Fri, 4 Dec 2020 01:13:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <20201203111427.GA3937@thinkpad> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Il 03/12/20 12:14, Manivannan Sadhasivam ha scritto: > Hi, > > On Mon, Nov 30, 2020 at 10:23:05AM -0700, Rob Herring wrote: >> On Thu, 26 Nov 2020 19:45:57 +0100, AngeloGioacchino Del Regno wrote: >>> Convert the qcom-cpufreq-hw documentation to YAML binding as >>> qcom,cpufreq-hw.yaml. >>> >>> Signed-off-by: AngeloGioacchino Del Regno > > There is already a patch floating for this. Please see: > https://lkml.org/lkml/2020/10/20/676 > > Thanks, > Mani > Oh, I'm sorry, I wasn't aware of that, didn't want to step on you. Should I rebase patch 1345789 (patch 13/13 of this series) on top of the one that you pointed out and drop this one? - Angelo >>> --- >>> .../bindings/cpufreq/cpufreq-qcom-hw.txt | 173 +--------------- >>> .../bindings/cpufreq/qcom,cpufreq-hw.yaml | 196 ++++++++++++++++++ >>> 2 files changed, 197 insertions(+), 172 deletions(-) >>> create mode 100644 Documentation/devicetree/bindings/cpufreq/qcom,cpufreq-hw.yaml >>> >> >> >> 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/cpufreq/qcom,cpufreq-hw.yaml: properties:clock-names: [{'const': 'xo'}, {'const': 'ref'}] is not of type 'object', 'boolean' >> /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/cpufreq/qcom,cpufreq-hw.yaml: maintainers:0: 'TBD' is not a 'email' >> /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/cpufreq/qcom,cpufreq-hw.yaml: ignoring, error in schema: properties: clock-names >> warning: no schema found in file: ./Documentation/devicetree/bindings/cpufreq/qcom,cpufreq-hw.yaml >> Error: Documentation/devicetree/bindings/cpufreq/qcom,cpufreq-hw.example.dts:150.3-151.1 syntax error >> FATAL ERROR: Unable to parse input tree >> make[1]: *** [scripts/Makefile.lib:342: Documentation/devicetree/bindings/cpufreq/qcom,cpufreq-hw.example.dt.yaml] Error 1 >> make[1]: *** Waiting for unfinished jobs.... >> make: *** [Makefile:1364: dt_binding_check] Error 2 >> >> >> See https://patchwork.ozlabs.org/patch/1406857 >> >> 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. >>