[PATCH net-next V3 22/23] ptp: pch: convert to the 64 bit get/set time methods.

2015-03-29 Thread Richard Cochran
The device has a 64 bit clock register, where each clock tick is 32 nanoseconds, and so with this patch the driver is ready for the year 2038. Compile tested only. Signed-off-by: Richard Cochran --- drivers/ptp/ptp_pch.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff

[PATCH net-next V3 22/23] ptp: pch: convert to the 64 bit get/set time methods.

2015-03-29 Thread Richard Cochran
The device has a 64 bit clock register, where each clock tick is 32 nanoseconds, and so with this patch the driver is ready for the year 2038. Compile tested only. Signed-off-by: Richard Cochran richardcoch...@gmail.com --- drivers/ptp/ptp_pch.c |8 1 file changed, 4 insertions(+),