summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ptp_hw.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-11ice: Extend Sideband Queue command to support flagsAnil Samal1-10/+10
2024-06-02ice: Adjust PTP init for 2x50G E825C devicesGrzegorz Nitka1-0/+22
2024-06-02ice: Add support for E825-C TS PLL handlingMichal Michalik1-15/+246
2024-06-02ice: Change CGU regs struct to anonymousKarol Kolacinski1-22/+22
2024-06-02ice: Introduce ETH56G PHY model for E825C productsSergey Temerkhanov1-124/+1945
2024-06-02ice: Move CGU blockSergey Temerkhanov1-286/+289
2024-06-02ice: Add PHY OFFSET_READY register clearingKarol Kolacinski1-0/+34
2024-06-02ice: Implement Tx interrupt enablement functionsSergey Temerkhanov1-0/+31
2024-06-02ice: Introduce helper to get tmr_cmd_reg valuesJacob Keller1-52/+88
2024-06-02ice: Introduce ice_ptp_hw structKarol Kolacinski1-55/+79
2024-04-01ice: avoid the PTP hardware semaphore in gettimex64 pathMichal Schmidt1-0/+3
2023-12-05ice: Rename E822 to E82XKarol Kolacinski1-222/+222
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