diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-03-06 22:23:51 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-07 22:34:10 -0500 |
commit | 11b3b45d69f1709aae6bb48b214064e22f0b5ef7 (patch) | |
tree | ebf2a6f9f6b76520bbcbe58d614e11e33d592adf /drivers/net/dsa/mv88e6xxx.h | |
parent | 6f5a272c99108d9f8450c454a4baede9e7cc643f (diff) | |
download | op-kernel-dev-11b3b45d69f1709aae6bb48b214064e22f0b5ef7.zip op-kernel-dev-11b3b45d69f1709aae6bb48b214064e22f0b5ef7.tar.gz |
net: dsa: mv88e6xxx: Add EEE support
EEE configuration is similar for the various MV88E6xxx chips.
Add generic support for it.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx.h')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/dsa/mv88e6xxx.h b/drivers/net/dsa/mv88e6xxx.h index 7294227..5fd42ce 100644 --- a/drivers/net/dsa/mv88e6xxx.h +++ b/drivers/net/dsa/mv88e6xxx.h @@ -88,6 +88,9 @@ int mv88e6xxx_eeprom_busy_wait(struct dsa_switch *ds); int mv88e6xxx_phy_read_indirect(struct dsa_switch *ds, int addr, int regnum); int mv88e6xxx_phy_write_indirect(struct dsa_switch *ds, int addr, int regnum, u16 val); +int mv88e6xxx_get_eee(struct dsa_switch *ds, int port, struct ethtool_eee *e); +int mv88e6xxx_set_eee(struct dsa_switch *ds, int port, + struct phy_device *phydev, struct ethtool_eee *e); extern struct dsa_switch_driver mv88e6131_switch_driver; extern struct dsa_switch_driver mv88e6123_61_65_switch_driver; |