> -----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 02/15] ice: rename TSPLL and CGU > functions and definitions > > From: Karol Kolacinski <[email protected]> > > Rename TSPLL and CGU functions, definitions etc. to match the file name and > have consistent naming scheme. > > 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_common.h | 36 +-- > drivers/net/ethernet/intel/ice/ice_ptp_consts.h | 16 +- > drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 11 +- > drivers/net/ethernet/intel/ice/ice_tspll.h | 32 +-- > drivers/net/ethernet/intel/ice/ice_type.h | 20 +- > drivers/net/ethernet/intel/ice/ice_common.c | 28 +- > drivers/net/ethernet/intel/ice/ice_ptp.c | 2 +- > drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 4 +- > drivers/net/ethernet/intel/ice/ice_tspll.c | 350 ++++++++++++------------ > 9 files changed, 244 insertions(+), 255 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
