aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-05net/mlx5: Update cyclecounter shift value to improve ptp free running mode pr...Gravatar Rahul Rameshbabu 1-1/+1
2023-02-04net/mlx5: Add firmware support for MTUTC scaled_ppm frequency adjustmentsGravatar Rahul Rameshbabu 1-3/+12
2023-01-18net/mlx5: Add hardware extended range support for PTP adjtime and adjphaseGravatar Rahul Rameshbabu 1-3/+31
2023-01-18net/mlx5: Add adjphase function to support hardware-only offset controlGravatar Rahul Rameshbabu 1-0/+9
2023-01-09net/mlx5: Fix ptp max frequency adjustment rangeGravatar Rahul Rameshbabu 1-1/+1
2022-10-31ptp: mlx5: convert to .adjfine and adjust_by_scaled_ppmGravatar Jacob Keller 1-16/+6
2022-09-27net/mlx5: Add support for NPPS with real time modeGravatar Aya Levin 1-20/+119
2021-09-30net/mlx5: Avoid generating event after PPS out in Real time modeGravatar Aya Levin 1-8/+6
2021-09-30net/mlx5: Force round second at 1PPS out start timeGravatar Aya Levin 1-14/+11
2021-08-11net/mlx5: Fix typo in commentsGravatar Cai Huoqing 1-1/+1
2021-04-16net/mlx5: Add helper to initialize 1PPSGravatar Aya Levin 1-8/+17
2021-03-10net/mlx5: Fix turn-off PPS commandGravatar Aya Levin 1-4/+4
2021-02-16net/mlx5: Add cyc2time HW translation mode supportGravatar Aya Levin 1-26/+171
2021-02-16net/mlx5: Move some PPS logic into helper functionsGravatar Eran Ben Elisha 1-40/+73
2021-02-16net/mlx5: Move all internal timer metadata into a dedicated structGravatar Eran Ben Elisha 1-46/+61
2021-02-16net/mlx5: Refactor init clock functionGravatar Eran Ben Elisha 1-23/+53
2020-09-23net/mlx5: remove unreachable returnGravatar Pavel Machek (CIP) 1-2/+0
2020-09-15net/mlx5: Don't call timecounter cyc2time directly from 1PPS flowGravatar Eran Ben Elisha 1-2/+3
2020-09-15net/mlx5: Release clock lock before scheduling a PPS workGravatar Eran Ben Elisha 1-1/+1
2020-09-15net/mlx5: Rename ptp clock infoGravatar Eran Ben Elisha 1-1/+1
2020-09-15net/mlx5: Always use container_of to find mdev pointer from clock structGravatar Eran Ben Elisha 1-23/+29
2020-07-28net/mlx5: Query PPS pin operational status before registering itGravatar Eran Ben Elisha 1-1/+33
2020-07-28net/mlx5: Verify Hardware supports requested ptp function on a given pinGravatar Eran Ben Elisha 1-1/+22
2020-07-28net/mlx5: Fix a bug of using ptp channel index as pin indexGravatar Eran Ben Elisha 1-11/+10
2020-05-15net/mlx5: Move internal timer read function to clock libraryGravatar Eran Ben Elisha 1-0/+21
2019-11-15mlx5: Reject requests to enable time stamping on both edges.Gravatar Richard Cochran 1-0/+6
2019-11-15ptp: Introduce strict checking of external time stamp options.Gravatar Richard Cochran 1-1/+2
2019-11-15mlx5: reject unsupported external timestamp flagsGravatar Jacob Keller 1-0/+6
2019-11-15net: reject PTP periodic output requests with unsupported flagsGravatar Jacob Keller 1-0/+4
2019-04-24RDMA/mlx5: Use get_zeroed_page() for clock_infoGravatar Jason Gunthorpe 1-19/+11
2018-12-20mlx5: extend PTP gettime function to read system clockGravatar Miroslav Lichvar 1-8/+12
2018-12-20mlx5: update timecounter at least twice per counter overflowGravatar Miroslav Lichvar 1-2/+2
2018-11-26net/mlx5: Clock, Use async events chainGravatar Saeed Mahameed 1-7/+17
2018-09-05net/mlx5e: Replace PTP clock lock from RW lock to seq lockGravatar Shay Agroskin 1-17/+17
2018-07-18net/mlx5: Adjust clock overflow work periodGravatar Ariel Levkovich 1-2/+10
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+3
2018-02-20net/mlx5e: Eliminate build warnings on no previous prototypeGravatar Or Gerlitz 1-0/+1
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Gravatar Jason Gunthorpe 1-1/+5
2018-01-18net/mlx5e: Add clock info page to mlx5 core devicesGravatar Feras Daoud 1-0/+55
2018-01-12net/mlx5: Update ptp_clock_event foreach PPS eventGravatar Feras Daoud 1-1/+5
2017-10-14net/mlx5: PTP code migration to driver core sectionGravatar Feras Daoud 1-321/+227
2017-10-14net/mlx5: File renaming towards ptp core implementationGravatar Feras Daoud 1-0/+619