Re: [PATCH] PPS: Restore lost capture-clear option to pps-gpio module.

2015-04-09 Thread Gary E. Miller
Yo Jan! On Thu, 09 Apr 2015 15:05:09 +0200 Jan Lübbe wrote: > Hi Gary, > > On Do, 2015-04-02 at 12:21 -0700, Gary E. Miller wrote: > > In the conversion from platform to device tree the capture-clear > > option was lost. > > > > capture-clear is needed so that time_pps_fetch() will report both

Re: [PATCH] PPS: Restore lost capture-clear option to pps-gpio module.

2015-04-09 Thread Jan Lübbe
Hi Gary, On Do, 2015-04-02 at 12:21 -0700, Gary E. Miller wrote: > In the conversion from platform to device tree the capture-clear > option was lost. > > capture-clear is needed so that time_pps_fetch() will report both > edges of each PPS pulse. Both edges are needed so that userland > program

[PATCH] PPS: Restore lost capture-clear option to pps-gpio module.

2015-04-02 Thread Gary E. Miller
In the conversion from platform to device tree the capture-clear option was lost. capture-clear is needed so that time_pps_fetch() will report both edges of each PPS pulse. Both edges are needed so that userland programs, like gpsd, can autodetect the leading and trailing PPS edges. Signed-off-b