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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1EF44C433F5 for ; Wed, 6 Oct 2021 19:09:29 +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 A453861175 for ; Wed, 6 Oct 2021 19:09:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org A453861175 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 70BDB83A; Wed, 6 Oct 2021 21:08:35 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 70BDB83A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1633547365; bh=5vtrxa2ZSZI/xltxgb+4xsUMcvv8Ge9zP/BPBICVw6o=; h=From:To:In-Reply-To:References:Subject:Date:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=m1j4rRkFvNAhuIIAYFbZYFSZ+iLD41YrqPyRkkqrJVwIWnJUN9ruOm7a0JxOwI8aS fwHnWn6cGG2Hk6wztymPpAz1mn9Mjtkcwr8Uhg0h7CVyMICtfp5CAs9anqWO3m6NQP 1W9cInnHoLfU8dINBmz4MqVm6ttFBSYZ6bQ4EJ64= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id EB87CF80229; Wed, 6 Oct 2021 21:08:34 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 5EACDF80240; Wed, 6 Oct 2021 21:08:33 +0200 (CEST) Received: from mail-ot1-f53.google.com (mail-ot1-f53.google.com [209.85.210.53]) (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 CE222F8010B for ; Wed, 6 Oct 2021 21:08:19 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz CE222F8010B Received: by mail-ot1-f53.google.com with SMTP id 5-20020a9d0685000000b0054706d7b8e5so4425119otx.3 for ; Wed, 06 Oct 2021 12:08:19 -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=UtwrzsrYrexw7egYl4wU8hBbEuUQZK7E7w2jgOhW2FY=; b=ZYhwymEZOTou3K11t/PzPcoo3Ln7vFjcka6R3HGCxT/PEFJilyxhmx72nVpccbA9sy aYCFetxmJqZ2kswueyOmYvyj/oVMTebW4oLzRCVZNjFl7v608UVkr893BVQl22KvEpgu NctXXaYqXX8CQ4erw0GlQaG0fO3WLduBuwRqeO5V42KXW3YKlw5BF68yR1YHHiRhhk3v DPUZHpDdYNdzSZGPQ7fPyVhtkOhb+YXf+5G9hUaT8rO5J+c79oHQReGvGFWpq+VpJ8/v lXxaz1kiJ18561CK9bwKCZiY62BaNrfYkxuxnANn0i5KhdA37gIHEYju97dwlzdW4XdX cD6g== X-Gm-Message-State: AOAM531Fx0/JXhYPzBb+qoOauj2QX3LbYIfXe+S+vShyztoa37pZCHiw JdLjzUOn/vdws7N7SfG1Hg== X-Google-Smtp-Source: ABdhPJzCcOPOOJdCjqSevCGuw5AOGRSNXRgCFkbO/1DpFLBrPrHrCVeoHRNZya0eH6wzs4sJ3fSSQw== X-Received: by 2002:a9d:4702:: with SMTP id a2mr347403otf.271.1633547297462; Wed, 06 Oct 2021 12:08:17 -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 q39sm268643oiw.47.2021.10.06.12.08.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Oct 2021 12:08:16 -0700 (PDT) Received: (nullmailer pid 2218064 invoked by uid 1000); Wed, 06 Oct 2021 19:08:13 -0000 From: Rob Herring To: Srinivas Kandagatla In-Reply-To: <20211006113950.10782-9-srinivas.kandagatla@linaro.org> References: <20211006113950.10782-1-srinivas.kandagatla@linaro.org> <20211006113950.10782-9-srinivas.kandagatla@linaro.org> Subject: Re: [PATCH v9 08/17] ASoC: dt-bindings: add q6apm digital audio stream bindings Date: Wed, 06 Oct 2021 14:08:13 -0500 Message-Id: <1633547293.527218.2218062.nullmailer@robh.at.kernel.org> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, bgoswami@codeaurora.org, tiwai@suse.de, plai@codeaurora.org, lgirdwood@gmail.com, pierre-louis.bossart@linux.intel.com, broonie@kernel.org, bjorn.andersson@linaro.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 Wed, 06 Oct 2021 12:39:41 +0100, Srinivas Kandagatla wrote: > On AudioReach audio Framework, Audio Streams (PCM/Compressed) are managed by > Q6APM(Audio Process Manager) service. This patch adds bindings for this DAIs > exposed by the DSP. > > Signed-off-by: Srinivas Kandagatla > Reviewed-by: Rob Herring > --- > .../bindings/sound/qcom,q6apm-dai.yaml | 53 +++++++++++++++++++ > 1 file changed, 53 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/qcom,q6apm-dai.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: Documentation/devicetree/bindings/sound/qcom,q6apm-dai.example.dts:19:18: fatal error: dt-bindings/soc/qcom,gpr.h: No such file or directory 19 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:385: Documentation/devicetree/bindings/sound/qcom,q6apm-dai.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/1537089 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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8BDF4C4332F for ; Wed, 6 Oct 2021 19:08:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7738361151 for ; Wed, 6 Oct 2021 19:08:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239274AbhJFTKM (ORCPT ); Wed, 6 Oct 2021 15:10:12 -0400 Received: from mail-ot1-f51.google.com ([209.85.210.51]:41669 "EHLO mail-ot1-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239225AbhJFTKK (ORCPT ); Wed, 6 Oct 2021 15:10:10 -0400 Received: by mail-ot1-f51.google.com with SMTP id 97-20020a9d006a000000b00545420bff9eso4393436ota.8 for ; Wed, 06 Oct 2021 12:08:17 -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=UtwrzsrYrexw7egYl4wU8hBbEuUQZK7E7w2jgOhW2FY=; b=3vPJpRtMWCI1k7nqIt+CwoNkbjKWIEhDXQjpfIbuR6F9JI8O/Wru5V0LzZd9ep7eGR XLvDbho3AoFARBIDraRYV6iHvvP845d8F5bIg2/y1+awDzR90uEe19r9lf0DVcDAo72T uMl3ybcYlpSFfEDIXykLP6PgaWlOa9EXm5/OHBvIZAhYSGrBKi5pjCAmUB1AlMMOV9O1 kMHYmJs5FXzgmmzdBY2wdjAIfHcxh0160kPJYbkBDltDpLSTPbIPH+shfFnOucGNIc1P LK4PTIyiJFaGzinriHxk1rEEWabJv+/0j64HYZkoNBUwjjk7rhAPTZkyQDY7Yc6JGRQU wAcg== X-Gm-Message-State: AOAM530I9idPfE3IZ2WCxgvxmGQF2MUI+d4eXAaIKGwcu2hdGftgbMV4 XEjRoftQphNcoFqGUgroHA== X-Google-Smtp-Source: ABdhPJzCcOPOOJdCjqSevCGuw5AOGRSNXRgCFkbO/1DpFLBrPrHrCVeoHRNZya0eH6wzs4sJ3fSSQw== X-Received: by 2002:a9d:4702:: with SMTP id a2mr347403otf.271.1633547297462; Wed, 06 Oct 2021 12:08:17 -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 q39sm268643oiw.47.2021.10.06.12.08.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Oct 2021 12:08:16 -0700 (PDT) Received: (nullmailer pid 2218064 invoked by uid 1000); Wed, 06 Oct 2021 19:08:13 -0000 From: Rob Herring To: Srinivas Kandagatla Cc: lgirdwood@gmail.com, tiwai@suse.de, devicetree@vger.kernel.org, broonie@kernel.org, plai@codeaurora.org, pierre-louis.bossart@linux.intel.com, alsa-devel@alsa-project.org, perex@perex.cz, bjorn.andersson@linaro.org, bgoswami@codeaurora.org In-Reply-To: <20211006113950.10782-9-srinivas.kandagatla@linaro.org> References: <20211006113950.10782-1-srinivas.kandagatla@linaro.org> <20211006113950.10782-9-srinivas.kandagatla@linaro.org> Subject: Re: [PATCH v9 08/17] ASoC: dt-bindings: add q6apm digital audio stream bindings Date: Wed, 06 Oct 2021 14:08:13 -0500 Message-Id: <1633547293.527218.2218062.nullmailer@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 06 Oct 2021 12:39:41 +0100, Srinivas Kandagatla wrote: > On AudioReach audio Framework, Audio Streams (PCM/Compressed) are managed by > Q6APM(Audio Process Manager) service. This patch adds bindings for this DAIs > exposed by the DSP. > > Signed-off-by: Srinivas Kandagatla > Reviewed-by: Rob Herring > --- > .../bindings/sound/qcom,q6apm-dai.yaml | 53 +++++++++++++++++++ > 1 file changed, 53 insertions(+) > create mode 100644 Documentation/devicetree/bindings/sound/qcom,q6apm-dai.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: Documentation/devicetree/bindings/sound/qcom,q6apm-dai.example.dts:19:18: fatal error: dt-bindings/soc/qcom,gpr.h: No such file or directory 19 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [scripts/Makefile.lib:385: Documentation/devicetree/bindings/sound/qcom,q6apm-dai.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/1537089 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.