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=-17.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,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=unavailable 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 4E032C433F5 for ; Wed, 15 Sep 2021 03:44:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2EAD061214 for ; Wed, 15 Sep 2021 03:44:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236219AbhIODpg (ORCPT ); Tue, 14 Sep 2021 23:45:36 -0400 Received: from m43-7.mailgun.net ([69.72.43.7]:57015 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236207AbhIODpf (ORCPT ); Tue, 14 Sep 2021 23:45:35 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1631677457; h=Content-Transfer-Encoding: Content-Type: In-Reply-To: MIME-Version: Date: Message-ID: From: References: Cc: To: Subject: Sender; bh=un4+OahdUMsVUVi8/7ow3BxZ9Gz3YZpgJT4xqgBMLNA=; b=XU+ejRf0DJ4QXbS6cUd8laDfu1y2FdPDuy30zYhrTaH0VfC+elBeLQAYtRsrjfKcf4hk5McE xh6u38UgadfReU/a7mnq5Rd9ZPEmwwXAj4sYIJmF2OlaoOymkP0rXSZfpt44GQoy7UCi1NZB W+lYODZUoDVbkXad/2V5hkM6Dtc= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI1MzIzYiIsICJsaW51eC1hcm0tbXNtQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-east-1.postgun.com with SMTP id 61416c10c1b30e2f02721a63 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Wed, 15 Sep 2021 03:44:16 GMT Sender: srivasam=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id D2168C4361A; Wed, 15 Sep 2021 03:44:15 +0000 (UTC) Received: from [192.168.29.24] (unknown [49.37.165.159]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: srivasam) by smtp.codeaurora.org (Postfix) with ESMTPSA id 09F8EC4338F; Wed, 15 Sep 2021 03:44:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org 09F8EC4338F Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=codeaurora.org Subject: Re: [PATCH 1/2] ASoC: google: dt-bindings: Add sc7280-herobrine machine bindings To: Rob Herring Cc: Bjorn Andersson , "Gross, Andy" , Rohit kumar , linux-arm-msm , Srinivas Kandagatla , "linux-kernel@vger.kernel.org" , Mark Brown , Linux-ALSA , Banajit Goswami , devicetree@vger.kernel.org, Takashi Iwai , judyhsiao@chromium.org, Liam Girdwood , Jaroslav Kysela , Stephen Boyd , Patrick Lai References: <1631124057-17155-1-git-send-email-srivasam@codeaurora.org> <1631124057-17155-2-git-send-email-srivasam@codeaurora.org> <1631190773.288819.200339.nullmailer@robh.at.kernel.org> From: Srinivasa Rao Mandadapu Organization: Qualcomm India Private Limited. Message-ID: Date: Wed, 15 Sep 2021 09:14:06 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 9/14/2021 6:23 PM, Rob Herring wrote: > On Mon, Sep 13, 2021 at 3:20 AM Srinivasa Rao Mandadapu > wrote: >> Thanks for info Rob!!!. > Don't top-post on maillists. Okay. Will take care from Next time. > >> This error is due to missing dependency >> patch.(https://patchwork.kernel.org/project/alsa-devel/list/?series=543829) >> >> Could You Please check with the above patch applied? > No. How is a script supposed to handle that? > > Where have you noted the dependency in the patch? Without that, I > assume you just didn't run 'make dt_binding_check' and the maintainer > doesn't know to check that the dependency is applied. > > Rob Included dependency list in cover letter. Will include in this patch next time. >> >> On 9/9/2021 6:02 PM, Rob Herring wrote: >>> On Wed, 08 Sep 2021 23:30:56 +0530, Srinivasa Rao Mandadapu wrote: >>>> Add devicetree bindings documentation file for sc7280 sound card >>>> registration. >>>> >>>> Signed-off-by: Srinivasa Rao Mandadapu >>>> --- >>>> .../bindings/sound/google,sc7280-herobrine.yaml | 169 +++++++++++++++++++++ >>>> 1 file changed, 169 insertions(+) >>>> create mode 100644 Documentation/devicetree/bindings/sound/google,sc7280-herobrine.yaml >>>> >>> My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' >>> on your patch (DT_CHECKER_FLAGS is new in v5.13): >>> >>> yamllint warnings/errors: >>> >>> dtschema/dtc warnings/errors: >>> Error: Documentation/devicetree/bindings/sound/google,sc7280-herobrine.example.dts:46.24-25 syntax error >>> FATAL ERROR: Unable to parse input tree >>> make[1]: *** [scripts/Makefile.lib:379: Documentation/devicetree/bindings/sound/google,sc7280-herobrine.example.dt.yaml] Error 1 >>> make[1]: *** Waiting for unfinished jobs.... >>> make: *** [Makefile:1438: dt_binding_check] Error 2 >>> >>> doc reference errors (make refcheckdocs): >>> >>> See https://patchwork.ozlabs.org/patch/1525980 >>> >>> This check can fail if there are any dependencies. The base for a patch >>> series is generally the most recent rc1. >>> >>> 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. >>> >> -- >> Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc., >> is a member of Code Aurora Forum, a Linux Foundation Collaborative Project. >> -- Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc., is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.