summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-18Merge tag 'mlx5-updates-2023-11-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-27/+51
2023-11-16net/mlx5: Decouple PHC .adjtime and .adjphase implementationsRahul Rameshbabu1-1/+6
2023-11-15net/mlx5: Query maximum frequency adjustment of the PTP hardware clockRahul Rameshbabu1-0/+22
2023-11-15net/mlx5: Convert scaled ppm values outside the s32 range for PHC frequency a...Rahul Rameshbabu1-2/+4
2023-11-15net/mlx5: Initialize clock->ptp_info inside mlx5_init_timer_clockRahul Rameshbabu1-4/+5
2023-11-15net/mlx5: Refactor real time clock operation checks for PHCRahul Rameshbabu1-21/+20
2023-08-25net/mlx5: Dynamic cyclecounter shift calculation for PTP free running clockRahul Rameshbabu1-5/+27
2023-08-07net/mlx5: Skip clock update work when device is in error stateMoshe Shemesh1-0/+5
2023-06-20net/mlx5: Add .getmaxphase ptp_clock_info callbackRahul Rameshbabu1-16/+15
2023-04-06net/mlx5: Update cyclecounter shift value to improve ptp free running mode pr...Rahul Rameshbabu1-1/+1
2023-02-04net/mlx5: Add firmware support for MTUTC scaled_ppm frequency adjustmentsRahul Rameshbabu1-3/+12
2023-01-18net/mlx5: Add hardware extended range support for PTP adjtime and adjphaseRahul Rameshbabu1-3/+31
2023-01-18net/mlx5: Add adjphase function to support hardware-only offset controlRahul Rameshbabu1-0/+9
2023-01-10net/mlx5: Fix ptp max frequency adjustment rangeRahul Rameshbabu1-1/+1
2022-10-31ptp: mlx5: convert to .adjfine and adjust_by_scaled_ppmJacob Keller1-16/+6
2022-09-27net/mlx5: Add support for NPPS with real time modeAya Levin1-20/+119
2021-10-01net/mlx5: Avoid generating event after PPS out in Real time modeAya Levin1-8/+6
2021-10-01net/mlx5: Force round second at 1PPS out start timeAya Levin1-14/+11
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-1/+1
2021-04-16net/mlx5: Add helper to initialize 1PPSAya Levin1-8/+17
2021-03-10net/mlx5: Fix turn-off PPS commandAya Levin1-4/+4
2021-02-17net/mlx5: Add cyc2time HW translation mode supportAya Levin1-26/+171
2021-02-17net/mlx5: Move some PPS logic into helper functionsEran Ben Elisha1-40/+73
2021-02-17net/mlx5: Move all internal timer metadata into a dedicated structEran Ben Elisha1-46/+61
2021-02-17net/mlx5: Refactor init clock functionEran Ben Elisha1-23/+53
2020-09-24net/mlx5: remove unreachable returnPavel Machek (CIP)1-2/+0
2020-09-15net/mlx5: Don't call timecounter cyc2time directly from 1PPS flowEran Ben Elisha1-2/+3
2020-09-15net/mlx5: Release clock lock before scheduling a PPS workEran Ben Elisha1-1/+1
2020-09-15net/mlx5: Rename ptp clock infoEran Ben Elisha1-1/+1
2020-09-15net/mlx5: Always use container_of to find mdev pointer from clock structEran Ben Elisha1-23/+29
2020-07-28net/mlx5: Query PPS pin operational status before registering itEran Ben Elisha1-1/+33
2020-07-28net/mlx5: Verify Hardware supports requested ptp function on a given pinEran Ben Elisha1-1/+22
2020-07-28net/mlx5: Fix a bug of using ptp channel index as pin indexEran Ben Elisha1-11/+10
2020-05-16net/mlx5: Move internal timer read function to clock libraryEran Ben Elisha1-0/+21
2019-11-15mlx5: Reject requests to enable time stamping on both edges.Richard Cochran1-0/+6
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-1/+2
2019-11-15mlx5: reject unsupported external timestamp flagsJacob Keller1-0/+6
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+4
2019-04-24RDMA/mlx5: Use get_zeroed_page() for clock_infoJason Gunthorpe1-19/+11
2018-12-20mlx5: extend PTP gettime function to read system clockMiroslav Lichvar1-8/+12
2018-12-20mlx5: update timecounter at least twice per counter overflowMiroslav Lichvar1-2/+2
2018-11-27net/mlx5: Clock, Use async events chainSaeed Mahameed1-7/+17
2018-09-06net/mlx5e: Replace PTP clock lock from RW lock to seq lockShay Agroskin1-17/+17
2018-07-19net/mlx5: Adjust clock overflow work periodAriel Levkovich1-2/+10
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-02-20net/mlx5e: Eliminate build warnings on no previous prototypeOr Gerlitz1-0/+1
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe1-1/+5
2018-01-18net/mlx5e: Add clock info page to mlx5 core devicesFeras Daoud1-0/+55
2018-01-12net/mlx5: Update ptp_clock_event foreach PPS eventFeras Daoud1-1/+5
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud1-321/+227