ice: move TSPLL functions to a separate file
authorKarol Kolacinski <karol.kolacinski@intel.com>
Thu, 1 May 2025 22:54:12 +0000 (15:54 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 18 Jun 2025 15:59:22 +0000 (08:59 -0700)
commitbe7f0c1f47c75315f4b0f16432104cdb7ba0773c
tree8058153c769517f972cb98c35e32aae507642b08
parentfc4842cd0f117042a648cf565da4db0c04a604be
ice: move TSPLL functions to a separate file

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 <michal.kubiak@intel.com>
Reviewed-by: Milena Olech <milena.olech@intel.com>
Signed-off-by: Karol Kolacinski <karol.kolacinski@intel.com>
Tested-by: Rinitha S <sx.rinitha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/Makefile
drivers/net/ethernet/intel/ice/ice.h
drivers/net/ethernet/intel/ice/ice_cgu_regs.h [deleted file]
drivers/net/ethernet/intel/ice/ice_common.c
drivers/net/ethernet/intel/ice/ice_common.h
drivers/net/ethernet/intel/ice/ice_ptp.c
drivers/net/ethernet/intel/ice/ice_ptp_consts.h
drivers/net/ethernet/intel/ice/ice_ptp_hw.c
drivers/net/ethernet/intel/ice/ice_ptp_hw.h
drivers/net/ethernet/intel/ice/ice_tspll.c [new file with mode: 0644]
drivers/net/ethernet/intel/ice/ice_tspll.h [new file with mode: 0644]