[Linuxptp-devel] [PATCH v2 04/14] phc2sys: store information about clocks being UTC or TAI

2014-05-14 Thread Jiri Benc
For now, only CLOCK_REALTIME can be UTC. This may stay this way forever but now we have a clean separation between codepaths where CLOCK_REALTIME is required and codepaths any UTC clock should take. The main motiviation behind this change is removal of sync_offset_direction. It has to be computed

Re: [Linuxptp-devel] [PATCH v2 04/14] phc2sys: store information about clocks being UTC or TAI

2014-05-23 Thread Miroslav Lichvar
On Wed, May 14, 2014 at 03:39:40PM +0200, Jiri Benc wrote: > For now, only CLOCK_REALTIME can be UTC. This may stay this way forever but > now we have a clean separation between codepaths where CLOCK_REALTIME is > required and codepaths any UTC clock should take. > > The main motiviation behind th

Re: [Linuxptp-devel] [PATCH v2 04/14] phc2sys: store information about clocks being UTC or TAI

2014-05-30 Thread Jiri Benc
On Fri, 23 May 2014 10:32:28 +0200, Miroslav Lichvar wrote: > On Wed, May 14, 2014 at 03:39:40PM +0200, Jiri Benc wrote: > > For now, only CLOCK_REALTIME can be UTC. This may stay this way forever but > > now we have a clean separation between codepaths where CLOCK_REALTIME is > > required and code