netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] fix mac not working after system resumed with WoL enabled
@ 2022-11-30 11:11 Clark Wang
  2022-11-30 11:11 ` [PATCH 1/2] net: phylink: add sync flag mac_ready to fix resume issue " Clark Wang
  2022-11-30 11:11 ` [PATCH 2/2] net: stmmac: synchronize status with phylink via flag during suspend/resume Clark Wang
  0 siblings, 2 replies; 10+ messages in thread
From: Clark Wang @ 2022-11-30 11:11 UTC (permalink / raw)
  To: linux, peppe.cavallaro, alexandre.torgue, joabreu, davem,
	edumazet, kuba, pabeni, mcoquelin.stm32, andrew, hkallweit1
  Cc: netdev, linux-stm32, linux-arm-kernel, linux-kernel

Hi,
The issue description is in the commit message.
This patchset currently looks more like a workaround.
I haven't found a better way to fix it yet. Any suggestions/solutions would
be appreciated.

Thanks.

Clark Wang (2):
  net: phylink: add sync flag mac_ready to fix resume issue with WoL
    enabled
  net: stmmac: synchronize status with phylink via flag during
    suspend/resume

 .../net/ethernet/stmicro/stmmac/stmmac_main.c |  2 ++
 drivers/net/phy/phylink.c                     | 36 +++++++++++++++++++
 include/linux/phylink.h                       |  2 ++
 3 files changed, 40 insertions(+)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-11-30 12:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-30 11:11 [PATCH 0/2] fix mac not working after system resumed with WoL enabled Clark Wang
2022-11-30 11:11 ` [PATCH 1/2] net: phylink: add sync flag mac_ready to fix resume issue " Clark Wang
2022-11-30 11:23   ` Russell King (Oracle)
2022-11-30 11:32     ` Clark Wang
2022-11-30 11:50       ` Russell King (Oracle)
2022-11-30 12:00         ` Clark Wang
2022-11-30 11:32     ` Russell King (Oracle)
2022-11-30 11:38       ` Clark Wang
2022-11-30 11:40       ` Clark Wang
2022-11-30 11:11 ` [PATCH 2/2] net: stmmac: synchronize status with phylink via flag during suspend/resume Clark Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).