Message ID | 20221028110420.3451088-1-jacob.e.keller@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | ptp: convert drivers to .adjfine | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 28 Oct 2022 04:04:11 -0700 you wrote: > Many drivers implementing PTP have not yet migrated to the new .adjfine > frequency adjustment implementation. > > A handful of these drivers use hardware with a simple increment value which > is adjusted by multiplying by the adjustment factor and then dividing by > 1 billion. This calculation is very easy to convert to .adjfine, by simply > updating the divisor. > > [...] Here is the summary with links: - [net-next,v3,1/9] ptp: add missing documentation for parameters https://git.kernel.org/netdev/net-next/c/b9a61b97798c - [net-next,v3,2/9] ptp: introduce helpers to adjust by scaled parts per million (no matching commit) - [net-next,v3,3/9] drivers: convert unsupported .adjfreq to .adjfine https://git.kernel.org/netdev/net-next/c/73aa29a2b119 - [net-next,v3,4/9] ptp: mlx4: convert to .adjfine and adjust_by_scaled_ppm https://git.kernel.org/netdev/net-next/c/6ed795965ede - [net-next,v3,5/9] ptp: mlx5: convert to .adjfine and adjust_by_scaled_ppm https://git.kernel.org/netdev/net-next/c/d8aad3f3694f - [net-next,v3,6/9] ptp: lan743x: remove .adjfreq implementation https://git.kernel.org/netdev/net-next/c/c56dff6a9a31 - [net-next,v3,7/9] ptp: lan743x: use diff_by_scaled_ppm in .adjfine implementation https://git.kernel.org/netdev/net-next/c/8bc900cbffa7 - [net-next,v3,8/9] ptp: ravb: convert to .adjfine and adjust_by_scaled_ppm https://git.kernel.org/netdev/net-next/c/673dd2c78817 - [net-next,v3,9/9] ptp: xgbe: convert to .adjfine and adjust_by_scaled_ppm https://git.kernel.org/netdev/net-next/c/337ffae0e4d6 You are awesome, thank you!