[RFC PATCH 0/5] net: dsa: POC support for mv88e6250

From: Rasmus Villemoes
Date: Wed May 01 2019 - 15:32:29 EST


This is some mostly-working code adding support for the mv88e6250
chip. I'm not quite done checking whether all the methods in the _ops
structure are appropriate, but basic switchdev functionality seems to
work.

Rasmus Villemoes (5):
net: dsa: mv88e6xxx: introduce support for two chips using direct smi
addressing
net: dsa: mv88e6xxx: rename smi read/write functions
net: dsa: prepare mv88e6xxx_g1_atu_op() for the mv88e6250
net: dsa: implement vtu_getnext and vtu_loadpurge for mv88e6250
net: dsa: add support for mv88e6250

drivers/net/dsa/mv88e6xxx/chip.c | 125 +++++++++++++++++++-----
drivers/net/dsa/mv88e6xxx/chip.h | 7 ++
drivers/net/dsa/mv88e6xxx/global1.c | 20 ++++
drivers/net/dsa/mv88e6xxx/global1.h | 5 +
drivers/net/dsa/mv88e6xxx/global1_atu.c | 5 +-
drivers/net/dsa/mv88e6xxx/global1_vtu.c | 58 +++++++++++
drivers/net/dsa/mv88e6xxx/port.h | 1 +
7 files changed, 196 insertions(+), 25 deletions(-)

--
2.20.1