Re: [PATCH net-next 12/17] net: dsa: Make mdio bus optional

2016-06-03 Thread Florian Fainelli
On 06/03/2016 09:44 AM, Andrew Lunn wrote: > The switch may want to instantiate its own MDIO bus. Only do it > centrally if the switch has not already created one, and the read op > is implemented. > > Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli

[PATCH net-next 12/17] net: dsa: Make mdio bus optional

2016-06-03 Thread Andrew Lunn
The switch may want to instantiate its own MDIO bus. Only do it centrally if the switch has not already created one, and the read op is implemented. Signed-off-by: Andrew Lunn --- net/dsa/dsa.c | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-)