This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/include/linux
Alexander Gordeev 025b40abe7 ntp: add hardpps implementation
This commit adds hardpps() implementation based upon the original one from
the NTPv4 reference kernel code from David Mills.  However, it is highly
optimized towards very fast syncronization and maximum stickness to PPS
signal.  The typical error is less then a microsecond.

To make it sync faster I had to throw away exponential phase filter so
that the full phase offset is corrected immediately.  Then I also had to
throw away median phase filter because it gives a bigger error itself if
used without exponential filter.

Maybe we will find an appropriate filtering scheme in the future but it's
not necessary if the signal quality is ok.

Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
Acked-by: John Stultz <johnstul@us.ibm.com>
Cc: Rodolfo Giometti <giometti@enneenne.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-01-13 08:03:20 -08:00
..
2011-01-06 22:32:52 +00:00
2010-12-11 01:28:58 -05:00
2010-11-23 20:14:46 +00:00
2011-01-10 08:51:44 -08:00
2011-01-13 08:03:12 -08:00
2010-11-10 14:54:09 +01:00
2010-11-10 14:54:09 +01:00
2010-12-13 16:11:13 -08:00
2010-11-29 08:35:12 +11:00
2011-01-10 07:38:53 -08:00
2011-01-10 08:51:44 -08:00
2010-12-08 10:30:34 -08:00
2011-01-10 08:51:44 -08:00
2011-01-07 17:50:27 +11:00
2011-01-10 08:51:44 -08:00
2011-01-07 17:50:23 +11:00
2010-12-07 20:16:56 +01:00
2011-01-10 07:38:53 -08:00
2010-11-15 22:40:38 +01:00
2011-01-10 22:11:23 +01:00
2010-11-16 10:58:30 -08:00
2010-11-24 11:16:42 -08:00
2010-12-09 20:17:07 -08:00
2010-11-22 13:25:13 +10:00
2010-12-22 10:27:53 +01:00
2010-11-12 07:55:32 -08:00
2011-01-07 17:50:31 +11:00
2010-12-06 11:03:46 -08:00
2011-01-07 17:50:33 +11:00
2011-01-07 17:50:27 +11:00
2011-01-07 17:50:19 +11:00
2011-01-10 16:05:30 -08:00
2011-01-11 14:17:09 -05:00
2010-12-20 14:49:47 -05:00
2011-01-07 17:50:33 +11:00
2010-12-16 11:36:43 +01:00
2010-12-24 15:04:41 +01:00
2010-11-12 07:55:32 -08:00
2011-01-07 17:50:31 +11:00
2010-11-15 13:24:06 -05:00
2011-01-13 08:03:18 -08:00
2010-12-13 22:48:21 +01:00
2011-01-10 09:46:24 +11:00
2011-01-07 17:50:27 +11:00
2011-01-13 08:03:19 -08:00
2011-01-13 08:03:20 -08:00
2010-11-29 08:55:25 +11:00
2010-11-29 08:55:22 +11:00
2011-01-07 20:57:22 -05:00
2010-12-20 09:37:33 +01:00
2010-12-16 10:05:06 -08:00
2010-11-15 13:25:02 -05:00