]> git.baikalelectronics.ru Git - kernel.git/commit
ptp: cpts: convert to the 64 bit get/set time methods.
authorRichard Cochran <richardcochran@gmail.com>
Sun, 29 Mar 2015 21:12:08 +0000 (23:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 16:01:18 +0000 (12:01 -0400)
commit374c3e9b43db47657550ef87330a6d2cb444f70b
tree2c48b9b9a671cac6b5ea8dd296d05c17dc4723da
parent3b04caf12a291cdc09b876c49136dbda2f053684
ptp: cpts: convert to the 64 bit get/set time methods.

This driver's clock is implemented using a timecounter, and so with
this patch the driver is ready for the year 2038.

Compile tested only.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpts.c