From: Tristram Ha <tristram.ha@xxxxxxxxxxxxx> This series of patches is to add LAN9646 switch support to the KSZ DSA driver. Tristram Ha (2): dt-bindings: net: dsa: microchip: Add LAN9646 switch support net: dsa: microchip: Add LAN9646 switch support to KSZ DSA driver .../bindings/net/dsa/microchip,ksz.yaml | 1 + drivers/net/dsa/microchip/ksz9477.c | 4 ++ drivers/net/dsa/microchip/ksz9477_i2c.c | 14 +++++- drivers/net/dsa/microchip/ksz_common.c | 50 ++++++++++++++++++- drivers/net/dsa/microchip/ksz_common.h | 1 + drivers/net/dsa/microchip/ksz_spi.c | 7 +++ include/linux/platform_data/microchip-ksz.h | 1 + 7 files changed, 75 insertions(+), 3 deletions(-) -- 2.34.1