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

On Fri, 14 Jan 2022 15:17:18 +0000, conor.dooley@microchip.com wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> Add device tree bindings for the gpio controller on
> the Microchip PolarFire SoC.
> 
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
>  .../bindings/gpio/microchip,mpfs-gpio.yaml    | 80 +++++++++++++++++++
>  1 file changed, 80 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.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/gpio/microchip,mpfs-gpio.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/gpio/microchip,mpfs-gpio.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/1580118

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

On Fri, 14 Jan 2022 15:17:18 +0000, conor.dooley@microchip.com wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> Add device tree bindings for the gpio controller on
> the Microchip PolarFire SoC.
> 
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
>  .../bindings/gpio/microchip,mpfs-gpio.yaml    | 80 +++++++++++++++++++
>  1 file changed, 80 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.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/gpio/microchip,mpfs-gpio.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/gpio/microchip,mpfs-gpio.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/1580118

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.


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2022-01-15 17:23 UTC|newest]

Thread overview: 54+ 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 ` conor.dooley
2022-01-14 15:17 ` [PATCH v3 01/15] dt-bindings: soc/microchip: update syscontroller compatibles conor.dooley
2022-01-14 15:17   ` conor.dooley
2022-01-14 16:18   ` conor dooley
2022-01-14 16:18     ` conor dooley
2022-01-15 17:22   ` Rob Herring
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   ` conor.dooley
2022-01-14 15:17 ` [PATCH v3 03/15] mailbox: change mailbox-mpfs compatible string conor.dooley
2022-01-14 15:17   ` conor.dooley
2022-01-14 15:40   ` Geert Uytterhoeven
2022-01-14 15:40     ` Geert Uytterhoeven
2022-01-14 16:15     ` conor dooley
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-14 15:17   ` conor.dooley
2022-01-15 17:22   ` Rob Herring
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-14 15:17   ` conor.dooley
2022-01-15 17:22   ` Rob Herring
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-14 15:17   ` conor.dooley
2022-01-15 17:22   ` Rob Herring [this message]
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-14 15:17   ` conor.dooley
2022-01-15 17:22   ` Rob Herring
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-14 15:17   ` conor.dooley
2022-01-15 17:22   ` Rob Herring
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-14 15:17   ` conor.dooley
2022-01-15 17:22   ` Rob Herring
2022-01-15 17:22     ` Rob Herring
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   ` 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   ` 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   ` conor.dooley
2022-01-14 15:17 ` [PATCH v3 13/15] riscv: dts: microchip: update peripherals in " conor.dooley
2022-01-14 15:17   ` conor.dooley
2022-01-14 15:17 ` [PATCH v3 14/15] riscv: dts: microchip: add new peripherals to " conor.dooley
2022-01-14 15:17   ` conor.dooley
2022-01-14 16:35   ` 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
2022-01-14 15:17   ` 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.915591.119885.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 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.