From: Richard Cochran <[email protected]>
Date: Sun, 24 May 2020 11:27:10 -0700
> In commit 184ecc9eb260d5a3bcdddc5bebd18f285ac004e9 ("ptp: Add adjphase
> function to support phase offset control.") the PTP Hardware Clock
> interface expanded to support the ADJ_OFFSET offset mode. However,
> the implementation did not respect the traditional yet pedantic
> distinction between units of microseconds and nanoseconds signaled by
> the ADJ_NANO flag. This patch fixes the issue by adding logic to
> handle that flag.
>
> Signed-off-by: Richard Cochran <[email protected]>
Applied, thanks Richard.