[PATCH v2 01/16] net: dsa: mv88e6xxx: Factor out common initialization code

2015-03-26 Thread Guenter Roeck
Code used and needed in mv886xxx.c should be initialized there as well, so factor it out from the individual initialization files. Reviewed-by: Andrew Lunn Tested-by: Andrew Lunn Signed-off-by: Guenter Roeck --- drivers/net/dsa/mv88e6123_61_65.c | 7 +++ drivers/net/dsa/mv88e6171.c

[PATCH v2 01/16] net: dsa: mv88e6xxx: Factor out common initialization code

2015-03-26 Thread Guenter Roeck
Code used and needed in mv886xxx.c should be initialized there as well, so factor it out from the individual initialization files. Reviewed-by: Andrew Lunn and...@lunn.ch Tested-by: Andrew Lunn and...@lunn.ch Signed-off-by: Guenter Roeck li...@roeck-us.net --- drivers/net/dsa/mv88e6123_61_65.c |