On 26.02.2024 11:36, Wolfram Sang wrote: > On Thu, Feb 22, 2024 at 11:25:43PM +0100, Heiner Kallweit wrote: >> Once the gpio mux driver binds to the "i2c-mux-gpio" platform device, >> this creates the i2c adapters for the muxed child segments. >> We can use the bus notifier mechanism to check for creation of the >> child i2d adapters, and call i2c_register_spd() for them. This allows >> to detect all DIMM's on systems with more than 8 memory slots. >> >> Signed-off-by: Heiner Kallweit <hkallweit1@xxxxxxxxx> > > Yay, this looks *much* better. Thanks for doing it! Sadly, I can also > only review, not test. Let's hope someone can step up to do the real > testing. Maybe resend it as RFT to lkml? > > Reviewed-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > Ah yes, I'll do this.