From: Herve Codina <herve.codina@bootlin.com>
To: Ayush Singh <ayush@beagleboard.org>,
Wolfram Sang <wsa+renesas@sang-engineering.com>,
Andi Shyti <andi.shyti@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree-spec@vger.kernel.org,
Luca Ceresoli <luca.ceresoli@bootlin.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Herve Codina <herve.codina@bootlin.com>
Subject: [PATCH v3 0/1] i2c: Introduce I2C bus extensions
Date: Wed, 18 Jun 2025 10:23:11 +0200 [thread overview]
Message-ID: <20250618082313.549140-1-herve.codina@bootlin.com> (raw)
Hi,
An I2C bus can be wired to the connector and allows an add-on board to
connect additional I2C devices to this bus.
Those additional I2C devices could be described as sub-nodes of the I2C
bus controller node however for hotplug connectors described via device
tree overlays there is additional level of indirection, which is needed
to decouple the overlay and the base tree.
This decoupling is performed thanks to the I2C bus extension feature
which is introduced and detailed in patch 2 of this series.
The implementation related to I2C bus extension has been already
proposed as an RFC in Linux [0]. The missing part in this RFC was the
binding.
This binding related to I2C controller is not available in the Linux
repository but in dt-schema repository and so, this series update the
I2C controller binding to introduce the feature.
Compare to the previous iteration, example has been fixed. No
other modification has been done except adding a reviewed-by tag.
In the v1 series review, discussion started but conclusions were not
reached. As a reminder, topics started in the v1 series discussion were
the following:
- i2c-bus-extension@0: usage of a subnode with unit address
- Presence of phandles in both direction (double linked list)
[0] https://lore.kernel.org/all/20250205173918.600037-1-herve.codina@bootlin.com/
Best regards,
Hervé Codina
Changes v2 -> v3
v2: https://lore.kernel.org/all/20250430152201.209797-1-herve.codina@bootlin.com/
Patch 1:
Fix the example provided in the commit log.
Add 'Reviewed-by: Luca Ceresoli'
Changes v1 -> v2
v1: https://lore.kernel.org/all/20250401081041.114333-1-herve.codina@bootlin.com/
Patch 1 in v1:
Removed (already applied)
Patch 1 (2 in v1):
Add 'Reviewed-by: Ayush Singh <ayush@beagleboard.org>'
Herve Codina (1):
schemas: i2c: Introduce I2C bus extensions
dtschema/schemas/i2c/i2c-controller.yaml | 67 ++++++++++++++++++++++++
1 file changed, 67 insertions(+)
--
2.49.0
next reply other threads:[~2025-06-18 8:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-18 8:23 Herve Codina [this message]
2025-06-18 8:23 ` [PATCH v3 1/1] schemas: i2c: Introduce I2C bus extensions Herve Codina
2025-08-01 18:09 ` Rob Herring
2025-08-08 16:07 ` Luca Ceresoli
2025-08-08 20:51 ` Rob Herring
2025-08-26 14:03 ` Wolfram Sang
2025-08-29 10:52 ` Herve Codina
2025-08-29 10:58 ` Wolfram Sang
2025-08-29 11:08 ` Herve Codina
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=20250618082313.549140-1-herve.codina@bootlin.com \
--to=herve.codina@bootlin.com \
--cc=andi.shyti@kernel.org \
--cc=ayush@beagleboard.org \
--cc=conor+dt@kernel.org \
--cc=devicetree-spec@vger.kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk@kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luca.ceresoli@bootlin.com \
--cc=robh@kernel.org \
--cc=thomas.petazzoni@bootlin.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).