Re: [PATCH net-next] dsa: Support multiple MDIO busses

2015-08-10 Thread David Miller
From: Andrew Lunn and...@lunn.ch Date: Sat, 8 Aug 2015 17:09:14 +0200 When using a cluster of switches, some topologies will have an MDIO bus per switch, not one for the whole cluster. Allow this to be represented in the device tree, by adding an optional mii-bus property at the switch

[PATCH net-next] dsa: Support multiple MDIO busses

2015-08-08 Thread Andrew Lunn
When using a cluster of switches, some topologies will have an MDIO bus per switch, not one for the whole cluster. Allow this to be represented in the device tree, by adding an optional mii-bus property at the switch level. The old platform_device method of instantiation supports this already, so

Re: [PATCH net-next] dsa: Support multiple MDIO busses

2015-08-08 Thread Florian Fainelli
Le 08/08/15 08:09, Andrew Lunn a écrit : When using a cluster of switches, some topologies will have an MDIO bus per switch, not one for the whole cluster. Allow this to be represented in the device tree, by adding an optional mii-bus property at the switch level. The old platform_device