WSL2-Linux-Kernel/drivers/net/ethernet/broadcom/genet
Florian Fainelli eb2d9dc79f net: bcmgenet: Indicate MAC is in charge of PHY PM
commit bc3410f250 upstream.

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: fba863b816 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-08-25 11:40:06 +02:00
..
Makefile
bcmgenet.c net: bcmgenet: Check for Wake-on-LAN interrupt probe deferral 2022-05-18 10:26:51 +02:00
bcmgenet.h
bcmgenet_wol.c net: bcmgenet: Don't claim WOL when its not available 2022-03-16 14:23:39 +01:00
bcmmii.c net: bcmgenet: Indicate MAC is in charge of PHY PM 2022-08-25 11:40:06 +02:00