linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: conor.dooley@microchip.com
Cc: heiko@sntech.de, daire.mcnamara@microchip.com,
	palmer@dabbelt.com, bgolaszewski@baylibre.com,
	alexandre.belloni@bootlin.com, linux-pwm@vger.kernel.org,
	bin.meng@windriver.com, linux-riscv@lists.infradead.org,
	robh+dt@kernel.org, atishp@rivosinc.com, broonie@kernel.org,
	lee.jones@linaro.org, linux-gpio@vger.kernel.org,
	thierry.reding@gmail.com, linux-spi@vger.kernel.org,
	ivan.griffin@microchip.com, gregkh@linuxfoundation.org,
	linux-crypto@vger.kernel.org, lewis.hanly@microchip.com,
	u.kleine-koenig@pengutronix.de, jassisinghbrar@gmail.com,
	krzysztof.kozlowski@canonical.com, a.zummo@towertech.it,
	linux-usb@vger.kernel.org, paul.walmsley@sifive.com,
	linux-rtc@vger.kernel.org, geert@linux-m68k.org,
	linus.walleij@linaro.org, linux-i2c@vger.kernel.org,
	linux-kernel@vger.kernel.org, aou@eecs.berkeley.edu,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v3 09/15] dt-bindings: pwm: add microchip corepwm binding
Date: Sat, 15 Jan 2022 11:22:30 -0600	[thread overview]
Message-ID: <1642267350.939328.119891.nullmailer@robh.at.kernel.org> (raw)
In-Reply-To: <20220114151727.2319915-10-conor.dooley@microchip.com>

On Fri, 14 Jan 2022 15:17:21 +0000, conor.dooley@microchip.com wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> Add device tree bindings for the Microchip fpga fabric based "core" PWM controller.
> 
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
>  .../bindings/pwm/microchip,corepwm.yaml       | 75 +++++++++++++++++++
>  1 file changed, 75 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/pwm/microchip,corepwm.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/pwm/microchip,corepwm.example.dts:19:18: fatal error: dt-bindings/clock/microchip,mpfs-clock.h: No such file or directory
   19 |         #include "dt-bindings/clock/microchip,mpfs-clock.h"
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [scripts/Makefile.lib:373: Documentation/devicetree/bindings/pwm/microchip,corepwm.example.dt.yaml] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1413: dt_binding_check] Error 2

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/patch/1580131

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:[~2022-01-15 17:22 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14 15:17 [PATCH v3 00/15] Update the Icicle Kit device tree conor.dooley
2022-01-14 15:17 ` [PATCH v3 01/15] dt-bindings: soc/microchip: update syscontroller compatibles conor.dooley
2022-01-14 16:18   ` conor dooley
2022-01-15 17:22   ` Rob Herring
2022-01-14 15:17 ` [PATCH v3 02/15] dt-bindings: soc/microchip: add services as children of sys ctrlr conor.dooley
2022-01-14 15:17 ` [PATCH v3 03/15] mailbox: change mailbox-mpfs compatible string conor.dooley
2022-01-14 15:40   ` Geert Uytterhoeven
2022-01-14 16:15     ` conor dooley
2022-01-14 15:17 ` [PATCH v3 04/15] dt-bindings: i2c: add bindings for microchip mpfs i2c conor.dooley
2022-01-15 17:22   ` Rob Herring
2022-01-14 15:17 ` [PATCH v3 05/15] dt-bindings: rtc: add bindings for microchip mpfs rtc conor.dooley
2022-01-15 17:22   ` Rob Herring
2022-01-14 15:17 ` [PATCH v3 06/15] dt-bindings: gpio: add bindings for microchip mpfs gpio conor.dooley
2022-01-15 17:22   ` Rob Herring
2022-01-14 15:17 ` [PATCH v3 07/15] dt-bindings: spi: add bindings for microchip mpfs spi conor.dooley
2022-01-15 17:22   ` Rob Herring
2022-01-14 15:17 ` [PATCH v3 08/15] dt-bindings: usb: add bindings for microchip mpfs musb conor.dooley
2022-01-15 17:22   ` Rob Herring
2022-01-14 15:17 ` [PATCH v3 09/15] dt-bindings: pwm: add microchip corepwm binding conor.dooley
2022-01-15 17:22   ` Rob Herring [this message]
2022-01-14 15:17 ` [PATCH v3 10/15] riscv: dts: microchip: use clk defines for icicle kit conor.dooley
2022-01-14 15:17 ` [PATCH v3 11/15] riscv: dts: microchip: add fpga fabric section to " conor.dooley
2022-01-14 15:17 ` [PATCH v3 12/15] riscv: dts: microchip: refactor icicle kit device tree conor.dooley
2022-01-14 15:17 ` [PATCH v3 13/15] riscv: dts: microchip: update peripherals in " conor.dooley
2022-01-14 15:17 ` [PATCH v3 14/15] riscv: dts: microchip: add new peripherals to " conor.dooley
2022-01-14 16:35   ` conor dooley
2022-01-14 15:17 ` [PATCH v3 15/15] MAINTAINERS: update riscv/microchip entry conor.dooley

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=1642267350.939328.119891.nullmailer@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=aou@eecs.berkeley.edu \
    --cc=atishp@rivosinc.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=bin.meng@windriver.com \
    --cc=broonie@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=daire.mcnamara@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=heiko@sntech.de \
    --cc=ivan.griffin@microchip.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=lee.jones@linaro.org \
    --cc=lewis.hanly@microchip.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=palmer@dabbelt.com \
    --cc=paul.walmsley@sifive.com \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=u.kleine-koenig@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).