LWN.net Logo

(version 2) LinuxPPS new functionalities

From:  Rodolfo Giometti <giometti@linux.it>
To:  linux-kernel@vger.kernel.org
Subject:  (version 2) LinuxPPS new functionalities
Date:  Tue, 23 Feb 2010 13:40:29 +0100
Message-ID:  <1266928835-5435-1-git-send-email-giometti@linux.it>
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>
Archive-link:  Article, Thread

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(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds