On Mon, Sep 28, 2015 at 10:21:27PM +0200, Arnd Bergmann wrote:
When trying to build a kernel with time_t commented out, I found that the ntp subsystem still relies on timespec for its pps handling.
This series addresses this and converts all the code to use timespec64 instead, step by step. There is one device driver that interacts with this code directly (rather than only through the ptp subsystem), so I have to convert that driver at the same time.
The patches should ideally stay together as a series, but they do span multiple subsystems, so I'm also looking for the right person to merge them.
Please review.
(Series was "lightly reviewed" ;)
Acked-by: Richard Cochran richardcochran@gmail.com