[PATCH net-next v2 0/2] Move KSZ9477 errata handling to PHY driver
From: Robert Hancock
Date: Mon Jun 05 2023 - 11:41:02 EST
Patches to move handling for KSZ9477 PHY errata register fixes from
the DSA switch driver into the corresponding PHY driver, for more
proper layering and ordering.
Changed since v1: Rebased on top of correct net-next tree.
Robert Hancock (2):
net: phy: micrel: Move KSZ9477 errata fixes to PHY driver
net: dsa: microchip: remove KSZ9477 PHY errata handling
drivers/net/dsa/microchip/ksz9477.c | 74 ++-----------------------
drivers/net/dsa/microchip/ksz_common.c | 4 --
drivers/net/dsa/microchip/ksz_common.h | 1 -
drivers/net/phy/micrel.c | 75 +++++++++++++++++++++++++-
4 files changed, 78 insertions(+), 76 deletions(-)
--
2.40.1