Re: [PATCH 01/12] net: fec: avoid timespec use

2015-10-01 Thread Richard Cochran
On Wed, Sep 30, 2015 at 01:26:31PM +0200, Arnd Bergmann wrote: > The fec_ptp_enable_pps uses an open-coded implementation of ns_to_timespec, > which will be removed eventually as it is not y2038-safe on 32-bit > architectures. Two more instances of the same code in this file were > already converte

[PATCH 01/12] net: fec: avoid timespec use

2015-09-30 Thread Arnd Bergmann
The fec_ptp_enable_pps uses an open-coded implementation of ns_to_timespec, which will be removed eventually as it is not y2038-safe on 32-bit architectures. Two more instances of the same code in this file were already converted to use the safe ns_to_timespec64 in commit 6630514fcee ("ptp: fec: us