ptp_clock: Let the ADJ_OFFSET interface respect the ADJ_NANO flag for PHC devices.
authorRichard Cochran <richardcochran@gmail.com>
Sun, 24 May 2020 18:27:10 +0000 (11:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 May 2020 00:55:17 +0000 (17:55 -0700)
commiteabd5c9dd0c0b8d471d144801c8302a4eff6eb27
tree9f3a0283aed87fe5cd117a49e7dc9eeb5439e3db
parent45af29ca761c275e350cca659856bc56f1035ef9
ptp_clock: Let the ADJ_OFFSET interface respect the ADJ_NANO flag for PHC devices.

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 <richardcochran@gmail.com>
Reviewed-by: Vincent Cheng <vincent.cheng.xh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_clock.c