diff options
author | David S. Miller <davem@davemloft.net> | 2019-09-16 22:02:45 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-09-16 22:02:53 +0200 |
commit | 1b8da10370d4accc33068dea48151ac957fa4dc5 (patch) | |
tree | 5afa44df898abbb1fe15cd609ebb804dbe428cf6 /drivers/net/ethernet/intel/igc/igc_main.c | |
parent | 56a4e37ef14f569017131d1cba22da4fcfe28207 (diff) | |
parent | 65d7be094f04fc8dc20e85dd8f10efcd70ccc525 (diff) | |
download | linux-1b8da10370d4accc33068dea48151ac957fa4dc5.tar.bz2 |
Merge branch 'ethtool-implement-Energy-Detect-Powerdown-support-via-phy-tunable'
Alexandru Ardelean says:
====================
ethtool: implement Energy Detect Powerdown support via phy-tunable
This changeset proposes a new control for PHY tunable to control Energy
Detect Power Down.
The `phy_tunable_id` has been named `ETHTOOL_PHY_EDPD` since it looks like
this feature is common across other PHYs (like EEE), and defining
`ETHTOOL_PHY_ENERGY_DETECT_POWER_DOWN` seems too long.
The way EDPD works, is that the RX block is put to a lower power mode,
except for link-pulse detection circuits. The TX block is also put to low
power mode, but the PHY wakes-up periodically to send link pulses, to avoid
lock-ups in case the other side is also in EDPD mode.
Currently, there are 2 PHY drivers that look like they could use this new
PHY tunable feature: the `adin` && `micrel` PHYs.
This series updates only the `adin` PHY driver to support this new feature,
as this chip has been tested. A change for `micrel` can be proposed after a
discussion of the PHY-tunable API is resolved.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_main.c')
0 files changed, 0 insertions, 0 deletions