]> git.baikalelectronics.ru Git - kernel.git/commit
net: bcmgenet: Indicate MAC is in charge of PHY PM
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 4 Aug 2022 17:36:04 +0000 (10:36 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 6 Aug 2022 02:02:18 +0000 (19:02 -0700)
commitc3fe684595a82d477d29809c9702775e710e8d9e
treebbc9e6eba93365f0113c086fa804b0e93eb2a3b6
parentead7d220b0160beb7fbb218cd2dcc58dc91a62c1
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: 1b003f68755c ("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>
drivers/net/ethernet/broadcom/genet/bcmmii.c