]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-multi-swtich'
authorDavid S. Miller <davem@davemloft.net>
Tue, 18 Aug 2015 21:17:22 +0000 (14:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Aug 2015 21:17:22 +0000 (14:17 -0700)
commitc46770c69b313364eb088c84f6b4341dec70a9d2
treea53b3e93d050209bcee495e6c617ec8de69bd9b6
parent404800073d999ad08b5fed4cc1947e7390062244
parent0bb78df03c90977ca0017c15f29b82845eaf4a85
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>