From: Rodolfo Giometti <giometti@linux.it>
To: linux-kernel@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>,
David Woodhouse <dwmw2@infradead.org>,
Dave Jones <davej@redhat.com>, Sam Ravnborg <sam@ravnborg.org>,
Greg KH <greg@kroah.com>, Randy Dunlap <randy.dunlap@oracle.com>,
Kay Sievers <kay.sievers@vrfy.org>,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
"H. Peter Anvin" <hpa@zytor.com>, Ingo Molnar <mingo@elte.hu>,
Michael Kerrisk <mtk.manpages@gmail.com>,
Christoph Hellwig <hch@infradead.org>,
Alexander Gordeev <lasaine@lvk.cs.msu.su>
Subject: (version 2) LinuxPPS new functionalities
Date: Tue, 23 Feb 2010 13:40:29 +0100 [thread overview]
Message-ID: <1266928835-5435-1-git-send-email-giometti@linux.it> (raw)
This patchset adds several PPS functionalities.
All patches have a specific comment but I prefer say something more:
* Patches 01-02 are just documentation about PPS support.
* Patch 03 adds PPS client support skeleton.
* Patches 04-06 add generic PPS serial support (with specific
modifications requested by Alan Cox).
* Patches 07-08 add PPS serial support for specific hardware.
Changelog:
V2 -> V1
* Old patches 01-02 removed due related to userland code and then
managed elsewhere.
* char: n_tty.c: documentation in kerneldoc form added.
* pps: pps-ldisc: avoid using global functions over in n_tty.c
Ciao,
Rodolfo
--
b/Documentation/serial/tty.txt | 4
b/drivers/char/n_tty.c | 17 ++++
b/drivers/pps/Kconfig | 2
b/drivers/pps/Makefile | 1
b/drivers/pps/clients/Kconfig | 18 ++++
b/drivers/pps/clients/Makefile | 9 ++
b/drivers/pps/clients/ktimer.c | 123 ++++++++++++++++++++++++++++++
b/drivers/pps/clients/pps-ldisc.c | 154 ++++++++++++++++++++++++++++++++++++++
b/drivers/serial/8250.c | 16 +++
b/drivers/serial/amba-pl010.c | 15 +++
b/include/linux/serial_core.h | 11 ++
b/include/linux/tty.h | 1
b/include/linux/tty_ldisc.h | 8 +
drivers/pps/clients/Kconfig | 7 +
drivers/pps/clients/Makefile | 1
15 files changed, 386 insertions(+), 1 deletion(-)
next reply other threads:[~2010-02-23 12:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-23 12:40 Rodolfo Giometti [this message]
2010-02-23 12:40 ` [PATCH 1/6] pps: LinuxPPS clients support Rodolfo Giometti
2010-02-23 12:40 ` [PATCH 2/6] ldisc: new dcd_change() method for line disciplines Rodolfo Giometti
2010-02-23 12:40 ` [PATCH 3/6] ldisc n_tty: add new method n_tty_inherit_ops() Rodolfo Giometti
2010-02-23 12:40 ` [PATCH 4/6] pps: serial clients support Rodolfo Giometti
2010-02-23 12:40 ` [PATCH 5/6] serial 8250: enable PPS support Rodolfo Giometti
2010-02-23 12:40 ` [PATCH 6/6] serial amba-pl010: " Rodolfo Giometti
2010-02-23 16:21 ` [PATCH 1/6] pps: LinuxPPS clients support Randy Dunlap
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=1266928835-5435-1-git-send-email-giometti@linux.it \
--to=giometti@linux.it \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=davej@redhat.com \
--cc=dwmw2@infradead.org \
--cc=greg@kroah.com \
--cc=hch@infradead.org \
--cc=hpa@zytor.com \
--cc=kay.sievers@vrfy.org \
--cc=lasaine@lvk.cs.msu.su \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.