Re: [PATCH net-next] net: dsa: mv88e6xxx: Refactor remaining port setup

2017-02-07 Thread David Miller
From: Andrew Lunn Date: Sat, 4 Feb 2017 20:15:28 +0100 > Move the remaining port configuration code which varies per device > into port.c, using ops were necessary. This makes > mv88e6xxx_6185_family() and mv88e6xxx_6095_family() unused, so remove > them. > > Signed-off-by: Andrew Lunn Applie

Re: [PATCH net-next] net: dsa: mv88e6xxx: Refactor remaining port setup

2017-02-04 Thread Vivien Didelot
Andrew Lunn writes: > Move the remaining port configuration code which varies per device > into port.c, using ops were necessary. This makes > mv88e6xxx_6185_family() and mv88e6xxx_6095_family() unused, so remove > them. > > Signed-off-by: Andrew Lunn Reviewed-by: Vivien Didelot

[PATCH net-next] net: dsa: mv88e6xxx: Refactor remaining port setup

2017-02-04 Thread Andrew Lunn
Move the remaining port configuration code which varies per device into port.c, using ops were necessary. This makes mv88e6xxx_6185_family() and mv88e6xxx_6095_family() unused, so remove them. Signed-off-by: Andrew Lunn --- drivers/net/dsa/mv88e6xxx/chip.c | 51 +