[Intel-wired-lan] [PATCH v10 iwl-next 07/12] ice: Introduce ETH56G PHY model for E825C products
Pucha, HimasekharX Reddy
himasekharx.reddy.pucha at intel.com
Fri May 17 07:38:06 UTC 2024
> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces at osuosl.org> On Behalf Of Karol Kolacinski
> Sent: Wednesday, April 24, 2024 7:00 PM
> To: intel-wired-lan at lists.osuosl.org
> Cc: Michal Michalik <michal.michalik at intel.com>; Temerkhanov, Sergey <sergey.temerkhanov at intel.com>; netdev at vger.kernel.org; Kubalewski, Arkadiusz <arkadiusz.kubalewski at intel.com>; Kolacinski, Karol <karol.kolacinski at intel.com>; Nguyen, Anthony L <anthony.l.nguyen at intel.com>; Kitszel, Przemyslaw <przemyslaw.kitszel at intel.com>; Keller, Jacob E <jacob.e.keller at intel.com>
> Subject: [Intel-wired-lan] [PATCH v10 iwl-next 07/12] ice: Introduce ETH56G PHY model for E825C products
>
> From: Sergey Temerkhanov <sergey.temerkhanov at intel.com>
>
> 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 <jacob.e.keller at intel.com>
> Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
> Co-developed-by: Michal Michalik <michal.michalik at intel.com>
> Signed-off-by: Michal Michalik <michal.michalik at intel.com>
> Signed-off-by: Sergey Temerkhanov <sergey.temerkhanov at intel.com>
> Reviewed-by: Przemek Kitszel <przemyslaw.kitszel at intel.com>
> Reviewed-by: Arkadiusz Kubalewski <arkadiusz.kubalewski at intel.com>
> Co-developed-by: Karol Kolacinski <karol.kolacinski at intel.com>
> Signed-off-by: Karol Kolacinski <karol.kolacinski at intel.com>
> ---
> 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 <himasekharx.reddy.pucha at intel.com> (A Contingent worker at Intel)
More information about the Intel-wired-lan
mailing list