Merge branch 'net-phy-add-and-use-helper-phy_advertise_eee_all'
authorJakub Kicinski <kuba@kernel.org>
Wed, 7 Feb 2024 02:58:47 +0000 (18:58 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 7 Feb 2024 02:58:48 +0000 (18:58 -0800)
Heiner Kallweit says:

====================
net: phy: add and use helper phy_advertise_eee_all

Per default phylib preserves the EEE advertising at the time of
phy probing. The EEE advertising can be changed from user space,
in addition this helper allows to set the EEE advertising to all
supported modes from drivers in kernel space.
====================

Link: https://lore.kernel.org/r/0d886510-b2b7-43f2-b8a6-fb770d97266d@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge