> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Grzegorz Nitka > Sent: 05 November 2024 17:59 > To: [email protected] > Cc: [email protected]; Kubalewski, Arkadiusz > <[email protected]>; Kolacinski, Karol > <[email protected]>; Nguyen, Anthony L <[email protected]>; > Kitszel, Przemyslaw <[email protected]> > Subject: [Intel-wired-lan] [PATCH v4 iwl-net 1/4] ice: Fix E825 initialization > > From: Karol Kolacinski <[email protected]> > > Current implementation checks revision of all PHYs on all PFs, which is > incorrect and may result in initialization failure. Check only the revision > of the current PHY. > > Fixes: 7cab44f1c35f ("ice: Introduce ETH56G PHY model for E825C products") > Reviewed-by: Arkadiusz Kubalewski <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > Signed-off-by: Grzegorz Nitka <[email protected]> > --- > V1 -> V3: Removed net-next hunks, > add 'return' on PHY revision read failure > V1 -> V2: Removed net-next hunks > > drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 22 +++++++++------------ > 1 file changed, 9 insertions(+), 13 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
