diff options
author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | 2025-03-21 01:11:12 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-03-25 17:58:03 +0300 |
commit | ef43e5132895ad59b45e38855d32e966bb7434d9 (patch) | |
tree | a7e8b65281b3614c18b5c216bfa014266b75e098 /tools/perf/scripts/python/stackcollapse.py | |
parent | 367f1854d442b33c4a0305b068ae40d67ccd7d6a (diff) | |
download | linux-ef43e5132895ad59b45e38855d32e966bb7434d9.tar.xz |
net: stmmac: address non-LPI resume failures properly
The Synopsys Designware GMAC core databook requires all clocks to be
active in order to complete software reset, which we perform during
resume.
However, IEEE 802.3 allows a PHY to stop its clocks when placed in
low-power mode, which happens when the system is suspended and WoL
is not enabled.
As an attempt to work around this, commit 36d18b5664ef ("net: stmmac:
start phylink instance before stmmac_hw_setup()") started phylink
early, but this has the side effect that the mac_link_up() method may
be called before or during the initialisation of GMAC hardware.
We also have the socfpga glue driver directly calling phy_resume()
also as an attempt to work around this.
In a previous commit, phylink_prepare_resume() has been introduced
to give MAC drivers a way to ensure that the PHY is resumed prior to
their initialisation of their MAC hardware. This commit adds the call,
and moves the phylink_resume() call back to where it should be before
the aforementioned commit.
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/E1tvO6a-008Vjh-FG@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions