summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ptp_hw.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-13ice: dpll: fix output pin capabilitiesArkadiusz Kubalewski1-0/+54
2023-10-20ice: make ice_get_pf_c827_idx staticJacob Keller1-1/+1
2023-10-04ice: fix linking when CONFIG_PTP_1588_CLOCK=nJacob Keller1-66/+0
2023-09-18ice: PTP: move quad value check inside ice_fill_phy_msg_e822Karol Kolacinski1-7/+12
2023-09-18ice: PTP: Rename macros used for PHY/QUAD port definitionsKarol Kolacinski1-4/+4
2023-09-18ice: PTP: Clean up timestamp registers correctlyKarol Kolacinski1-25/+45
2023-09-18ice: introduce hw->phy_model for handling PTP PHY differencesJacob Keller1-19/+83
2023-09-18ice: Support cross-timestamping for E823 devicesJacob Keller1-1/+1
2023-09-18ice: prefix clock timer command enumeration values with ICE_PTPSergey Temerkhanov1-46/+47
2023-09-17ice: add admin commands to access cgu configurationArkadiusz Kubalewski1-0/+530
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-5/+50
2023-08-25ice: avoid executing commands on other ports when driving syncJacob Keller1-5/+50
2023-08-17ice: move E810T functions to before device agnostic onesJacob Keller1-179/+179
2023-08-17ice: refactor ice_ptp_hw to make functions staticJan Sokolowski1-3/+3
2023-08-17ice: remove unused methodsJan Sokolowski1-19/+0
2022-12-09ice: make Tx and Rx vernier offset calibration independentSiddaraju DH1-65/+68
2022-12-08ice: check Tx timestamp memory register for ready timestampsJacob Keller1-0/+72
2022-12-08ice: Reset TS memory for all quadsKarol Kolacinski1-0/+38
2022-12-08ice: Remove the E822 vernier "bypass" logicMilena Olech1-138/+7
2022-11-23ice: Check for PTP HW lock more frequentlyKarol Kolacinski1-5/+7
2022-09-21ice: Add low latency Tx timestamp readKarol Kolacinski1-11/+87
2022-03-03ice: add TTY for GNSS module for E810T deviceKarol Kolacinski1-0/+31
2021-12-21ice: exit bypass mode once hardware finishes timestamp calibrationJacob Keller1-0/+411
2021-12-21ice: ensure the hardware Clock Generation Unit is configuredJacob Keller1-0/+290
2021-12-21ice: implement basic E822 PTP supportJacob Keller1-54/+1809
2021-12-21ice: introduce ice_ptp_init_phc functionJacob Keller1-0/+34
2021-12-21ice: use 'int err' instead of 'int status' in ice_ptp_hw.cJacob Keller1-103/+103
2021-10-14ice: Add support for SMA control multiplexerMaciej Machnikowski1-0/+151
2021-06-17ice: remove redundant continue statement in a for-loopColin Ian King1-6/+4
2021-06-11ice: add low level PTP clock access functionsJacob Keller1-0/+653