The mv88e6xxx driver is still writing arbitrary registers at setup time, e.g. priority override bits. Add ops for them and provide specific setup functions for priority and stats before getting rid of the erroneous mv88e6xxx_g1_setup code, as previously done with Global 2.
Vivien Didelot (3): net: dsa: mv88e6xxx: use helper for 6390 histogram net: dsa: mv88e6xxx: add IEEE and IP mapping ops net: dsa: mv88e6xxx: add a stats setup function drivers/net/dsa/mv88e6xxx/chip.c | 121 +++++++++++++++++----------- drivers/net/dsa/mv88e6xxx/chip.h | 3 + drivers/net/dsa/mv88e6xxx/global1.c | 73 ++++++++++++++--- drivers/net/dsa/mv88e6xxx/global1.h | 15 +++- 4 files changed, 149 insertions(+), 63 deletions(-) -- 2.17.0