summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-13ice: Add correct PHY lane assignmentKarol Kolacinski1-14/+9
2024-10-08ice: Use common error handling code in two functionsMarkus Elfring1-16/+16
2024-10-01ice: Drop auxbus use for PTP to finalize ice_adapter moveSergey Temerkhanov1-252/+0
2024-10-01ice: Use ice_adapter for PTP shared data instead of auxdevSergey Temerkhanov1-41/+74
2024-10-01ice: Add ice_get_ctrl_ptp() wrapper to simplify the codeSergey Temerkhanov1-0/+12
2024-10-01ice: Introduce ice_get_phy_model() wrapperSergey Temerkhanov1-10/+9
2024-10-01ice: Enable 1PPS out from CGU for E825C productsSergey Temerkhanov1-0/+10
2024-10-01ice: Read SDP section from NVM for pin definitionsYochai Hagvi1-26/+112
2024-10-01ice: Disable shared pin on E810 on setfuncKarol Kolacinski1-0/+65
2024-10-01ice: Cache perout/extts requests and check flagsKarol Kolacinski1-176/+184
2024-10-01ice: Align E810T GPIO to other productsKarol Kolacinski1-350/+114
2024-10-01ice: Add SDPs support for E825CKarol Kolacinski1-2/+18
2024-10-01ice: Implement ice_ptp_pin_descKarol Kolacinski1-86/+170
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-16Merge 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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-30/+101
2024-07-03ice: Reject pin requests with unsupported flagsJacob Keller1-16/+22
2024-07-03ice: Don't process extts if PTP is disabledJacob Keller1-0/+4
2024-07-03ice: 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-10ice: 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-01ice: Adjust PTP init for 2x50G E825C devicesGrzegorz Nitka1-0/+5
2024-06-01ice: Introduce ETH56G PHY model for E825C productsSergey Temerkhanov1-19/+82
2024-06-01ice: Introduce ice_get_base_incval() helperJacob Keller1-8/+1
2024-06-01ice: Add PHY OFFSET_READY register clearingKarol Kolacinski1-4/+7
2024-06-01ice: Implement Tx interrupt enablement functionsSergey Temerkhanov1-32/+34
2024-06-01ice: 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-18Merge 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-13ice: Support HW timestamp hintLarysa Zaremba1-3/+3
2023-12-13ice: 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