summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_tspll.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-26ice: move TSPLL init calls to ice_ptp.cKarol Kolacinski1-0/+5
2025-06-26ice: fall back to TCXO on TSPLL lock failKarol Kolacinski1-1/+13
2025-06-26ice: wait before enabling TSPLLKarol Kolacinski1-4/+10
2025-06-26ice: add multiple TSPLL helpersKarol Kolacinski1-48/+108
2025-06-26ice: use bitfields instead of unions for CGU regsKarol Kolacinski1-115/+124
2025-06-26ice: read TSPLL registers again before reporting statusJacob Keller1-4/+18
2025-06-26ice: clear time_sync_en field for E825-C during reprogrammingJacob Keller1-0/+9
2025-06-18ice: add TSPLL log config helperKarol Kolacinski1-24/+30
2025-06-18ice: use designated initializers for TSPLL constsKarol Kolacinski1-65/+30
2025-06-18ice: remove ice_tspll_params_e825 definitionsKarol Kolacinski1-99/+8
2025-06-18ice: fix E825-C TSPLL register definitionsJacob Keller1-10/+7
2025-06-18ice: rename TSPLL and CGU functions and definitionsKarol Kolacinski1-181/+169
2025-06-18ice: move TSPLL functions to a separate fileKarol Kolacinski1-0/+646