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

2015-03-29 Thread Chris Metcalf
On 3/29/2015 5:12 PM, Richard Cochran wrote: This driver is 64 bit only, and so this driver and device are ready for 2038. This patch changes the driver to the new PHC and also carries the timespec64 parameter on out to the gxio_mpipe_get- set_timestamp functions, making explicit the fact that

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

2015-03-29 Thread Richard Cochran
This driver is 64 bit only, and so this driver and device are ready for 2038. This patch changes the driver to the new PHC and also carries the timespec64 parameter on out to the gxio_mpipe_get- set_timestamp functions, making explicit the fact that the tv_sec field is 64 bits wide. Not even

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

2015-03-29 Thread Richard Cochran
This driver is 64 bit only, and so this driver and device are ready for 2038. This patch changes the driver to the new PHC and also carries the timespec64 parameter on out to the gxio_mpipe_get- set_timestamp functions, making explicit the fact that the tv_sec field is 64 bits wide. Not even

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

2015-03-29 Thread Chris Metcalf
On 3/29/2015 5:12 PM, Richard Cochran wrote: This driver is 64 bit only, and so this driver and device are ready for 2038. This patch changes the driver to the new PHC and also carries the timespec64 parameter on out to the gxio_mpipe_get- set_timestamp functions, making explicit the fact that