Re: [PATCH net-next 02/14] net: dsa: mv88e6xxx: move ATU ageing time setter

2017-03-09 Thread Andrew Lunn
On Thu, Mar 09, 2017 at 06:33:12PM -0500, Vivien Didelot wrote: > Move the ATU ageing time setter code in the new global1_atu.c file, and > add an mv88e6xxx_atu_setup helper to configure and initialize the ATU. I would of done this as two patches. Currently, it is not clear why you are adding the

[PATCH net-next 02/14] net: dsa: mv88e6xxx: move ATU ageing time setter

2017-03-09 Thread Vivien Didelot
Move the ATU ageing time setter code in the new global1_atu.c file, and add an mv88e6xxx_atu_setup helper to configure and initialize the ATU. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6xxx/Makefile | 1 + drivers/net/dsa/mv88e6xxx/chip.c| 42 --