Re: [PATCH net-next 09/12] net: dsa: mv88e6xxx: add POT operation

2017-07-17 Thread Andrew Lunn
On Mon, Jul 17, 2017 at 01:03:43PM -0400, Vivien Didelot wrote: > Add a pot_clear operation to clear the Priority Override Table and wrap > its call into a mv88e6xxx_pot_setup helper. > > This allows us to get rid of the MV88E6XXX_FLAG_G2_POT flag. > > Signed-off-by: Vivien Didelot Reviewed-by:

[PATCH net-next 09/12] net: dsa: mv88e6xxx: add POT operation

2017-07-17 Thread Vivien Didelot
Add a pot_clear operation to clear the Priority Override Table and wrap its call into a mv88e6xxx_pot_setup helper. This allows us to get rid of the MV88E6XXX_FLAG_G2_POT flag. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6xxx/chip.c| 34 ++ drivers

[PATCH net-next 09/12] net: dsa: mv88e6xxx: add POT operation

2017-07-04 Thread Vivien Didelot
Add a pot_clear operation to clear the Priority Override Table and wrap its call into a mv88e6xxx_pot_setup helper. This allows us to get rid of the MV88E6XXX_FLAG_G2_POT flag. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6xxx/chip.c| 34 ++ drivers