[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1659283359.419677.3380582.nullmailer@robh.at.kernel.org>
Date: Sun, 31 Jul 2022 10:02:39 -0600
From: Rob Herring <robh@...nel.org>
To: Ban Tao <fengzheng923@...il.com>
Cc: jernej.skrabec@...il.com, samuel@...lland.org,
krzysztof.kozlowski+dt@...aro.org, devicetree@...r.kernel.org,
lgirdwood@...il.com, linux-sunxi@...ts.linux.dev,
robh+dt@...nel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, alsa-devel@...a-project.org,
broonie@...nel.org, wens@...e.org
Subject: Re: [PATCH v7 2/2] ASoC: sun50i-dmic: dt-bindings: add DT bindings for DMIC controller
On Sun, 31 Jul 2022 05:51:01 -0700, Ban Tao wrote:
> DT binding documentation for this new ASoC driver.
>
> Signed-off-by: Ban Tao <fengzheng923@...il.com>
> Reviewed-by: Rob Herring <robh@...nel.org>
> Reviewed-by: Maxime Ripard <maxime@...no.tech>
> ---
> v1->v2:
> 1.Fix some build errors.
>
> v2->v3:
> 1.Fix some build errors.
>
> v3->v4:
> 1.None.
>
> v4->v5:
> 1.Add interrupt.
> 2.Keep clock and reset index.
>
> v5->v6:
> 1.None.
>
> v6->v7:
> 1.None.
> ---
> .../bindings/sound/allwinner,sun50i-h6-dmic.yaml | 79 ++++++++++++++++++++++
> 1 file changed, 79 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.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:
./Documentation/devicetree/bindings/sound/allwinner,sun50i-h6-dmic.yaml:79:4: [error] no new line character at the end of file (new-line-at-end-of-file)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/patch/
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.
Powered by blists - more mailing lists