From: Tristram Ha <tristram.ha@xxxxxxxxxxxxx> This series of patches is to add KSZ8895/KSZ8864 switch support to the KSZ DSA driver. v3 - Correct microchip,ksz.yaml to pass yamllint check v2 - Add maintainers for devicetree Tristram Ha (2): dt-bindings: net: dsa: microchip: Add KSZ8895/KSZ8864 switch support net: dsa: microchip: Add KSZ8895/KSZ8864 switch support .../bindings/net/dsa/microchip,ksz.yaml | 2 + drivers/net/dsa/microchip/ksz8795.c | 16 ++- drivers/net/dsa/microchip/ksz_common.c | 130 +++++++++++++++++- drivers/net/dsa/microchip/ksz_common.h | 20 ++- drivers/net/dsa/microchip/ksz_spi.c | 15 +- include/linux/platform_data/microchip-ksz.h | 2 + 6 files changed, 172 insertions(+), 13 deletions(-) -- 2.34.1