diff options
| author | Sasha Neftin <[email protected]> | 2020-12-20 09:16:49 +0000 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2021-02-03 23:20:32 +0000 |
| commit | 94f794d15a5ea902aabf148f17f5310a2f6ccd67 (patch) | |
| tree | d6922127d9cd24af210a211dfba120747b205163 /drivers/net/ethernet/intel/igc/igc_phy.h | |
| parent | igc: Expose the NVM version (diff) | |
| download | kernel-94f794d15a5ea902aabf148f17f5310a2f6ccd67.tar.gz kernel-94f794d15a5ea902aabf148f17f5310a2f6ccd67.zip | |
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 <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
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 |
