Re: [PATCH net-next v3 0/2] net: phy: sfp: Add single-byte SMBus SFP access
From: Andrew Lunn
Date: Mon Mar 17 2025 - 17:34:44 EST
On Fri, Mar 14, 2025 at 05:23:16PM +0100, Maxime Chevallier wrote:
> Hello everyone,
>
> This is V3 for the single-byte SMBus support for SFP cages as well as
> embedded PHYs accessed over mdio-i2c.
Just curious, what hardware is this? And does it support bit-banging
the I2C pins? If it does, you get a choice, slow but correct vs fast
but broken and limited?
Andrew