diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2022-08-04 20:36:04 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-08-06 05:02:18 +0300 |
commit | bc3410f250219660a7be032c01c954a53b2c26ab (patch) | |
tree | bbc9e6eba93365f0113c086fa804b0e93eb2a3b6 /net | |
parent | 049d5d9890e9f4ba6d384ba5cfc5e8698be1ae9e (diff) | |
download | linux-bc3410f250219660a7be032c01c954a53b2c26ab.tar.xz |
net: bcmgenet: Indicate MAC is in charge of PHY PM
Avoid the PHY library call unnecessarily into the suspend/resume functions by
setting phydev->mac_managed_pm to true. The GENET driver essentially does
exactly what mdio_bus_phy_resume() does by calling phy_init_hw() plus
phy_resume().
Fixes: fba863b81604 ("net: phy: make PHY PM ops a no-op if MAC driver manages PHY PM")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20220804173605.1266574-1-f.fainelli@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions