From: Niklas Cassel <cassel@kernel.org>
To: "Rob Herring (Arm)" <robh@kernel.org>
Cc: Nikita Shubin <nikita.shubin@maquefel.me>,
linux-kernel@vger.kernel.org, Damien Le Moal <dlemoal@kernel.org>,
devicetree@vger.kernel.org,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
linux-ide@vger.kernel.org, Conor Dooley <conor+dt@kernel.org>
Subject: Re: [PATCH v12 20/38] dt-bindings: ata: Add Cirrus EP93xx
Date: Mon, 9 Sep 2024 11:47:32 +0200 [thread overview]
Message-ID: <Zt7ENCkvBfoX3OVn@ryzen.lan> (raw)
In-Reply-To: <172587510301.3289247.9336315361343642952.robh@kernel.org>
On Mon, Sep 09, 2024 at 04:45:13AM -0500, Rob Herring (Arm) wrote:
>
> On Mon, 09 Sep 2024 11:10:45 +0300, Nikita Shubin wrote:
> > Add YAML bindings for ep93xx SoC PATA.
> >
> > Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
> > Acked-by: Damien Le Moal <dlemoal@kernel.org>
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > ---
> > .../bindings/ata/cirrus,ep9312-pata.yaml | 42 ++++++++++++++++++++++
> > 1 file changed, 42 insertions(+)
> >
>
> My bot found errors running 'make dt_binding_check' on your patch:
>
> yamllint warnings/errors:
>
> dtschema/dtc warnings/errors:
>
>
> doc reference errors (make refcheckdocs):
>
> See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240909-ep93xx-v12-20-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.
>
Hello Rob,
The list of warnings/errors is empty,
so I believe that you have a bug in your bot/scripts.
Kind regards,
Niklas
next prev parent reply other threads:[~2024-09-09 9:47 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)
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 [this message]
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=Zt7ENCkvBfoX3OVn@ryzen.lan \
--to=cassel@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlemoal@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nikita.shubin@maquefel.me \
--cc=robh@kernel.org \
/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