mbox series

[net-next,v5,0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support

Message ID BYAPR11MB35580EA278E5373206F5CBC8EC882@BYAPR11MB3558.namprd11.prod.outlook.com (mailing list archive)
Headers show
Series net: dsa: microchip: Add KSZ8895/KSZ8864 switch support | expand

Message

Tristram.Ha@microchip.com Aug. 23, 2024, 11:06 p.m. UTC
This series of patches is to add KSZ8895/KSZ8864 switch support to the
KSZ DSA driver.

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(-)