diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2017-07-25 16:03:23 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-07 05:55:29 +0200 |
commit | 770a1ad55763a8a783cb71078e0b33a6b91ad92b (patch) | |
tree | 8325b8062fe7e8128c16c0a7f01a3699b0fa0a5d /include | |
parent | sfp: add sfp-bus to bridge between network devices and sfp cages (diff) | |
download | linux-770a1ad55763a8a783cb71078e0b33a6b91ad92b.tar.xz linux-770a1ad55763a8a783cb71078e0b33a6b91ad92b.zip |
phylink: add module EEPROM support
Add support for reading module EEPROMs through phylink.
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/phylink.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/phylink.h b/include/linux/phylink.h index 76f054f39684..af67edd4ae38 100644 --- a/include/linux/phylink.h +++ b/include/linux/phylink.h @@ -125,6 +125,9 @@ void phylink_ethtool_get_pauseparam(struct phylink *, struct ethtool_pauseparam *); int phylink_ethtool_set_pauseparam(struct phylink *, struct ethtool_pauseparam *); +int phylink_ethtool_get_module_info(struct phylink *, struct ethtool_modinfo *); +int phylink_ethtool_get_module_eeprom(struct phylink *, + struct ethtool_eeprom *, u8 *); int phylink_init_eee(struct phylink *, bool); int phylink_get_eee_err(struct phylink *); int phylink_ethtool_get_eee(struct phylink *, struct ethtool_eee *); |