> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Karol > Kolacinski > Sent: Wednesday, April 24, 2024 7:00 PM > To: [email protected] > Cc: Michal Michalik <[email protected]>; Temerkhanov, Sergey > <[email protected]>; [email protected]; Kubalewski, Arkadiusz > <[email protected]>; Kolacinski, Karol > <[email protected]>; Nguyen, Anthony L <[email protected]>; > Kitszel, Przemyslaw <[email protected]>; Keller, Jacob E > <[email protected]> > Subject: [Intel-wired-lan] [PATCH v10 iwl-next 07/12] ice: Introduce ETH56G > PHY model for E825C products > > From: Sergey Temerkhanov <[email protected]> > > E825C products feature a new PHY model - ETH56G. > > Introduces all necessary PHY definitions, functions etc. for ETH56G PHY, > analogous to E82X and E810 ones with addition of a few HW-specific > functionalities for ETH56G like one-step timestamping. > > It ensures correct PTP initialization and operation for E825C products. > > Co-developed-by: Jacob Keller <[email protected]> > Signed-off-by: Jacob Keller <[email protected]> > Co-developed-by: Michal Michalik <[email protected]> > Signed-off-by: Michal Michalik <[email protected]> > Signed-off-by: Sergey Temerkhanov <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Arkadiusz Kubalewski <[email protected]> > Co-developed-by: Karol Kolacinski <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > --- > V7 -> V8: brought back P_REG_40B_HIGH_S due to 32 bit compatibility issue > V4 -> V5: - removed inline in function types > - removed unnecessary ifdefs > - adjusted multiple returns of local vars at the end of function > V1 -> V4: Adjusted bitslip calculations > > drivers/net/ethernet/intel/ice/ice_common.c | 10 +- > drivers/net/ethernet/intel/ice/ice_common.h | 1 + > drivers/net/ethernet/intel/ice/ice_ptp.c | 101 +- > drivers/net/ethernet/intel/ice/ice_ptp.h | 1 + > .../net/ethernet/intel/ice/ice_ptp_consts.h | 315 +++ > drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 2069 ++++++++++++++++- > drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 240 +- > drivers/net/ethernet/intel/ice/ice_sbq_cmd.h | 10 +- > drivers/net/ethernet/intel/ice/ice_type.h | 20 +- > 9 files changed, 2613 insertions(+), 154 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
