[PATCH v2 0/2] net: macb: fix connectivity after resume

From: Claudiu Beznea
Date: Mon Dec 12 2022 - 06:24:33 EST


Hi,

This series fixes connectivity on SAMA7G5 with KSZ9131 ethernet PHY.
Driver fix is in patch 2/2. Patch 1/2 is a prerequisite.

Thank you,
Claudiu Beznea

Changes in v2:
- patch 1 has been updated to call phy_init_hw() on phylink_resume()
- patch 2 is new; the previous one was only calling phy_init_hw()

Claudiu Beznea (2):
net: phylink: init phydev on phylink_resume()
net: macb: use phylink_suspend()/phylink_resume()

drivers/net/ethernet/cadence/macb_main.c | 17 +++++++----------
drivers/net/phy/phylink.c | 6 ++++++
2 files changed, 13 insertions(+), 10 deletions(-)

--
2.34.1