> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Jacob > Keller > Sent: 02 May 2025 04:24 > To: Intel Wired LAN <[email protected]>; Nguyen, Anthony L > <[email protected]>; netdev <[email protected]> > Cc: Keller, Jacob E <[email protected]>; Kubiak, Michal > <[email protected]>; Loktionov, Aleksandr > <[email protected]>; Kolacinski, Karol > <[email protected]>; Kitszel, > Przemyslaw > <[email protected]>; Olech, Milena <[email protected]>; Paul > Menzel <[email protected]> > Subject: [Intel-wired-lan] [PATCH v4 01/15] ice: move TSPLL functions to a > separate file > > From: Karol Kolacinski <[email protected]> > > Collect TSPLL related functions and definitions and move them to a separate file to have all TSPLL functionality in one place. > > Move CGU related functions and definitions to ice_common.* > > Reviewed-by: Michal Kubiak <[email protected]> > Reviewed-by: Milena Olech <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice.h | 1 + > drivers/net/ethernet/intel/ice/ice_cgu_regs.h | 181 ------- > drivers/net/ethernet/intel/ice/ice_common.h | 176 +++++++ > drivers/net/ethernet/intel/ice/ice_ptp_consts.h | 161 ------ > drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 43 -- > drivers/net/ethernet/intel/ice/ice_tspll.h | 46 ++ > drivers/net/ethernet/intel/ice/ice_common.c | 61 +++ > drivers/net/ethernet/intel/ice/ice_ptp.c | 1 - > drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 542 -------------------- > drivers/net/ethernet/intel/ice/ice_tspll.c | 646 ++++++++++++++++++++++++ > drivers/net/ethernet/intel/ice/Makefile | 2 +- > 11 files changed, 931 insertions(+), 929 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
