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

From: Rasmus Villemoes
Date: Fri May 24 2019 - 05:03:28 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.

v2:
- rebase on top of net-next/master
- add reviewed-by to two patches unchanged from v1 (2,3)
- add separate watchdog_ops

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

drivers/net/dsa/mv88e6xxx/chip.c | 73 +++++++++++++++++++++++++
drivers/net/dsa/mv88e6xxx/chip.h | 8 +++
drivers/net/dsa/mv88e6xxx/global1.c | 19 +++++++
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/global2.c | 26 +++++++++
drivers/net/dsa/mv88e6xxx/global2.h | 14 +++++
drivers/net/dsa/mv88e6xxx/port.h | 1 +
drivers/net/dsa/mv88e6xxx/smi.c | 25 ++++++++-
10 files changed, 232 insertions(+), 2 deletions(-)

--
2.20.1