All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.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
Subject: Re: [PATCH v9 08/17] ASoC: dt-bindings: add q6apm digital audio stream bindings
Date: Wed, 06 Oct 2021 14:08:13 -0500	[thread overview]
Message-ID: <1633547293.527218.2218062.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20211006113950.10782-9-srinivas.kandagatla@linaro.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 <srinivas.kandagatla@linaro.org>
> Reviewed-by: Rob Herring <robh@kernel.org>
> ---
>  .../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 <dt-bindings/soc/qcom,gpr.h>
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.


WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
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
Subject: Re: [PATCH v9 08/17] ASoC: dt-bindings: add q6apm digital audio stream bindings
Date: Wed, 06 Oct 2021 14:08:13 -0500	[thread overview]
Message-ID: <1633547293.527218.2218062.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20211006113950.10782-9-srinivas.kandagatla@linaro.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 <srinivas.kandagatla@linaro.org>
> Reviewed-by: Rob Herring <robh@kernel.org>
> ---
>  .../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 <dt-bindings/soc/qcom,gpr.h>
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.


  reply	other threads:[~2021-10-06 19:09 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-06 11:39 [PATCH v9 00/17] ASoC: qcom: Add AudioReach support Srinivas Kandagatla
2021-10-06 11:39 ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 01/17] ASoC: dt-bindings: move LPASS dai related bindings out of q6afe Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 02/17] ASoC: dt-bindings: move LPASS clocks " Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 03/17] ASoC: dt-bindings: rename q6afe.h to q6dsp-lpass-ports.h Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 04/17] ASoC: qdsp6: q6afe-dai: move lpass audio ports to common file Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 05/17] ASoC: qdsp6: q6afe-clocks: move audio-clocks " Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 06/17] ASoC: dt-bindings: q6dsp: add q6apm-lpass-dai compatible Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 07/17] ASoC: dt-bindings: lpass-clocks: add q6prm clocks compatible Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 08/17] ASoC: dt-bindings: add q6apm digital audio stream bindings Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 19:08   ` Rob Herring [this message]
2021-10-06 19:08     ` Rob Herring
2021-10-07  8:23     ` Srinivas Kandagatla
2021-10-07  8:23       ` Srinivas Kandagatla
2021-10-08 19:22       ` Rob Herring
2021-10-08 19:22         ` Rob Herring
2021-10-06 11:39 ` [PATCH v9 09/17] ASoC: qdsp6: audioreach: add basic pkt alloc support Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 10/17] ASoC: qdsp6: audioreach: add q6apm support Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 11/17] ASoC: qdsp6: audioreach: add module configuration command helpers Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 12/17] ASoC: qdsp6: audioreach: add Kconfig and Makefile Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-25 15:49   ` Mark Brown
2021-10-25 15:49     ` Mark Brown
2021-10-25 15:56     ` Srinivas Kandagatla
2021-10-25 15:56       ` Srinivas Kandagatla
2021-10-25 15:57       ` Mark Brown
2021-10-25 15:57         ` Mark Brown
2021-10-25 16:37   ` Mark Brown
2021-10-25 16:37     ` Mark Brown
2021-10-25 17:01     ` Srinivas Kandagatla
2021-10-25 17:01       ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 13/17] ASoC: qdsp6: audioreach: add topology support Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 14/17] ASoC: qdsp6: audioreach: add q6apm-dai support Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 15/17] ASoC: qdsp6: audioreach: add q6apm lpass dai support Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 16/17] ASoC: qdsp6: audioreach: add q6prm support Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-06 11:39 ` [PATCH v9 17/17] ASoC: qdsp6: audioreach: add support for q6prm-clocks Srinivas Kandagatla
2021-10-06 11:39   ` Srinivas Kandagatla
2021-10-26 19:06 ` [PATCH v9 00/17] ASoC: qcom: Add AudioReach support Mark Brown
2021-10-26 19:06   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1633547293.527218.2218062.nullmailer@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=bgoswami@codeaurora.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=plai@codeaurora.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.