Merge branch 'phy-smsc-edpd-tunable'
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 Apr 2023 09:08:43 +0000 (10:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Apr 2023 09:08:43 +0000 (10:08 +0100)
commit56b029ddac8eebdeb3d8a15c8aed71a1c62e4924
tree6c6c0384660db8f9ea0fbe9f579a2750d19d634e
parent858e5b06409f65d09dc60e32432e4b8e12e4dba0
parent3c4c3b3e6d414c50f6858f027a2ca2206e1ce583
Merge branch 'phy-smsc-edpd-tunable'

Heiner Kallweit says:

====================
net: phy: smsc: add support for edpd tunable

This adds support for the EDPD PHY tunable.
Per default EDPD is disabled in interrupt mode, the tunable can be used
to override this, e.g. if the link partner doesn't use EDPD.
The interval to check for energy can be chosen between 1000ms and
2000ms. Note that this value consists of the 1000ms phylib interval
for state machine runs plus the time to wait for energy being detected.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>