[PATCH net-next v1 0/4] net: add EEE support for KSZ9477 switch series

Oleksij Rempel posted 4 patches 2 years, 7 months ago
There is a newer version of this series
drivers/net/dsa/microchip/ksz_common.c |  35 ++++++++
drivers/net/phy/micrel.c               | 115 ++++++++++++++++++++++++-
drivers/net/phy/phy.c                  |   6 ++
include/linux/phy.h                    |   5 ++
4 files changed, 160 insertions(+), 1 deletion(-)
[PATCH net-next v1 0/4] net: add EEE support for KSZ9477 switch series
Posted by Oleksij Rempel 2 years, 7 months ago
With this patch series we provide EEE support for KSZ9477 family of switches.
According to my tests, on a system with KSZ8563 switch and 100Mbit idle link,
we consume 0,192W less power per port if EEE is enabled.

Oleksij Rempel (4):
  net: phy: add driver specific get/set_eee support
  net: phy: micrel: add EEE configuration support for KSZ9477 variants
    of PHYs
  net: phy: micrel: disable 1000Mbit EEE support if 1000Mbit is not
    supported
  net: dsa: microchip: enable EEE support

 drivers/net/dsa/microchip/ksz_common.c |  35 ++++++++
 drivers/net/phy/micrel.c               | 115 ++++++++++++++++++++++++-
 drivers/net/phy/phy.c                  |   6 ++
 include/linux/phy.h                    |   5 ++
 4 files changed, 160 insertions(+), 1 deletion(-)

-- 
2.30.2