Re: [PATCH RFC 18/28] dsa: Add platform device support to Marvell switches

2016-01-21 Thread Vivien Didelot
Hi Andrew, Just a single nitpick below. Andrew Lunn writes: > diff --git a/drivers/net/dsa/mv88e6060.c b/drivers/net/dsa/mv88e6060.c > index 02810a50825b..41472dc409ce 100644 > --- a/drivers/net/dsa/mv88e6060.c > +++ b/drivers/net/dsa/mv88e6060.c > @@ -1,6 +1,7 @@ > /* > *

[PATCH RFC 18/28] dsa: Add platform device support to Marvell switches

2015-12-23 Thread Andrew Lunn
Allow Marvell switches to be platform devices, which probe and then register with the DSA framework, as component slaves. Signed-off-by: Andrew Lunn --- .../devicetree/bindings/net/dsa/marvell.txt| 17 drivers/net/dsa/mv88e6060.c| 103