Merge branch 'iddq-sr-mode'
authorDavid S. Miller <davem@davemloft.net>
Tue, 21 Sep 2021 09:58:36 +0000 (10:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Sep 2021 09:58:36 +0000 (10:58 +0100)
commit6a3807536328c632ead28911b7524bf14cfe71aa
tree8e67db0e1a8a0bdbb90f1fd0ec35e9e28559d126
parentc595b120ebab1995083c28b6e050f3ccc24e3c1c
parent4972ce7201010cbae3d543636b5a77771a6b2c2f
Merge branch 'iddq-sr-mode'

Florian Fainelli says:

====================
net: phy: broadcom: IDDQ-SR mode

This patch series adds support for the IDDQ with soft recovery mode
which allows power savings of roughly 150mW compared to a simple
BMCR.PDOWN power off (called standby power down in Broadcom datasheets).

In order to leverage these modes we add a new PHY driver flags for
drivers to opt-in for that behavior, the PHY driver is modified to do
the appropriate programming and the PHYs on which this was tested get
updated to have an appropriate suspend/resume set of functions.
====================

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