> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of
> Jedrzej Jagielski
> Sent: Friday, February 21, 2025 5:21 PM
> To: intel-wired-...@lists.osuosl.org
> Cc: Nguyen, Anthony L <anthony.l.ngu...@intel.com>;
> net...@vger.kernel.org; ho...@kernel.org; j...@nvidia.com; Jagielski, Jedrzej
> <jedrzej.jagiel...@intel.com>; Polchlopek, Mateusz
> <mateusz.polchlo...@intel.com>; Wegrzyn, Stefan
> <stefan.wegr...@intel.com>
> Subject: [Intel-wired-lan] [PATCH iwl-next v5 09/15] ixgbe: add E610
> functions getting PBA and FW ver info
> 
> Introduce 2 E610 specific callbacks implementations:
> -ixgbe_start_hw_e610() which expands the regular .start_hw callback with
> getting FW version information
> -ixgbe_read_pba_string_e610() which gets Product Board Assembly string
> 
> Extend EEPROM ops with new .read_pba_string in order to distinguish generic
> one and the E610 one.
> 
> Reviewed-by: Mateusz Polchlopek <mateusz.polchlo...@intel.com>
> Co-developed-by: Stefan Wegrzyn <stefan.wegr...@intel.com>
> Signed-off-by: Stefan Wegrzyn <stefan.wegr...@intel.com>
> Signed-off-by: Jedrzej Jagielski <jedrzej.jagiel...@intel.com>
> ---
>  .../ethernet/intel/ixgbe/devlink/devlink.c    |   5 +-
>  .../net/ethernet/intel/ixgbe/ixgbe_82598.c    |   1 +
>  .../net/ethernet/intel/ixgbe/ixgbe_82599.c    |   1 +
>  .../net/ethernet/intel/ixgbe/ixgbe_common.c   |   1 +
>  drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 181 +++++++++++++++++-
>  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |   2 +-
>  drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |   2 +
>  .../ethernet/intel/ixgbe/ixgbe_type_e610.h    |   1 +
>  drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c |   1 +
>  drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c |   1 +
>  10 files changed, 190 insertions(+), 6 deletions(-)
> 

Tested-by: Bharath R <bharat...@intel.com>

Reply via email to