[RFC net-next 18/22] ptp: tilegx: convert to the 64 bit get/set time methods.

2015-03-21 Thread Richard Cochran
This driver calls code (via gxio_mpipe_get/set_timestamp) that makes the assumption that the tv_sec field is 64 bits wide. So apparently this driver is 64 bit only. So maybe this driver and device are ready for 2038, but maybe not. Not even compile tested. Signed-off-by: Richard Cochran ---

[RFC net-next 18/22] ptp: tilegx: convert to the 64 bit get/set time methods.

2015-03-21 Thread Richard Cochran
This driver calls code (via gxio_mpipe_get/set_timestamp) that makes the assumption that the tv_sec field is 64 bits wide. So apparently this driver is 64 bit only. So maybe this driver and device are ready for 2038, but maybe not. Not even compile tested. Signed-off-by: Richard Cochran