mbox series

[net-next,v2,0/3] fix forced link mode for KSZ886X switches

Message ID 20231012065502.2928220-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series fix forced link mode for KSZ886X switches | expand

Message

Oleksij Rempel Oct. 12, 2023, 6:54 a.m. UTC
changes v2:
- address kernel test robot warning
- change comment explaining clearing of KSZ886X_CTRL_FORCE_LINK bit
- s/PHY we create/PHY will create/

Oleksij Rempel (3):
  net: phy: micrel: Extend KSZ886X PHY Special Ctrl/Status Reg
    definitions
  net: dsa: microchip: ksz8: Enable MIIM PHY Control reg access
  net: phy: micrel: Fix forced link mode for KSZ886X switches

 drivers/net/dsa/microchip/ksz8795.c | 86 ++++++++++++++++++++++++++++-
 drivers/net/phy/micrel.c            | 32 ++++++++++-
 include/linux/micrel_phy.h          |  4 ++
 3 files changed, 116 insertions(+), 6 deletions(-)