mbox series

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

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

Message

Oleksij Rempel Oct. 19, 2023, 11:14 a.m. UTC
changes v3:
- squash patch 1 and 2
- use genphy_config_aneg() instead of genphy_setup_forced()

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 (2):
  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            | 22 ++++++++
 include/linux/micrel_phy.h          |  4 ++
 3 files changed, 109 insertions(+), 3 deletions(-)

Comments

Jakub Kicinski Oct. 20, 2023, 11:55 p.m. UTC | #1
On Thu, 19 Oct 2023 13:14:57 +0200 Oleksij Rempel wrote:
> Oleksij Rempel (2):
>   net: dsa: microchip: ksz8: Enable MIIM PHY Control reg access
>   net: phy: micrel: Fix forced link mode for KSZ886X switches

Looks applied, thanks!