linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Sverdlin <alexander.sverdlin@gmail.com>
To: "Rob Herring (Arm)" <robh@kernel.org>,
	Nikita Shubin <nikita.shubin@maquefel.me>
Cc: "Rob Herring" <robh+dt@kernel.org>,
	devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org,
	"Wim Van Sebroeck" <wim@linux-watchdog.org>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"Damien Le Moal" <dlemoal@kernel.org>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Vignesh Raghavendra" <vigneshr@ti.com>,
	linux-pwm@vger.kernel.org,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Ralf Baechle" <ralf@linux-mips.org>,
	"Sebastian Reichel" <sre@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	linux-ide@vger.kernel.org, "Stephen Boyd" <sboyd@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	linux-spi@vger.kernel.org,
	"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
	"Mark Brown" <broonie@kernel.org>,
	"Hartley Sweeten" <hsweeten@visionengravers.com>,
	linux-kernel@vger.kernel.org, "Takashi Iwai" <tiwai@suse.com>,
	"Andrew Lunn" <andrew@lunn.ch>,
	"Richard Weinberger" <richard@nod.at>,
	"Eric Dumazet" <edumazet@google.com>,
	linux-sound@vger.kernel.org, "Arnd Bergmann" <arnd@arndb.de>,
	linux-input@vger.kernel.org, "Jaroslav Kysela" <perex@perex.cz>,
	"Sergey Shtylyov" <s.shtylyov@omp.ru>,
	"Lukasz Majewski" <lukma@denx.de>
Subject: Re: [PATCH v11 00/38] ep93xx device tree conversion
Date: Mon, 15 Jul 2024 22:46:01 +0200	[thread overview]
Message-ID: <f68b628c3978a4fb0e5989e3b6918c756da1fefb.camel@gmail.com> (raw)
In-Reply-To: <172104541245.3725513.13547524352291855487.robh@kernel.org>

Hi Rob,

On Mon, 2024-07-15 at 06:12 -0600, Rob Herring (Arm) wrote:
> My bot found new DTB warnings on the .dts files added or changed in this
> series.
> 
> Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
> are fixed by another series. Ultimately, it is up to the platform
> maintainer whether these warnings are acceptable or not. No need to reply
> unless the platform maintainer has comments.
> 
> If you already ran DT checks and didn't see these error(s), then
> make sure dt-schema is up to date:
> 
>   pip3 install dtschema --upgrade
> 
> 
> New warnings running 'make CHECK_DTBS=y cirrus/ep93xx-bk3.dtb cirrus/ep93xx-edb9302.dtb cirrus/ep93xx-ts7250.dtb' for 20240715-ep93xx-v11-0-4e924efda795@maquefel.me:
> 
> arch/arm/boot/dts/cirrus/ep93xx-edb9302.dtb: /soc/spi@808a0000/codec@0: failed to match any schema with compatible: ['cirrus,cs4271']

well, this seems to come from the fact is still documented in a .txt file
(Documentation/devicetree/bindings/sound/cs4271.txt), which is not really
the scope of this series. Hope it's OK to ignore it for the series.

-- 
Alexander Sverdlin.


  reply	other threads:[~2024-07-15 20:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-15  8:38 [PATCH v11 00/38] ep93xx device tree conversion Nikita Shubin via B4 Relay
2024-07-15  8:38 ` [PATCH v11 22/38] dt-bindings: input: Add Cirrus EP93xx keypad Nikita Shubin via B4 Relay
2024-07-15  8:38 ` [PATCH v11 23/38] input: keypad: ep93xx: add DT support for Cirrus EP93xx Nikita Shubin via B4 Relay
2024-07-15 12:12 ` [PATCH v11 00/38] ep93xx device tree conversion Rob Herring (Arm)
2024-07-15 20:46   ` Alexander Sverdlin [this message]
2024-08-02  7:36     ` Nikita Shubin

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=f68b628c3978a4fb0e5989e3b6918c756da1fefb.camel@gmail.com \
    --to=alexander.sverdlin@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dlemoal@kernel.org \
    --cc=edumazet@google.com \
    --cc=hsweeten@visionengravers.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=lukma@denx.de \
    --cc=miquel.raynal@bootlin.com \
    --cc=nikita.shubin@maquefel.me \
    --cc=perex@perex.cz \
    --cc=ralf@linux-mips.org \
    --cc=richard@nod.at \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=s.shtylyov@omp.ru \
    --cc=sboyd@kernel.org \
    --cc=sre@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=tiwai@suse.com \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=vigneshr@ti.com \
    --cc=wim@linux-watchdog.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).