Re: [PATCH net-next 4/7] net: dsa: mv88e6xxx: fix ATU FID access for 6185

2016-03-26 Thread Andrew Lunn
On Sat, Mar 26, 2016 at 09:59:40PM -0400, Vivien Didelot wrote: > The 6185 family does not have a ATU FID register. It splits it in the > ATU Control register and the ATU Operation. Looking at the reference code, the following devices have a FID register: ( DEV_88E6097_FAMILY | DEV_88E6165_FAMILY

[PATCH net-next 4/7] net: dsa: mv88e6xxx: fix ATU FID access for 6185

2016-03-26 Thread Vivien Didelot
The 6185 family does not have a ATU FID register. It splits it in the ATU Control register and the ATU Operation. Add 6185 support for FID (a.k.a. DBNum) in ATU commands. Signed-off-by: Vivien Didelot --- drivers/net/dsa/mv88e6xxx.c | 14 ++ drivers/net/dsa/mv88e6xxx.h | 2 +- 2 fi