]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7d36af7741b682791210c07e32864b32493bc68b
tree9f3a0283aed87fe5cd117a49e7dc9eeb5439e3db
parent1e209d95d612f86945f8e5c9b80af8245dbad4c9
ptp_clock: Let the ADJ_OFFSET interface respect the ADJ_NANO flag for PHC devices.

In commit 9c3e0a7e1bab9db1167d61bd6ee35b7eb45acc4a ("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