From: Andrew Morton <akpm@linux-foundation.org>
To: Rodolfo Giometti <giometti@linux.it>
Cc: linux-kernel@vger.kernel.org, dwmw2@infradead.org,
davej@redhat.com, sam@ravnborg.org, greg@kroah.com,
randy.dunlap@oracle.com, kay.sievers@vrfy.org,
alan@lxorguk.ukuu.org.uk, hpa@zytor.com, mingo@elte.hu,
mtk.manpages@gmail.com, hch@infradead.org, giometti@linux.it
Subject: Re: [PATCH 1/1] LinuxPPS core support.
Date: Tue, 26 May 2009 16:33:33 -0700 [thread overview]
Message-ID: <20090526163333.052026f6.akpm@linux-foundation.org> (raw)
In-Reply-To: <1242972753-22992-2-git-send-email-giometti@linux.it>
On Fri, 22 May 2009 08:12:33 +0200
Rodolfo Giometti <giometti@linux.it> wrote:
> This patch adds the kernel side of the PPS support currently named
> "LinuxPPS".
>
> PPS means "pulse per second" and a PPS source is just a device which
> provides a high precision signal each second so that an application
> can use it to adjust system clock time.
>
> Common use is the combination of the NTPD as userland program with a
> GPS receiver as PPS source to obtain a wallclock-time with
> sub-millisecond synchronisation to UTC.
>
> To obtain this goal the userland programs shoud use the PPS API
> specification (RFC 2783 - Pulse-Per-Second API for UNIX-like Operating
> Systems, Version 1.0) which in part is implemented by this patch. It
> provides a set of chars devices, one per PPS source, which can be used
> to get the time signal. The RFC's functions can be implemented by
> accessing to these char devices.
>
> ...
>
> Documentation/ABI/testing/sysfs-pps | 73 ++++++++
> Documentation/ioctl/ioctl-number.txt | 2 +
> Documentation/pps/pps.txt | 172 ++++++++++++++++++
> MAINTAINERS | 7 +
> drivers/Kconfig | 2 +
> drivers/Makefile | 1 +
> drivers/pps/Kconfig | 33 ++++
> drivers/pps/Makefile | 8 +
> drivers/pps/kapi.c | 329 ++++++++++++++++++++++++++++++++++
> drivers/pps/pps.c | 312 ++++++++++++++++++++++++++++++++
> drivers/pps/sysfs.c | 98 ++++++++++
> include/linux/Kbuild | 1 +
> include/linux/pps.h | 122 +++++++++++++
> include/linux/pps_kernel.h | 89 +++++++++
Well it seems that Christoph's header file suggestion was addressed.
It's been a long time and there have been many reviews and comments.
Have you been keeping track of them all?
If so, can you please let us know which review comments remain
unaddressed, or were deliberately not addressed because you disagreed
with them?
Thanks.
next prev parent reply other threads:[~2009-05-26 23:34 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-22 6:12 LinuxPPS core (Version 3): the PPS Linux implementation Rodolfo Giometti
2009-05-22 6:12 ` [PATCH 1/1] LinuxPPS core support Rodolfo Giometti
2009-05-26 23:33 ` Andrew Morton [this message]
2009-05-27 9:08 ` Alan Cox
2009-05-27 12:35 ` Folkert van Heusden
2009-05-27 9:38 ` Rodolfo Giometti
-- strict thread matches above, loose matches on Subject: below --
2009-02-10 14:05 LinuxPPS core (Version 2): the PPS Linux implementation Rodolfo Giometti
2009-02-10 14:05 ` [PATCH 1/1] LinuxPPS core support Rodolfo Giometti
2009-02-22 20:39 ` Ingo Molnar
2009-02-22 20:57 ` H. Peter Anvin
2009-02-23 6:58 ` Ingo Molnar
2009-02-24 10:13 ` Rodolfo Giometti
2009-02-01 17:55 LinuxPPS core (Version 1): the PPS Linux implementation Rodolfo Giometti
2009-02-01 17:55 ` [PATCH 1/1] LinuxPPS core support Rodolfo Giometti
2009-02-03 9:14 ` Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090526163333.052026f6.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=davej@redhat.com \
--cc=dwmw2@infradead.org \
--cc=giometti@linux.it \
--cc=greg@kroah.com \
--cc=hch@infradead.org \
--cc=hpa@zytor.com \
--cc=kay.sievers@vrfy.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=mtk.manpages@gmail.com \
--cc=randy.dunlap@oracle.com \
--cc=sam@ravnborg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox