summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ptp_hw.c
Commit message (Expand)AuthorAgeFilesLines
* ice: avoid the PTP hardware semaphore in gettimex64 pathMichal Schmidt2024-04-011-0/+3
* ice: Rename E822 to E82XKarol Kolacinski2023-12-051-222/+222
* ice: dpll: fix output pin capabilitiesArkadiusz Kubalewski2023-11-131-0/+54
* ice: make ice_get_pf_c827_idx staticJacob Keller2023-10-201-1/+1
* ice: fix linking when CONFIG_PTP_1588_CLOCK=nJacob Keller2023-10-041-66/+0
* ice: PTP: move quad value check inside ice_fill_phy_msg_e822Karol Kolacinski2023-09-181-7/+12
* ice: PTP: Rename macros used for PHY/QUAD port definitionsKarol Kolacinski2023-09-181-4/+4
* ice: PTP: Clean up timestamp registers correctlyKarol Kolacinski2023-09-181-25/+45
* ice: introduce hw->phy_model for handling PTP PHY differencesJacob Keller2023-09-181-19/+83
* ice: Support cross-timestamping for E823 devicesJacob Keller2023-09-181-1/+1
* ice: prefix clock timer command enumeration values with ICE_PTPSergey Temerkhanov2023-09-181-46/+47
* ice: add admin commands to access cgu configurationArkadiusz Kubalewski2023-09-171-0/+530
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-291-5/+50
|\
| * ice: avoid executing commands on other ports when driving syncJacob Keller2023-08-251-5/+50
* | ice: move E810T functions to before device agnostic onesJacob Keller2023-08-171-179/+179
* | ice: refactor ice_ptp_hw to make functions staticJan Sokolowski2023-08-171-3/+3
* | ice: remove unused methodsJan Sokolowski2023-08-171-19/+0
|/
* ice: make Tx and Rx vernier offset calibration independentSiddaraju DH2022-12-081-65/+68
* ice: check Tx timestamp memory register for ready timestampsJacob Keller2022-12-081-0/+72
* ice: Reset TS memory for all quadsKarol Kolacinski2022-12-081-0/+38
* ice: Remove the E822 vernier "bypass" logicMilena Olech2022-12-081-138/+7
* ice: Check for PTP HW lock more frequentlyKarol Kolacinski2022-11-231-5/+7
* ice: Add low latency Tx timestamp readKarol Kolacinski2022-09-201-11/+87
* ice: add TTY for GNSS module for E810T deviceKarol Kolacinski2022-03-031-0/+31
* ice: exit bypass mode once hardware finishes timestamp calibrationJacob Keller2021-12-211-0/+411
* ice: ensure the hardware Clock Generation Unit is configuredJacob Keller2021-12-211-0/+290
* ice: implement basic E822 PTP supportJacob Keller2021-12-211-54/+1809
* ice: introduce ice_ptp_init_phc functionJacob Keller2021-12-211-0/+34
* ice: use 'int err' instead of 'int status' in ice_ptp_hw.cJacob Keller2021-12-211-103/+103
* ice: Add support for SMA control multiplexerMaciej Machnikowski2021-10-141-0/+151
* ice: remove redundant continue statement in a for-loopColin Ian King2021-06-171-6/+4
* ice: add low level PTP clock access functionsJacob Keller2021-06-111-0/+653