[PATCH net-next V2 03/23] ptp: use the 64 bit get/set time methods for the posix clock.

2015-03-21 Thread Richard Cochran
This patch changes the posix clock code to prefer the new methods whenever they are implemented by the PHC drivers. Signed-off-by: Richard Cochran --- drivers/ptp/ptp_clock.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/drivers/ptp/ptp_clock.c

[PATCH net-next V2 03/23] ptp: use the 64 bit get/set time methods for the posix clock.

2015-03-21 Thread Richard Cochran
This patch changes the posix clock code to prefer the new methods whenever they are implemented by the PHC drivers. Signed-off-by: Richard Cochran richardcoch...@gmail.com --- drivers/ptp/ptp_clock.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git