From: Tristram Ha <tristram.ha@xxxxxxxxxxxxx> This series of patches is to add KSZ8895/KSZ8864 switch support to the KSZ DSA driver. v6 - Add reviews of Pieter and Oleksij v5 - Update with Pieter's suggestion - Rebase with updated commit v4 - Update with Paolo's suggestion - Sort KSZ8864 and KSZ8895 behind KSZ8863 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 | 134 +++++++++++++++++- drivers/net/dsa/microchip/ksz_common.h | 25 +++- drivers/net/dsa/microchip/ksz_dcb.c | 2 +- drivers/net/dsa/microchip/ksz_spi.c | 15 +- include/linux/platform_data/microchip-ksz.h | 2 + 7 files changed, 180 insertions(+), 16 deletions(-) -- 2.34.1