From: "Rob Herring (Arm)" <robh@kernel.org>
To: Nikita Shubin <nikita.shubin@maquefel.me>
Cc: Paolo Abeni <pabeni@redhat.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
netdev@vger.kernel.org,
Alexander Sverdlin <alexander.sverdlin@gmail.com>,
Jakub Kicinski <kuba@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
linux-kernel@vger.kernel.org,
"David S. Miller" <davem@davemloft.net>,
devicetree@vger.kernel.org, Eric Dumazet <edumazet@google.com>
Subject: Re: [PATCH v12 16/38] dt-bindings: net: Add Cirrus EP93xx
Date: Mon, 09 Sep 2024 04:45:10 -0500 [thread overview]
Message-ID: <172587510035.3289162.6115111158359186923.robh@kernel.org> (raw)
In-Reply-To: <20240909-ep93xx-v12-16-e86ab2423d4b@maquefel.me>
On Mon, 09 Sep 2024 11:10:41 +0300, Nikita Shubin wrote:
> Add YAML bindings for ep93xx SoC Ethernet Controller.
>
> Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> .../devicetree/bindings/net/cirrus,ep9301-eth.yaml | 59 ++++++++++++++++++++++
> 1 file changed, 59 insertions(+)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/spi/cirrus,ep9301-spi.example.dts:25:18: fatal error: dt-bindings/clock/cirrus,ep9301-syscon.h: No such file or directory
25 | #include <dt-bindings/clock/cirrus,ep9301-syscon.h>
make[2]: *** [scripts/Makefile.lib:442: Documentation/devicetree/bindings/spi/cirrus,ep9301-spi.example.dtb] Error 1
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240909-ep93xx-v12-16-e86ab2423d4b@maquefel.me
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
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 after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
next prev parent reply other threads:[~2024-09-09 9:45 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-09 8:10 [PATCH v12 00/38] ep93xx device tree conversion Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 01/38] gpio: ep93xx: split device in multiple Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 02/38] ARM: ep93xx: add regmap aux_dev Nikita Shubin via B4 Relay
2024-09-11 22:46 ` Stephen Boyd
2024-09-12 7:47 ` Nikita Shubin
2024-09-09 8:10 ` [PATCH v12 03/38] clk: ep93xx: add DT support for Cirrus EP93xx Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 04/38] pinctrl: add a Cirrus ep93xx SoC pin controller Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 05/38] power: reset: Add a driver for the ep93xx reset Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 06/38] dt-bindings: soc: Add Cirrus EP93xx Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 07/38] soc: Add SoC driver for Cirrus ep93xx Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 08/38] dt-bindings: dma: Add Cirrus EP93xx Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 09/38] dmaengine: cirrus: Convert to DT for " Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 10/38] dt-bindings: watchdog: Add Cirrus EP93x Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 11/38] watchdog: ep93xx: add DT support for Cirrus EP93xx Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 12/38] dt-bindings: pwm: Add " Nikita Shubin via B4 Relay
2024-09-09 9:45 ` Rob Herring (Arm)
2024-09-09 11:40 ` Uwe Kleine-König
2024-09-09 8:10 ` [PATCH v12 13/38] pwm: ep93xx: add DT support for " Nikita Shubin via B4 Relay
2024-09-09 10:28 ` Andy Shevchenko
2024-09-09 10:41 ` Nikita Shubin
2024-09-09 8:10 ` [PATCH v12 14/38] dt-bindings: spi: Add " Nikita Shubin via B4 Relay
2024-09-09 9:45 ` Rob Herring (Arm)
2024-09-09 8:10 ` [PATCH v12 15/38] spi: ep93xx: add DT support for " Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 16/38] dt-bindings: net: Add " Nikita Shubin via B4 Relay
2024-09-09 9:45 ` Rob Herring (Arm) [this message]
2024-09-09 8:10 ` [PATCH v12 17/38] net: cirrus: add DT support for " Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 18/38] dt-bindings: mtd: Add ts7200 nand-controller Nikita Shubin via B4 Relay
2024-09-09 9:45 ` Rob Herring (Arm)
2024-09-09 8:10 ` [PATCH v12 19/38] mtd: rawnand: add support for ts72xx Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 20/38] dt-bindings: ata: Add Cirrus EP93xx Nikita Shubin via B4 Relay
2024-09-09 9:45 ` Rob Herring (Arm)
2024-09-09 9:47 ` Niklas Cassel
2024-09-09 9:52 ` Krzysztof Kozlowski
2024-09-09 8:10 ` [PATCH v12 21/38] ata: pata_ep93xx: add device tree support Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 22/38] dt-bindings: input: Add Cirrus EP93xx keypad Nikita Shubin via B4 Relay
2024-09-09 9:45 ` Rob Herring (Arm)
2024-09-09 8:10 ` [PATCH v12 23/38] input: keypad: ep93xx: add DT support for Cirrus EP93xx Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 24/38] wdt: ts72xx: add DT support for ts72xx Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 25/38] gpio: ep93xx: add DT support for gpio-ep93xx Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 26/38] ASoC: dt-bindings: ep93xx: Document DMA support Nikita Shubin via B4 Relay
2024-09-09 9:45 ` Rob Herring (Arm)
2024-09-09 8:10 ` [PATCH v12 27/38] ASoC: dt-bindings: ep93xx: Document Audio Port support Nikita Shubin via B4 Relay
2024-09-09 9:45 ` Rob Herring (Arm)
2024-09-09 8:10 ` [PATCH v12 28/38] ASoC: ep93xx: Drop legacy DMA support Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 29/38] ARM: dts: add Cirrus EP93XX SoC .dtsi Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 30/38] ARM: dts: ep93xx: add ts7250 board Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 31/38] ARM: dts: ep93xx: Add EDB9302 DT Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 32/38] ARM: ep93xx: DT for the Cirrus ep93xx SoC platforms Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 33/38] pwm: ep93xx: drop legacy pinctrl Nikita Shubin via B4 Relay
2024-09-09 8:10 ` [PATCH v12 34/38] ata: pata_ep93xx: remove legacy pinctrl use Nikita Shubin via B4 Relay
2024-09-09 8:11 ` [PATCH v12 35/38] ARM: ep93xx: delete all boardfiles Nikita Shubin via B4 Relay
2024-09-09 8:11 ` [PATCH v12 36/38] ARM: ep93xx: soc: drop defines Nikita Shubin via B4 Relay
2024-09-09 8:11 ` [PATCH v12 37/38] ASoC: cirrus: edb93xx: Delete driver Nikita Shubin via B4 Relay
2024-09-09 8:11 ` [PATCH v12 38/38] dmaengine: cirrus: remove platform code Nikita Shubin via B4 Relay
2024-09-09 8:49 ` [PATCH v12 00/38] ep93xx device tree conversion Andy Shevchenko
2024-09-09 9:02 ` Nikita Shubin
2024-09-11 15:12 ` Arnd Bergmann
2024-09-11 16:18 ` Andy Shevchenko
2024-09-23 9:27 ` Linus Walleij
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=172587510035.3289162.6115111158359186923.robh@kernel.org \
--to=robh@kernel.org \
--cc=alexander.sverdlin@gmail.com \
--cc=conor+dt@kernel.org \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nikita.shubin@maquefel.me \
--cc=pabeni@redhat.com \
/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
all inboxes | Powered by JetHome®