Re: [PATCH v3 net-next v3 11/14] net: dsa: mv88e6xxx: add detection helper

2016-06-18 Thread Andrew Lunn
On Fri, Jun 17, 2016 at 08:07:33PM -0400, Vivien Didelot wrote: > Extract the common detection code which assigns the info structure to > the chip given the read switch ID. > > Signed-off-by: Vivien Didelot Reviewed-by: Andrew Lunn Andrew

[PATCH v3 net-next v3 11/14] net: dsa: mv88e6xxx: add detection helper

2016-06-17 Thread Vivien Didelot
Extract the common detection code which assigns the info structure to the chip given the read switch ID. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6xxx.c | 64 + 1 file changed, 30 insertions(+), 34 deletions(-) diff --git a/drivers/net/d