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

Claudiu Beznea posted 2 patches 2 years, 9 months ago
drivers/net/ethernet/cadence/macb_main.c | 17 +++++++----------
drivers/net/phy/phylink.c                |  6 ++++++
2 files changed, 13 insertions(+), 10 deletions(-)
[PATCH v2 0/2] net: macb: fix connectivity after resume
Posted by Claudiu Beznea 2 years, 9 months ago
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
Re: [PATCH v2 0/2] net: macb: fix connectivity after resume
Posted by Jakub Kicinski 2 years, 9 months ago
On Mon, 12 Dec 2022 13:28:43 +0200 Claudiu Beznea wrote:
> This series fixes connectivity on SAMA7G5 with KSZ9131 ethernet PHY.
> Driver fix is in patch 2/2. Patch 1/2 is a prerequisite.

I'm not sure if there was a conclusion reached in the discussion 
but I'm worried this will get lost in the merge window shuffle.
So if the conclusion is reached please repost against net.