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

2015-03-29 Thread Richard Cochran
This device stores the number of seconds in a 32 bit register, and the stored value is unsigned. Therefore this driver and device are ready for the year 2038. However, more work will be needed prior to 2106. Compile tested only. Signed-off-by: Richard Cochran --- drivers/net/phy/dp83640.c |

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

2015-03-29 Thread Richard Cochran
This device stores the number of seconds in a 32 bit register, and the stored value is unsigned. Therefore this driver and device are ready for the year 2038. However, more work will be needed prior to 2106. Compile tested only. Signed-off-by: Richard Cochran richardcoch...@gmail.com ---