devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] i2c: bus-reset-gpios
@ 2023-11-15  3:57 Chris Packham
  2023-11-15  3:57 ` [PATCH v6 1/2] dt-bindings: i2c: add bus-reset-gpios property Chris Packham
  2023-11-15  3:57 ` [PATCH v6 2/2] i2c: add an optional " Chris Packham
  0 siblings, 2 replies; 15+ messages in thread
From: Chris Packham @ 2023-11-15  3:57 UTC (permalink / raw)
  To: wsa, andi.shyti, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	gregory.clement
  Cc: linux-i2c, devicetree, linux-kernel, Chris Packham

This series adds the ability to associate a gpio with an I2C bus so that
downstream devices can be brought out of reset when the host controller is
probed.

v5: https://lore.kernel.org/lkml/20231027033104.1348921-1-chris.packham@alliedtelesis.co.nz/

The conversation sparked from v5 was heading in the direction of this needing
to be more generic. So I've moved the changes up to the i2c core, which is
about as generic as I'm comfortable with.

Chris Packham (2):
  dt-bindings: i2c: add bus-reset-gpios property
  i2c: add an optional bus-reset-gpios property

 Documentation/devicetree/bindings/i2c/i2c.txt |  8 ++++
 drivers/i2c/i2c-core-base.c                   | 39 +++++++++++++++++++
 include/linux/i2c.h                           |  3 ++
 3 files changed, 50 insertions(+)

-- 
2.42.0


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-12-21  0:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-15  3:57 [PATCH v6 0/2] i2c: bus-reset-gpios Chris Packham
2023-11-15  3:57 ` [PATCH v6 1/2] dt-bindings: i2c: add bus-reset-gpios property Chris Packham
2023-11-15 21:29   ` Krzysztof Kozlowski
2023-11-15 21:53     ` Chris Packham
2023-11-16 11:37       ` Krzysztof Kozlowski
2023-12-19 17:02       ` wsa
2023-12-19 19:28         ` Chris Packham
2023-12-19 20:50           ` wsa
2023-12-19 23:25             ` Andi Shyti
2023-12-20  7:22               ` Krzysztof Kozlowski
2023-12-20 11:03                 ` wsa
2023-12-20 11:29                   ` Krzysztof Kozlowski
2023-12-20 11:52                     ` wsa
2023-12-21  0:40                 ` Andi Shyti
2023-11-15  3:57 ` [PATCH v6 2/2] i2c: add an optional " Chris Packham

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).