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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 CA395C433EF for ; Fri, 17 Sep 2021 19:50:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B54E160F43 for ; Fri, 17 Sep 2021 19:50:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344867AbhIQTvq (ORCPT ); Fri, 17 Sep 2021 15:51:46 -0400 Received: from mail-oi1-f176.google.com ([209.85.167.176]:35505 "EHLO mail-oi1-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234785AbhIQTuV (ORCPT ); Fri, 17 Sep 2021 15:50:21 -0400 Received: by mail-oi1-f176.google.com with SMTP id r26so15482064oij.2; Fri, 17 Sep 2021 12:48:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=k73+20oMzuAw5PJdzXrVZQ8DNLKi5Ygwc7hTogsnp9k=; b=RerxTSYNPhdbhFiYzE3HsnpiT+Mfig/YiWi8d0qEg/pKvj3mTZrkmLjipCVx3NLYNo tUgnlgWBemp+2o8YG6uGcaClElyahN9VdQ71eNJr0v+0RTpfkru1jVNBSE1IZl8zQ8jN fefj3wFRE/qzJadPveHz1II9mr1iMicaXeQeUxtW3MJaX9cIY4slsAL5Me8wxPYHnvkS xksulL1oQ381Vek3X8NyuUOvYJvifRBWppThu7a+EEo5+qG0vHZjwh2glVwUSD+Uwd2P 2enmauiCC3wmgzU/jwmGrb6bhVgJuzAjan4W5uLAg/vaYH3UddjslQV8LLHKB02a+ZXa r2CA== X-Gm-Message-State: AOAM530kVrGCjyHdjFA9s48F/cNJlVb8i4qq54aSau1SKTKjhye0/qBP 1xFZ+mKTK64xDv4gZQnT673WWUhGYQ== X-Google-Smtp-Source: ABdhPJyHkJprsjX0KNy6IqPp7iO8QrFdQymObPv0zprHFsIFbUJLu1hwZxjDZRpoBAGKg4nANmhoNQ== X-Received: by 2002:aca:3114:: with SMTP id x20mr1734704oix.174.1631908138523; Fri, 17 Sep 2021 12:48:58 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id o8sm1642429oiw.55.2021.09.17.12.48.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Sep 2021 12:48:57 -0700 (PDT) Received: (nullmailer pid 2025331 invoked by uid 1000); Fri, 17 Sep 2021 19:48:54 -0000 From: Rob Herring To: Srinivasa Rao Mandadapu Cc: perex@perex.cz, tiwai@suse.com, plai@codeaurora.org, robh+dt@kernel.org, alsa-devel@alsa-project.org, devicetree@vger.kernel.org, swboyd@chromium.org, broonie@kernel.org, lgirdwood@gmail.com, judyhsiao@chromium.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, bgoswami@codeaurora.org, agross@kernel.org, srinivas.kandagatla@linaro.org, bjorn.andersson@linaro.org, rohitkr@codeaurora.org In-Reply-To: <1631872892-1821-2-git-send-email-srivasam@codeaurora.org> References: <1631872892-1821-1-git-send-email-srivasam@codeaurora.org> <1631872892-1821-2-git-send-email-srivasam@codeaurora.org> Subject: Re: [PATCH v3 1/2] ASoC: google: dt-bindings: Add sc7280-herobrine machine bindings Date: Fri, 17 Sep 2021 14:48:54 -0500 Message-Id: <1631908134.321286.2025330.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Fri, 17 Sep 2021 15:31:31 +0530, Srinivasa Rao Mandadapu wrote: > Add devicetree bindings documentation file for sc7280 sound card > registration. > > Signed-off-by: Srinivasa Rao Mandadapu > --- > This patch depends on the dt-bindings header patch > -- https://patchwork.kernel.org/project/alsa-devel/list/?series=543829 > .../bindings/sound/google,sc7280-herobrine.yaml | 170 +++++++++++++++++++++ > 1 file changed, 170 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:385: Documentation/devicetree/bindings/sound/google,sc7280-herobrine.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1441: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1529313 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. 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=-14.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 61D10C433EF for ; Fri, 17 Sep 2021 19:50:06 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1575A60F6E for ; Fri, 17 Sep 2021 19:50:04 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1575A60F6E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 861E41758; Fri, 17 Sep 2021 21:49:12 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 861E41758 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1631908202; bh=vGpQmtK/lHQvioPJ69+Sb79b3xtA4HepYLpzuBjsVGQ=; h=From:To:In-Reply-To:References:Subject:Date:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=EJVb9w5+AsmgclSyfIBlBj9z5BMUsmMCqezBYSicM+BuRxque3Cm0uNkJh6WKCRw2 ReshoybhnV0l/QXKOxQsviuFZ1+aWsXj1V1aHNvVvfnmNnhbXQAQimzXl9ydBcZsMN eK0DjDSKaibQ2UJoC8XinWIQkTSh4orULFnYrnSE= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id F38ACF80227; Fri, 17 Sep 2021 21:49:11 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 7BD59F8027C; Fri, 17 Sep 2021 21:49:07 +0200 (CEST) Received: from mail-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id D130AF800E3 for ; Fri, 17 Sep 2021 21:49:00 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz D130AF800E3 Received: by mail-oi1-f170.google.com with SMTP id n78so2177165oig.6 for ; Fri, 17 Sep 2021 12:49:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:in-reply-to:references:subject:date :message-id; bh=k73+20oMzuAw5PJdzXrVZQ8DNLKi5Ygwc7hTogsnp9k=; b=7XsZeGvdHfSesSLNls+xZ8fBTZIff66zUUEpYI8tGvBMgYbG2XYhftiRHakapA5XYq Wyg0YCgyUIigr500w+JtlpyPwQEhYqo8W2vPkMqyQznvs1NfsbBnSOVHvXCuWjWQc2vn NeErWGVY68QvcK/T/qdHhEtuw/b2EqvIZ5OGDTdJ7OycxJ+iFMHiZPEx4pO2GesF0DvI m/BxcQxZFFiI1CdnD79YA87UWCWhPZ19I6Rhq6PS1DGYhP7hXL8bop8ePKRXxLKn2kIi rNV0refWRh4wthl01PcWHIufFH5CN2s55kJwclOowBLGaLzZknMkm/D355+ZiRqU+OPC 40yw== X-Gm-Message-State: AOAM5304EqYwcztk3rtoYOlPSHDi46EeYycb3PX9Z+C/zBAVd1xgw8DW 0b32Rtzg2kIx9YVsMmMzwQ== X-Google-Smtp-Source: ABdhPJyHkJprsjX0KNy6IqPp7iO8QrFdQymObPv0zprHFsIFbUJLu1hwZxjDZRpoBAGKg4nANmhoNQ== X-Received: by 2002:aca:3114:: with SMTP id x20mr1734704oix.174.1631908138523; Fri, 17 Sep 2021 12:48:58 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id o8sm1642429oiw.55.2021.09.17.12.48.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Sep 2021 12:48:57 -0700 (PDT) Received: (nullmailer pid 2025331 invoked by uid 1000); Fri, 17 Sep 2021 19:48:54 -0000 From: Rob Herring To: Srinivasa Rao Mandadapu In-Reply-To: <1631872892-1821-2-git-send-email-srivasam@codeaurora.org> References: <1631872892-1821-1-git-send-email-srivasam@codeaurora.org> <1631872892-1821-2-git-send-email-srivasam@codeaurora.org> Subject: Re: [PATCH v3 1/2] ASoC: google: dt-bindings: Add sc7280-herobrine machine bindings Date: Fri, 17 Sep 2021 14:48:54 -0500 Message-Id: <1631908134.321286.2025330.nullmailer@robh.at.kernel.org> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, bgoswami@codeaurora.org, bjorn.andersson@linaro.org, lgirdwood@gmail.com, linux-kernel@vger.kernel.org, plai@codeaurora.org, tiwai@suse.com, robh+dt@kernel.org, broonie@kernel.org, linux-arm-msm@vger.kernel.org, agross@kernel.org, rohitkr@codeaurora.org, swboyd@chromium.org, judyhsiao@chromium.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Fri, 17 Sep 2021 15:31:31 +0530, Srinivasa Rao Mandadapu wrote: > Add devicetree bindings documentation file for sc7280 sound card > registration. > > Signed-off-by: Srinivasa Rao Mandadapu > --- > This patch depends on the dt-bindings header patch > -- https://patchwork.kernel.org/project/alsa-devel/list/?series=543829 > .../bindings/sound/google,sc7280-herobrine.yaml | 170 +++++++++++++++++++++ > 1 file changed, 170 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:385: Documentation/devicetree/bindings/sound/google,sc7280-herobrine.example.dt.yaml] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1441: dt_binding_check] Error 2 doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1529313 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.