[PATCH net-next v4 0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
From: Tristram.Ha
Date: Wed Aug 14 2024 - 22:20:38 EST
From: Tristram Ha <tristram.ha@xxxxxxxxxxxxx>
This series of patches is to add KSZ8895/KSZ8864 switch support to the
KSZ DSA driver.
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 | 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