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

Oleksij Rempel posted 3 patches 2 years, 1 month ago
Only 2 patches received!
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(-)
[PATCH net-next v3 0/3] fix forced link mode for KSZ886X switches
Posted by Oleksij Rempel 2 years, 1 month ago
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(-)

-- 
2.39.2
Re: [PATCH net-next v3 0/3] fix forced link mode for KSZ886X switches
Posted by Jakub Kicinski 2 years, 1 month ago
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!