aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
Commit message (Expand)AuthorAgeFilesLines
* ice: fix NULL access of tx->in_use in ice_ptp_ts_irqJacob Keller2025-09-021-5/+8
* ice: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2025-07-031-22/+23
* ice: move TSPLL init calls to ice_ptp.cKarol Kolacinski2025-06-261-0/+11
* ice: rename TSPLL and CGU functions and definitionsKarol Kolacinski2025-06-181-1/+1
* ice: move TSPLL functions to a separate fileKarol Kolacinski2025-06-181-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-06-121-0/+1
|\
| * ice/ptp: fix crosstimestamp reportingAnton Nadezhdin2025-06-101-0/+1
* | ice: change SMA pins to SDP in PTP APIKarol Kolacinski2025-06-091-215/+39
|/
* net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller2025-04-161-3/+1
* net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller2025-04-161-8/+4
* ice: enable timesync operation on 2xNAC E825 devicesKarol Kolacinski2025-04-111-12/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-03-261-2/+4
|\
| * ice: ensure periodic output start time is in the futureKarol Kolacinski2025-03-181-2/+4
* | ice: support Rx timestamp on flex descriptorSimei Su2025-02-141-2/+2
* | ice: Implement PTP support for E830 devicesMichal Michalik2025-02-101-1/+70
* | ice: Refactor ice_ptp_init_tx_*Karol Kolacinski2025-02-101-37/+19
* | ice: Add unified ice_capture_crosststampJacob Keller2025-02-101-73/+127
* | ice: Process TSYN IRQ in a separate functionKarol Kolacinski2025-02-101-0/+49
* | ice: Remove unnecessary ice_is_e8xx() functionsKarol Kolacinski2025-02-101-64/+69
|/
* Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2025-01-221-45/+83
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-161-14/+9
| |\
| * | ice: Add in/out PTP pin delaysKarol Kolacinski2025-01-141-34/+46
| * | ice: add lock to protect low latency interfaceJacob Keller2025-01-141-8/+34
| * | ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_*Jacob Keller2025-01-141-7/+7
* | | Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-221-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker2025-01-081-1/+1
| |/
* / ice: Add correct PHY lane assignmentKarol Kolacinski2025-01-131-14/+9
|/
* ice: Use common error handling code in two functionsMarkus Elfring2024-10-081-16/+16
* ice: Drop auxbus use for PTP to finalize ice_adapter moveSergey Temerkhanov2024-10-011-252/+0
* ice: Use ice_adapter for PTP shared data instead of auxdevSergey Temerkhanov2024-10-011-41/+74
* ice: Add ice_get_ctrl_ptp() wrapper to simplify the codeSergey Temerkhanov2024-10-011-0/+12
* ice: Introduce ice_get_phy_model() wrapperSergey Temerkhanov2024-10-011-10/+9
* ice: Enable 1PPS out from CGU for E825C productsSergey Temerkhanov2024-10-011-0/+10
* ice: Read SDP section from NVM for pin definitionsYochai Hagvi2024-10-011-26/+112
* ice: Disable shared pin on E810 on setfuncKarol Kolacinski2024-10-011-0/+65
* ice: Cache perout/extts requests and check flagsKarol Kolacinski2024-10-011-176/+184
* ice: Align E810T GPIO to other productsKarol Kolacinski2024-10-011-348/+112
* ice: Add SDPs support for E825CKarol Kolacinski2024-10-011-2/+18
* ice: Implement ice_ptp_pin_descKarol Kolacinski2024-10-011-85/+169
* ice: Skip PTP HW writes during PTP reset procedureGrzegorz Nitka2024-08-071-0/+4
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\
| * auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman2024-06-131-1/+1
* | Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-07-171-73/+138
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-041-30/+101
| |\ \
| * | | ice: add and use roundup_u64 instead of open coding equivalentJacob Keller2024-06-111-2/+1
| * | | ice: Adjust PTP init for 2x50G E825C devicesGrzegorz Nitka2024-06-011-0/+5
| * | | ice: Introduce ETH56G PHY model for E825C productsSergey Temerkhanov2024-06-011-19/+82
| * | | ice: Introduce ice_get_base_incval() helperJacob Keller2024-06-011-8/+1
| * | | ice: Add PHY OFFSET_READY register clearingKarol Kolacinski2024-06-011-4/+7
| * | | ice: Implement Tx interrupt enablement functionsSergey Temerkhanov2024-06-011-31/+33