devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: "Andi Shyti" <andi.shyti@kernel.org>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Claudiu Beznea" <claudiu.beznea@tuxon.dev>,
	"Sergiu Moga" <sergiu.moga@microchip.com>,
	"Benson Leung" <bleung@chromium.org>,
	"Guenter Roeck" <groeck@chromium.org>,
	"Doug Anderson" <dianders@chromium.org>,
	"Enric Balletbo i Serra" <eballetbo@kernel.org>,
	"Ricardo Cañuelo" <ricardo.canuelo@collabora.com>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Jonathan Hunter" <jonathanh@nvidia.com>,
	"Vignesh R" <vigneshr@ti.com>,
	"Kamal Dasu" <kamal.dasu@broadcom.com>,
	"Broadcom internal kernel review list"
	<bcm-kernel-feedback-list@broadcom.com>,
	"Florian Fainelli" <florian.fainelli@broadcom.com>,
	"Wolfram Sang" <wsa+renesas@sang-engineering.com>,
	"Chris Brandt" <chris.brandt@renesas.com>,
	"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
	"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Magnus Damm" <magnus.damm@gmail.com>,
	"Pierre-Yves MORDRET" <pierre-yves.mordret@foss.st.com>,
	linux-i2c@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev,
	linux-tegra@vger.kernel.org,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	linux-omap@vger.kernel.org, "Kamal Dasu" <kdasu.kdev@gmail.com>,
	linux-renesas-soc@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com, stable@vger.kernel.org
Subject: Re: [PATCH 0/7] dt-bindings: i2c: few fixes and cleanups
Date: Thu, 20 Jun 2024 17:06:31 +0100	[thread overview]
Message-ID: <20240620-recite-deeply-ec4aa7458d45@spud> (raw)
In-Reply-To: <20240620-dt-bindings-i2c-clean-v1-0-3a1016a95f9d@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 301 bytes --]

On Thu, Jun 20, 2024 at 01:34:48PM +0200, Krzysztof Kozlowski wrote:
> Few fixes for I2C controller schemas. The third patch (atmel,at91sam)
> depends on first, so I suggest not splitting this into fixes branch but
> take as is via next branch.

Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  parent reply	other threads:[~2024-06-20 16:06 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-20 11:34 [PATCH 0/7] dt-bindings: i2c: few fixes and cleanups Krzysztof Kozlowski
2024-06-20 11:34 ` [PATCH 1/7] dt-bindings: i2c: atmel,at91sam: correct path to i2c-controller schema Krzysztof Kozlowski
2024-06-20 11:34 ` [PATCH 2/7] dt-bindings: i2c: google,cros-ec-i2c-tunnel: " Krzysztof Kozlowski
2024-06-20 16:06   ` Conor Dooley
2024-06-20 11:34 ` [PATCH 3/7] dt-bindings: i2c: atmel,at91sam: drop unneeded address/size-cells Krzysztof Kozlowski
2024-06-20 11:34 ` [PATCH 4/7] dt-bindings: i2c: nvidia,tegra20: " Krzysztof Kozlowski
2024-06-20 11:34 ` [PATCH 5/7] dt-bindings: i2c: samsung,s3c2410: " Krzysztof Kozlowski
2024-06-20 11:34 ` [PATCH 6/7] dt-bindings: i2c: ti,omap4: reference i2c-controller.yaml schema Krzysztof Kozlowski
2024-06-20 11:34 ` [PATCH 7/7] dt-bindings: i2c: adjust indentation in DTS example to coding style Krzysztof Kozlowski
2024-06-20 16:06 ` Conor Dooley [this message]
2024-06-20 23:05 ` [PATCH 0/7] dt-bindings: i2c: few fixes and cleanups Andi Shyti
2024-06-21  6:02   ` Krzysztof Kozlowski
2024-06-21  9:27     ` Andi Shyti

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=20240620-recite-deeply-ec4aa7458d45@spud \
    --to=conor@kernel.org \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=andi.shyti@kernel.org \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=bleung@chromium.org \
    --cc=chris.brandt@renesas.com \
    --cc=chrome-platform@lists.linux.dev \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=eballetbo@kernel.org \
    --cc=florian.fainelli@broadcom.com \
    --cc=geert+renesas@glider.be \
    --cc=groeck@chromium.org \
    --cc=jonathanh@nvidia.com \
    --cc=kamal.dasu@broadcom.com \
    --cc=kdasu.kdev@gmail.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux-tegra@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=pierre-yves.mordret@foss.st.com \
    --cc=ricardo.canuelo@collabora.com \
    --cc=robh@kernel.org \
    --cc=sergiu.moga@microchip.com \
    --cc=stable@vger.kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=vigneshr@ti.com \
    --cc=wsa+renesas@sang-engineering.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).