devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Rob Herring <robh@kernel.org>
Cc: linux-samsung-soc@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	linux-kernel@vger.kernel.org,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>,
	Alain Volmat <alain.volmat@foss.st.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Hans Verkuil <hverkuil-cisco@xs4all.nl>,
	linux-arm-kernel@lists.infradead.org,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	linux-amlogic@lists.infradead.org, Joe Tessler <jrt@google.com>,
	Jeff Chase <jnchase@google.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Yannick Fertre <yannick.fertre@foss.st.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	linux-tegra@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	Rob Herring <robh+dt@kernel.org>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	linux-media@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 5/9] media: dt-bindings: chrontel,ch7322: reference common CEC properties
Date: Mon, 5 Dec 2022 16:17:54 +0100	[thread overview]
Message-ID: <da51f5db-b697-47f1-208f-e710e491299e@linaro.org> (raw)
In-Reply-To: <167025248440.1785019.8058849269946787324.robh@kernel.org>

On 05/12/2022 16:07, Rob Herring wrote:
> 
> On Sun, 04 Dec 2022 19:29:04 +0100, Krzysztof Kozlowski wrote:
>> Reference common HDMI CEC adapter properties to simplify the binding and
>> have only one place of definition for common properties.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>>  .../devicetree/bindings/media/i2c/chrontel,ch7322.yaml   | 9 ++++-----
>>  1 file changed, 4 insertions(+), 5 deletions(-)
>>
> 
> 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:
> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/i2c/chrontel,ch7322.example.dtb: ch7322@75: $nodename:0: 'ch7322@75' does not match 

I'll fix it.

Best regards,
Krzysztof


  reply	other threads:[~2022-12-05 15:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-04 18:29 [PATCH 1/9] media: dt-bindings: amlogic,meson-gx-ao-cec: move to cec subfolder Krzysztof Kozlowski
2022-12-04 18:29 ` [PATCH 2/9] media: dt-bindings: st,stm32-cec: " Krzysztof Kozlowski
2022-12-04 18:29 ` [PATCH 3/9] media: dt-bindings: cec: convert common CEC properties to DT schema Krzysztof Kozlowski
2022-12-05  8:07   ` Hans Verkuil
2022-12-04 18:29 ` [PATCH 4/9] media: dt-bindings: amlogic,meson-gx-ao-cec: reference common CEC properties Krzysztof Kozlowski
2022-12-05  8:14   ` Neil Armstrong
2022-12-04 18:29 ` [PATCH 5/9] media: dt-bindings: chrontel,ch7322: " Krzysztof Kozlowski
2022-12-05 15:07   ` Rob Herring
2022-12-05 15:17     ` Krzysztof Kozlowski [this message]
2022-12-04 18:29 ` [PATCH 6/9] media: dt-bindings: samsung,s5p-cec: convert to DT schema Krzysztof Kozlowski
2022-12-04 18:29 ` [PATCH 7/9] media: dt-bindings: cec-gpio: " Krzysztof Kozlowski
2022-12-05  8:09   ` Hans Verkuil
2022-12-04 18:29 ` [PATCH 8/9] media: dt-bindings: nvidia,tegra-cec: " Krzysztof Kozlowski
2022-12-05  8:10   ` Hans Verkuil
2022-12-04 18:29 ` [PATCH 9/9] media: dt-bindings: st,stih-cec: " Krzysztof Kozlowski
2022-12-05  8:13 ` [PATCH 1/9] media: dt-bindings: amlogic,meson-gx-ao-cec: move to cec subfolder Neil Armstrong

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=da51f5db-b697-47f1-208f-e710e491299e@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=alain.volmat@foss.st.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=devicetree@vger.kernel.org \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=jbrunet@baylibre.com \
    --cc=jnchase@google.com \
    --cc=jonathanh@nvidia.com \
    --cc=jrt@google.com \
    --cc=khilman@baylibre.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux-tegra@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=mchehab@kernel.org \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=neil.armstrong@linaro.org \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=yannick.fertre@foss.st.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;
as well as URLs for NNTP newsgroup(s).