The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v7 0/3] lan966x pci device: Add support for SFPs, i2c part
@ 2026-05-11 16:00 Herve Codina
  2026-05-11 16:00 ` [PATCH v7 1/3] i2c: core: Introduce i2c_get_adapter_physdev() Herve Codina
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Herve Codina @ 2026-05-11 16:00 UTC (permalink / raw)
  To: Andrew Lunn, Rob Herring, Saravana Kannan, Wolfram Sang,
	Peter Rosin, Andi Shyti
  Cc: linux-i2c, linux-kernel, Allan Nielsen, Horatiu Vultur,
	Daniel Machon, Steen Hegelund, Luca Ceresoli, Thomas Petazzoni,
	Herve Codina

Hi,

Previously, I sent a big picture series adding support for SFP ports
available on the LAN966x PCI device [0].

In this series patches touch several parts and sub-system in the kernel.
Reviews have be done and it makes sense to split the series and send
parts separately.

This current series is the extraction of patches related to issues in
the I2C subsystem. It has to be seen as a continuation of the big
picture series but related to this specific I2C part.

Those patches are related fw_delink issues specific to I2C muxes.

They purpose is to correctly set a link between an adapter supplier and
its consumer. Indeed, an i2c mux adapter's parent is not the i2c mux
supplier but the adapter the i2c mux is connected to. Adding a new link
between the adapter supplier involved when i2c muxes are used avoid a
freeze observed during device removal.

[0] https://lore.kernel.org/all/20260325143555.451852-1-herve.codina@bootlin.com/

Best regards,
Hervé

Changes:

v6 -> v7

  Rebase on top v7.1-rc1

  - Patch 1, 2 and 3
    No changes

Older iterations:
  Patches 14, 15 and 16in the big picture series
  https://lore.kernel.org/all/20260325143555.451852-1-herve.codina@bootlin.com/

Herve Codina (3):
  i2c: core: Introduce i2c_get_adapter_physdev()
  i2c: mux: Set adapter physical device
  i2c: mux: Create missing devlink between mux and adapter physical
    device

 drivers/i2c/i2c-core-base.c | 16 ++++++++++++++++
 drivers/i2c/i2c-mux.c       | 26 ++++++++++++++++++++++++++
 include/linux/i2c.h         |  3 +++
 3 files changed, 45 insertions(+)

-- 
2.54.0


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

end of thread, other threads:[~2026-05-11 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11 16:00 [PATCH v7 0/3] lan966x pci device: Add support for SFPs, i2c part Herve Codina
2026-05-11 16:00 ` [PATCH v7 1/3] i2c: core: Introduce i2c_get_adapter_physdev() Herve Codina
2026-05-11 16:00 ` [PATCH v7 2/3] i2c: mux: Set adapter physical device Herve Codina
2026-05-11 16:00 ` [PATCH v7 3/3] i2c: mux: Create missing devlink between mux and " Herve Codina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox