Skip to content

CNB95: ptp: Add .getmaxphase callback to ptp_clock_info

JIRA: https://issues.redhat.com/browse/RHEL-30140

The series updates the ptp_clock_info interface.

  • Convert drivers from the deprecated .adjfreq interface to .adjfine: bnx2x, cxgb4, fec, hclge, stmmac, qede, xgbe. Drivers not compiled in RHEL are skipped.
  • Remove the .adjfreq interface.
  • Update testptp in selftests.
  • Add .getmaxphase interface.
  • Implement .getmaxphase in mlx5. This must be in the same series, otherwise the driver would lose the adjust_phase capability. Other drivers modified by the same upstream series are not enabled in RHEL.

Signed-off-by: Michal Schmidt mschmidt@redhat.com

Edited by Michal Schmidt

Merge request reports