[PATCH net-next v6 00/10] microchip: add support for ksz88x3 driver family

From: Oleksij Rempel
Date: Fri Apr 23 2021 - 04:02:37 EST


changes v6:
- take over this patch set
- rebase against latest netdev-next and fix regressions
- disable VLAN support for KSZ8863. KSZ8863's VLAN is not compatible to the
KSZ8795's. So disable it for now and mainline it separately.

This series adds support for the ksz88x3 driver family to the dsa based
ksz drivers. The driver is making use of the already available ksz8795
driver and moves it to an generic driver for the ksz8 based chips which
have similar functions but an totaly different register layout.

The mainlining discussion history of this branch:
v1: https://lore.kernel.org/netdev/20191107110030.25199-1-m.grzeschik@xxxxxxxxxxxxxx/
v2: https://lore.kernel.org/netdev/20191218200831.13796-1-m.grzeschik@xxxxxxxxxxxxxx/
v3: https://lore.kernel.org/netdev/20200508154343.6074-1-m.grzeschik@xxxxxxxxxxxxxx/
v4: https://lore.kernel.org/netdev/20200803054442.20089-1-m.grzeschik@xxxxxxxxxxxxxx/
v5: https://lore.kernel.org/netdev/20201207125627.30843-1-m.grzeschik@xxxxxxxxxxxxxx/

Andrew Lunn (1):
net: phy: Add support for microchip SMI0 MDIO bus

Michael Grzeschik (8):
net: dsa: microchip: ksz8795: change drivers prefix to be generic
net: dsa: microchip: ksz8795: move cpu_select_interface to extra
function
net: dsa: microchip: ksz8795: move register offsets and shifts to
separate struct
net: dsa: microchip: Add Microchip KSZ8863 SPI based driver support
dt-bindings: net: dsa: document additional Microchip KSZ8863/8873
switch
net: dsa: microchip: Add Microchip KSZ8863 SMI based driver support
dt-bindings: net: mdio-gpio: add compatible for microchip,mdio-smi0
net: tag: ksz: Add KSZ8863 tag code

Oleksij Rempel (1):
net: dsa: microchip: ksz8795: add support for ksz88xx chips

.../bindings/net/dsa/microchip,ksz.yaml | 2 +
.../devicetree/bindings/net/mdio-gpio.txt | 1 +
drivers/net/dsa/microchip/Kconfig | 10 +-
drivers/net/dsa/microchip/Makefile | 1 +
drivers/net/dsa/microchip/ksz8.h | 69 ++
drivers/net/dsa/microchip/ksz8795.c | 853 ++++++++++++------
drivers/net/dsa/microchip/ksz8795_reg.h | 125 +--
drivers/net/dsa/microchip/ksz8795_spi.c | 46 +-
drivers/net/dsa/microchip/ksz8863_smi.c | 206 +++++
drivers/net/dsa/microchip/ksz_common.h | 3 +-
drivers/net/mdio/mdio-bitbang.c | 8 +-
drivers/net/mdio/mdio-gpio.c | 8 +
include/linux/mdio-bitbang.h | 3 +
include/net/dsa.h | 2 +
net/dsa/tag_ksz.c | 52 ++
15 files changed, 1000 insertions(+), 389 deletions(-)
create mode 100644 drivers/net/dsa/microchip/ksz8.h
create mode 100644 drivers/net/dsa/microchip/ksz8863_smi.c

--
2.29.2