]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ptp: i40e: convert to the 64 bit get/set time methods.
authorRichard Cochran <richardcochran@gmail.com>
Sun, 29 Mar 2015 21:12:02 +0000 (23:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Mar 2015 16:01:17 +0000 (12:01 -0400)
commit6f7a9b8ab327a2aa9ee5a6d1670439ce5ed47554
tree64fc7c752cb8db4e8fa6628628cf9050f94b31fe
parent843293e1bb7d8cccc3b4a528db9eef710113fb6a
ptp: i40e: convert to the 64 bit get/set time methods.

The device appears to use a 64 bit nanoseconds register, and so with
this patch the driver should be ready for the year 2038.

Compile tested only.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/i40e/i40e_ptp.c