From: Rob Herring <robh@kernel.org>
To: Nikita Shubin <nikita.shubin@maquefel.me>
Cc: Vinod Koul <vkoul@kernel.org>,
devicetree@vger.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
linux-kernel@vger.kernel.org,
Alexander Sverdlin <alexander.sverdlin@gmail.com>,
dmaengine@vger.kernel.org, Conor Dooley <conor+dt@kernel.org>
Subject: Re: [PATCH v5 08/39] dt-bindings: dma: Add Cirrus EP93xx
Date: Wed, 22 Nov 2023 08:44:11 -0700 [thread overview]
Message-ID: <20231122154411.GA1155942-robh@kernel.org> (raw)
In-Reply-To: <170065093445.115883.17187140881548762663.robh@kernel.org>
On Wed, Nov 22, 2023 at 04:02:29AM -0700, Rob Herring wrote:
>
> On Wed, 22 Nov 2023 11:59:46 +0300, Nikita Shubin wrote:
> > Add YAML bindings for ep93xx SoC DMA.
> >
> > Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
> > ---
> > .../bindings/dma/cirrus,ep9301-dma-m2m.yaml | 84 ++++++++++++
> > .../bindings/dma/cirrus,ep9301-dma-m2p.yaml | 144 +++++++++++++++++++++
> > 2 files changed, 228 insertions(+)
> >
>
> 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/dma/cirrus,ep9301-dma-m2p.example.dts:24:18: fatal error: dt-bindings/soc/cirrus,ep9301-syscon.h: No such file or directory
> 24 | #include <dt-bindings/soc/cirrus,ep9301-syscon.h>
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.
> make[2]: *** [scripts/Makefile.lib:419: Documentation/devicetree/bindings/dma/cirrus,ep9301-dma-m2p.example.dtb] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1424: dt_binding_check] Error 2
> make: *** [Makefile:234: __sub-make] Error 2
These can be ignored. Looks like patch 6 got delayed or something and
didn't get applied with the series.
Rob
next prev parent reply other threads:[~2023-11-22 15:44 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-22 8:59 [PATCH v5 00/39] ep93xx device tree conversion Nikita Shubin via B4 Relay
2023-11-22 8:59 ` [PATCH v5 06/39] dt-bindings: soc: Add Cirrus EP93xx Nikita Shubin via B4 Relay
2023-11-27 20:18 ` Rob Herring
2023-12-11 11:46 ` Nikita Shubin
2023-11-22 8:59 ` [PATCH v5 08/39] dt-bindings: dma: " Nikita Shubin via B4 Relay
2023-11-22 11:02 ` Rob Herring
2023-11-22 15:44 ` Rob Herring [this message]
2023-11-22 18:26 ` Krzysztof Kozlowski
2023-11-22 8:59 ` [PATCH v5 10/39] dt-bindings: watchdog: Add Cirrus EP93x Nikita Shubin via B4 Relay
2023-11-22 8:59 ` [PATCH v5 12/39] dt-bindings: pwm: Add Cirrus EP93xx Nikita Shubin via B4 Relay
2023-11-22 18:27 ` Krzysztof Kozlowski
2023-11-22 8:59 ` [PATCH v5 14/39] dt-bindings: spi: " Nikita Shubin via B4 Relay
2023-11-22 12:03 ` Mark Brown
2023-11-22 8:59 ` [PATCH v5 16/39] dt-bindings: net: " Nikita Shubin via B4 Relay
2023-11-22 11:02 ` Rob Herring
2023-11-22 8:59 ` [PATCH v5 18/39] dt-bindings: mtd: Add ts7200 nand-controller Nikita Shubin via B4 Relay
2023-11-22 11:02 ` Rob Herring
2023-11-22 8:59 ` [PATCH v5 20/39] dt-bindings: ata: Add Cirrus EP93xx Nikita Shubin via B4 Relay
2023-11-22 11:02 ` Rob Herring
2023-11-22 9:00 ` [PATCH v5 22/39] dt-bindings: input: Add Cirrus EP93xx keypad Nikita Shubin via B4 Relay
2023-11-22 11:02 ` Rob Herring
2023-11-22 9:00 ` [PATCH v5 24/39] dt-bindings: wdt: Add ts72xx Nikita Shubin via B4 Relay
2023-11-22 11:02 ` Rob Herring
2023-11-22 9:00 ` [PATCH v5 27/39] ASoC: dt-bindings: ep93xx: Document DMA support Nikita Shubin via B4 Relay
2023-11-22 11:02 ` Rob Herring
2023-11-22 12:05 ` Mark Brown
2023-11-22 18:47 ` Krzysztof Kozlowski
2023-11-22 9:00 ` [PATCH v5 28/39] ASoC: dt-bindings: ep93xx: Document Audio Port support Nikita Shubin via B4 Relay
2023-11-22 11:02 ` Rob Herring
2023-11-22 18:49 ` Krzysztof Kozlowski
2023-11-22 9:00 ` [PATCH v5 30/39] ARM: dts: add Cirrus EP93XX SoC .dtsi Nikita Shubin via B4 Relay
2023-11-22 9:00 ` [PATCH v5 31/39] ARM: dts: ep93xx: add ts7250 board Nikita Shubin via B4 Relay
2023-11-22 9:00 ` [PATCH v5 32/39] ARM: dts: ep93xx: Add EDB9302 DT Nikita Shubin via B4 Relay
2023-11-22 10:26 ` [PATCH v5 00/39] ep93xx device tree conversion Andy Shevchenko
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=20231122154411.GA1155942-robh@kernel.org \
--to=robh@kernel.org \
--cc=alexander.sverdlin@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nikita.shubin@maquefel.me \
--cc=vkoul@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;
as well as URLs for NNTP newsgroup(s).