diff options
author | Sasha Neftin <sasha.neftin@intel.com> | 2020-12-20 11:16:49 +0200 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2021-02-03 15:20:32 -0800 |
commit | 94f794d15a5ea902aabf148f17f5310a2f6ccd67 (patch) | |
tree | d6922127d9cd24af210a211dfba120747b205163 /drivers/net/ethernet/intel/igc/igc_phy.h | |
parent | 01bb6129c641030a40931c1a8c60ce4098c23dc9 (diff) | |
download | linux-94f794d15a5ea902aabf148f17f5310a2f6ccd67.tar.bz2 |
igc: Expose the gPHY firmware version
Extend reporting of NVM image version to include the gPHY (i225 PHY)
firmware version.
Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_phy.h')
-rw-r--r-- | drivers/net/ethernet/intel/igc/igc_phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_phy.h b/drivers/net/ethernet/intel/igc/igc_phy.h index 25cba33de7e2..1b031372d206 100644 --- a/drivers/net/ethernet/intel/igc/igc_phy.h +++ b/drivers/net/ethernet/intel/igc/igc_phy.h @@ -17,5 +17,6 @@ void igc_power_up_phy_copper(struct igc_hw *hw); void igc_power_down_phy_copper(struct igc_hw *hw); s32 igc_write_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 data); s32 igc_read_phy_reg_gpy(struct igc_hw *hw, u32 offset, u16 *data); +u16 igc_read_phy_fw_version(struct igc_hw *hw); #endif |