Merge branch 'phy-cleanup-EEE'
authorDavid S. Miller <davem@davemloft.net>
Mon, 8 Apr 2024 13:04:16 +0000 (14:04 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Apr 2024 13:04:16 +0000 (14:04 +0100)
commit7812da81b6da6e206c4c2a8720b62a2f29934109
tree31ff1c4b9688f0109d9fc4235331788720abd4a6
parent382c60019ee769a8f3743e8340c063e4aa71231e
parentef460a8986fa0dae1cdcb158a06127f7af27c92d
Merge branch 'phy-cleanup-EEE'

Andrew Lunn says:

====================
net: Clean up some EEE code

Previous patches have reworked the API between phylib and MAC drivers
with respect to EEE, pushing most of the work into phylib. These two
patches rework two drivers to make use of the new API, and fix their
EEE implementation, so that EEE is configured in the MAC based on what
is actually negotiated during autoneg.

Compile tested only.
====================

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>