[PATCH net-next] dsa: add device tree bindings to register DSA switches

2013-03-22 Thread Florian Fainelli
This patch adds support for registering DSA switches using Device Tree bindings. Note that we support programming the switch routing table even though no in-tree user seems to require it. I tested this on Armada 370 with a Marvell 88E6172 (not supported by mainline yet). Signed-off-by: Florian Fai

Re: [PATCH net-next] dsa: add device tree bindings to register DSA switches

2013-03-24 Thread David Miller
From: Florian Fainelli Date: Fri, 22 Mar 2013 21:50:50 +0100 > This patch adds support for registering DSA switches using Device Tree > bindings. Note that we support programming the switch routing table even > though no in-tree user seems to require it. I tested this on Armada 370 > with a Marve