Re: [PATCH RFC 10/26] phy: add I2C mdio bus

2015-12-11 Thread Russell King - ARM Linux
On Tue, Dec 08, 2015 at 10:15:08AM -0800, Florian Fainelli wrote: > On 07/12/15 09:38, Russell King wrote: > > Add an I2C MDIO bus bridge library, to allow phylib to access PHYs which > > are connected to an I2C bus instead of the more conventional MDIO bus. > > Such PHYs can be found in SFP

Re: [PATCH RFC 10/26] phy: add I2C mdio bus

2015-12-08 Thread Florian Fainelli
On 07/12/15 09:38, Russell King wrote: > Add an I2C MDIO bus bridge library, to allow phylib to access PHYs which > are connected to an I2C bus instead of the more conventional MDIO bus. > Such PHYs can be found in SFP adapters and SFF modules. > > Signed-off-by: Russell King

[PATCH RFC 10/26] phy: add I2C mdio bus

2015-12-07 Thread Russell King
Add an I2C MDIO bus bridge library, to allow phylib to access PHYs which are connected to an I2C bus instead of the more conventional MDIO bus. Such PHYs can be found in SFP adapters and SFF modules. Signed-off-by: Russell King --- drivers/net/phy/Kconfig| 10