Merge branch 'phylink_set_mac_pm'
authorDavid S. Miller <davem@davemloft.net>
Sat, 15 Oct 2022 10:51:52 +0000 (11:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Oct 2022 10:51:52 +0000 (11:51 +0100)
commita1b6b102df03ac10e83d6c4ea31f07af05fa19c4
treedbd8cda5c9f7ba7583383355803725118412fb33
parentfc8695eb11f07d936a4a9dbd15d7797986bc8b89
parentf151c147b3afcf92dedff53f5f0e965414e4fd2c
Merge branch 'phylink_set_mac_pm'

Shenwei Wang says:

====================
net: phylink: add phylink_set_mac_pm() helper

Per Russell's suggestion, the implementation is changed from the helper
function to add an extra property in phylink_config structure because this
change can easily cover SFP usecase too.

Changes in v6:
 - update the fix tag hash and format

Changes in v5:
 - Add fix tag in the commit message

Changes in v4:
 - Clean up the codes in phylink.c
 - Continue the version number
====================

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