devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: "Kun Yi" <kunyi@google.com>,
	"Jonathan Cameron" <jic23@kernel.org>,
	"Krishna Chatradhi" <ch.naveen@samsung.com>,
	"Nuno Sá" <nuno.sa@analog.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Eric Tremblay" <etremblay@distech-controls.com>,
	linux-hwmon@vger.kernel.org,
	"Supreeth Venkatesh" <supreeth.venkatesh@amd.com>,
	linux-kernel@vger.kernel.org, "Jean Delvare" <jdelvare@suse.com>,
	"Alexandru Tachici" <alexandru.tachici@analog.com>,
	devicetree@vger.kernel.org, "Guenter Roeck" <linux@roeck-us.net>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Akshay Gupta" <Akshay.Gupta@amd.com>,
	"Robert Marko" <robert.marko@sartura.hr>,
	"Michael Hennerich" <michael.hennerich@analog.com>,
	"Luka Perkov" <luka.perkov@sartura.hr>
Subject: Re: [PATCH 1/2] dt-bindings: hwmon: correct indentation and style in examples
Date: Tue, 13 Dec 2022 08:47:50 -0600	[thread overview]
Message-ID: <20221213144750.GA969237-robh@kernel.org> (raw)
In-Reply-To: <2172e561-ec0f-5c4e-96d2-ceb2010f2673@linaro.org>

On Tue, Dec 13, 2022 at 03:19:54PM +0100, Krzysztof Kozlowski wrote:
> On 13/12/2022 14:46, Rob Herring wrote:
> > 
> > On Tue, 13 Dec 2022 10:26:41 +0100, Krzysztof Kozlowski wrote:
> >> Fix mixed indentation to 4-spaces, remove unnecessary suffix from
> >> i2c node name and use lower-case hex.  No functional impact.
> >>
> >> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> >> ---
> >>  .../bindings/hwmon/adi,adm1177.yaml           | 12 ++---
> >>  .../bindings/hwmon/adi,adm1266.yaml           |  6 +--
> >>  .../bindings/hwmon/adi,axi-fan-control.yaml   | 20 ++++-----
> >>  .../bindings/hwmon/adi,ltc2947.yaml           | 20 ++++-----
> >>  .../bindings/hwmon/adi,ltc2992.yaml           | 26 +++++------
> >>  .../devicetree/bindings/hwmon/amd,sbrmi.yaml  |  6 +--
> >>  .../devicetree/bindings/hwmon/amd,sbtsi.yaml  |  6 +--
> >>  .../devicetree/bindings/hwmon/iio-hwmon.yaml  |  8 ++--
> >>  .../bindings/hwmon/national,lm90.yaml         | 44 +++++++++----------
> >>  .../bindings/hwmon/ntc-thermistor.yaml        |  2 +-
> >>  .../bindings/hwmon/nuvoton,nct7802.yaml       | 16 +++----
> >>  .../devicetree/bindings/hwmon/ti,tmp513.yaml  | 22 +++++-----
> >>  .../bindings/hwmon/ti,tps23861.yaml           | 16 +++----
> >>  13 files changed, 102 insertions(+), 102 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):
> > 
> 
> This is fixed in second patch which points to: I need to change their order.

Humm, I was scratching my head how this occurred. The cases of 'i2cN' 
don't get checked by the I2C bus schema.

Rob

  reply	other threads:[~2022-12-13 14:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-13  9:26 [PATCH 1/2] dt-bindings: hwmon: correct indentation and style in examples Krzysztof Kozlowski
2022-12-13  9:26 ` [PATCH 2/2] dt-bindings: hwmon: adi,ltc2992: correct unit address in example Krzysztof Kozlowski
2022-12-14 15:52   ` Rob Herring
2022-12-13 13:46 ` [PATCH 1/2] dt-bindings: hwmon: correct indentation and style in examples Rob Herring
2022-12-13 14:19   ` Krzysztof Kozlowski
2022-12-13 14:47     ` Rob Herring [this message]
2022-12-13 14:48 ` Rob Herring
2022-12-14 16:35   ` Guenter Roeck

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=20221213144750.GA969237-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=Akshay.Gupta@amd.com \
    --cc=alexandru.tachici@analog.com \
    --cc=ch.naveen@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=etremblay@distech-controls.com \
    --cc=jdelvare@suse.com \
    --cc=jic23@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=kunyi@google.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=luka.perkov@sartura.hr \
    --cc=michael.hennerich@analog.com \
    --cc=nuno.sa@analog.com \
    --cc=robert.marko@sartura.hr \
    --cc=supreeth.venkatesh@amd.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).