summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-07ice: Skip PTP HW writes during PTP reset procedureGrzegorz Nitka1-0/+4
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-73/+138
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner1-30/+101
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-30/+101
2024-07-04ice: Reject pin requests with unsupported flagsJacob Keller1-16/+22
2024-07-04ice: Don't process extts if PTP is disabledJacob Keller1-0/+4
2024-07-04ice: Fix improper extts handlingMilena Olech1-22/+83
2024-06-13auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman1-1/+1
2024-06-11ice: add and use roundup_u64 instead of open coding equivalentJacob Keller1-2/+1
2024-06-03ice/ptp: Remove convert_art_to_tsc()Thomas Gleixner1-1/+2
2024-06-02ice: Adjust PTP init for 2x50G E825C devicesGrzegorz Nitka1-0/+5
2024-06-02ice: Introduce ETH56G PHY model for E825C productsSergey Temerkhanov1-19/+82
2024-06-02ice: Introduce ice_get_base_incval() helperJacob Keller1-8/+1
2024-06-02ice: Add PHY OFFSET_READY register clearingKarol Kolacinski1-4/+7
2024-06-02ice: Implement Tx interrupt enablement functionsSergey Temerkhanov1-32/+34
2024-06-02ice: Introduce ice_ptp_hw structKarol Kolacinski1-11/+11
2024-04-01ice: fold ice_ptp_read_time into ice_ptp_gettimex64Michal Schmidt1-22/+3
2024-04-01ice: avoid the PTP hardware semaphore in gettimex64 pathMichal Schmidt1-7/+1
2024-01-30ice: stop destroying and reinitalizing Tx tracker during resetJacob Keller1-12/+21
2024-01-30ice: factor out ice_ptp_rebuild_owner()Jacob Keller1-24/+38
2024-01-30ice: rename ice_ptp_tx_cfg_intrJacob Keller1-6/+6
2024-01-30ice: don't check has_ready_bitmap in E810 functionsJacob Keller1-12/+11
2024-01-30ice: rename verify_cached to has_ready_bitmapJacob Keller1-6/+6
2024-01-30ice: pass reset type to PTP reset functionsJacob Keller1-6/+7
2024-01-30ice: introduce PTP state machineJacob Keller1-47/+63
2024-01-02ice: Fix some null pointer dereference issues in ice_ptp.cKunwu Chan1-0/+4
2024-01-02ice: Enable SW interrupt from FW for LL TSKarol Kolacinski1-18/+145
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller1-7/+6
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-14/+8
2023-12-18ice: field get conversionJesse Brandeburg1-2/+2
2023-12-18ice: field prep conversionJesse Brandeburg1-5/+4
2023-12-14ice: Support HW timestamp hintLarysa Zaremba1-3/+3
2023-12-14ice: make RX HW timestamp reading code more reusableLarysa Zaremba1-13/+7
2023-12-05ice: Rename E822 to E82XKarol Kolacinski1-24/+24
2023-12-05ice: periodically kick Tx timestamp interruptJacob Keller1-0/+50
2023-12-05ice: Re-enable timestamping correctly after resetKarol Kolacinski1-9/+10
2023-11-23ice: restore timestamp configuration after device resetJacob Keller1-28/+46
2023-11-23ice: unify logic for programming PFINT_TSYN_MSKJacob Keller1-26/+34
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller1-14/+0
2023-10-19intel: fix string truncation warningsJesse Brandeburg1-2/+2
2023-09-20ice: PTP: add clock domain number to auxiliary interfaceMichal Michalik1-136/+27
2023-09-20ice: Use PTP auxbus for all PHYs restart in E822Michal Michalik1-3/+21
2023-09-20ice: Auxbus devices & driver for E822 TSMichal Michalik1-14/+379
2023-09-18ice: introduce ice_pf_src_tmr_ownedJacob Keller1-3/+3
2023-09-18ice: fix pin assignment for E810-T without SMA controlJacob Keller1-3/+7
2023-09-18ice: remove ICE_F_PTP_EXTTS feature flagJacob Keller1-3/+1
2023-09-18ice: introduce hw->phy_model for handling PTP PHY differencesJacob Keller1-8/+24
2023-09-18ice: Support cross-timestamping for E823 devicesJacob Keller1-10/+19
2023-09-18ice: retry acquiring hardware semaphore during cross-timestamp requestKarol Kolacinski1-7/+15