Re: [RFC PATCH net-next 19/24] mdio_bus: Generalise of_mdiobus_link_phydev()

2016-01-04 Thread Florian Fainelli
On 04/01/16 09:36, Andrew Lunn wrote: > This function should work with any sort of MDIO device which can be > probed on the bus, not just PHY devices. So generalise it. > > Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli -- Florian -- To unsubscribe from this list: send the line "unsu

[RFC PATCH net-next 19/24] mdio_bus: Generalise of_mdiobus_link_phydev()

2016-01-04 Thread Andrew Lunn
This function should work with any sort of MDIO device which can be probed on the bus, not just PHY devices. So generalise it. Signed-off-by: Andrew Lunn --- drivers/net/phy/mdio_bus.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/drivers/net