Message ID | 20221109230945.545440-1-jacob.e.keller@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | ptp: convert remaining users of .adjfreq | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Wed, 9 Nov 2022 15:09:36 -0800 you wrote: > A handful of drivers remain which still use the .adjfreq interface instead > of the newer .adjfine interface. The new interface is preferred as it has a > more precise adjustment using scaled parts per million. > > A handful of the remaining drivers are implemented with a common pattern > that can be refactored to use the adjust_by_scaled_ppm and > diff_by_scaled_ppm helper functions. These include the ptp_phc, ptp_ixp64x, > tg3, hclge, stmac, cpts and bnxt drivers. These are each refactored in a > separate change. > > [...] Here is the summary with links: - [net-next,1/9] ptp_phc: convert .adjfreq to .adjfine https://git.kernel.org/netdev/net-next/c/2e77eded8ec3 - [net-next,2/9] ptp_ixp46x: convert .adjfreq to .adjfine https://git.kernel.org/netdev/net-next/c/319d77e9d059 - [net-next,3/9] ptp: tg3: convert .adjfreq to .adjfine https://git.kernel.org/netdev/net-next/c/e3f18e9d353a - [net-next,4/9] ptp: hclge: convert .adjfreq to .adjfine https://git.kernel.org/netdev/net-next/c/974557020a59 - [net-next,5/9] ptp: stmac: convert .adjfreq to .adjfine (no matching commit) - [net-next,6/9] ptp: cpts: convert .adjfreq to .adjfine https://git.kernel.org/netdev/net-next/c/a45392071cee - [net-next,7/9] ptp: bnxt: convert .adjfreq to .adjfine https://git.kernel.org/netdev/net-next/c/a29c132f92ed - [net-next,8/9] ptp: convert remaining drivers to adjfine interface https://git.kernel.org/netdev/net-next/c/e2bd9c76c89f - [net-next,9/9] ptp: remove the .adjfreq interface function https://git.kernel.org/netdev/net-next/c/75ab70ec5cef You are awesome, thank you!