> -----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]>; [email protected]; > Kubalewski, Arkadiusz <[email protected]>; Kolacinski, Karol > <[email protected]>; Nguyen, Anthony L <[email protected]>; > Kitszel, Przemyslaw <[email protected]> > Subject: [Intel-wired-lan] [PATCH v10 iwl-next 09/12] ice: Add support for > E825-C TS PLL handling > > From: Michal Michalik <[email protected]> > > The CGU layout of E825-C is a little different than E822/E823. Add support > the new hardware adding relevant functions. > > Signed-off-by: Michal Michalik <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Arkadiusz Kubalewski <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > --- > V9 -> V10: changed 1588 clk_src and clk_freq caps to fixed ones for E825C > V4 -> V5: added UL to some of tspll_fbdiv_frac values in e825c_cgu_params > > drivers/net/ethernet/intel/ice/ice_cgu_regs.h | 65 +++++ > drivers/net/ethernet/intel/ice/ice_common.c | 9 +- > .../net/ethernet/intel/ice/ice_ptp_consts.h | 87 ++++++ > drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 261 +++++++++++++++++- > drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 24 +- > drivers/net/ethernet/intel/ice/ice_type.h | 2 +- > 6 files changed, 429 insertions(+), 19 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
