Merge branch 'dsa-multi-swtich'
Andrew Lunn says:
====================
D in DSA patches
The D in DSA is distributed, meaning multiple switches can be
connected together. Currently no mainline system does this, and so the
code is broken. This patchset contains two fixes, and a small helper.
With three of more switches, the current device tree binding is not
sufficient to express the routing between the switches. The first
patch extends the binding, in a backwards compatible way, to allow a
link between a switch to describe all the switches accessible over the
link, not just the direct neighbor.
The third patch fixes the port configuration on newer devices for
links connecting switches.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/net/dsa/dsa.txt 27 additions, 6 deletionsDocumentation/devicetree/bindings/net/dsa/dsa.txt
- drivers/net/dsa/mv88e6xxx.c 9 additions, 7 deletionsdrivers/net/dsa/mv88e6xxx.c
- include/net/dsa.h 5 additions, 0 deletionsinclude/net/dsa.h
- net/dsa/dsa.c 30 additions, 10 deletionsnet/dsa/dsa.c
Loading
Please register or sign in to comment