Re: [RFC PATCH net-next 18/24] phy: Move phy specific bus match into phy_device

2016-01-04 Thread Florian Fainelli
On 04/01/16 09:36, Andrew Lunn wrote: > Matching a driver to a device has both generic parts, and parts which > are specific to PHY devices. Move the PHY specific parts into > phy_device. > > Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli -- Florian -- To unsubscribe from this list:

[RFC PATCH net-next 18/24] phy: Move phy specific bus match into phy_device

2016-01-04 Thread Andrew Lunn
Matching a driver to a device has both generic parts, and parts which are specific to PHY devices. Move the PHY specific parts into phy_device. Signed-off-by: Andrew Lunn --- drivers/net/phy/mdio_bus.c | 38 -- drivers/net/phy/phy_device.c | 28 +