Merge branch 'net-add-and-use-phy_disable_eee'
authorJakub Kicinski <kuba@kernel.org>
Fri, 20 Dec 2024 03:07:54 +0000 (19:07 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 20 Dec 2024 03:07:55 +0000 (19:07 -0800)
commit5fde7edadea66eb2a71ab4ceef2cd8e5a0273da9
tree418d622a3cbc1b5bc69fefb747e22d132aeb6aa8
parente8f33238052b41d20a115bce527e4ee532dc509c
parentc9f5a5dabbf5ab53a6392d7c782d373d2c892e21
Merge branch 'net-add-and-use-phy_disable_eee'

Heiner Kallweit says:

====================
net: add and use phy_disable_eee

If a MAC driver doesn't support EEE, then the PHY shouldn't advertise it.
Add phy_disable_eee() for this purpose, and use it in cpsw driver.
====================

Link: https://patch.msgid.link/5139374e-7151-4d0d-8ba9-9ec3d9b52f67@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>