public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* (version 2) LinuxPPS new functionalities
@ 2010-02-23 12:40 Rodolfo Giometti
  2010-02-23 12:40 ` [PATCH 1/6] pps: LinuxPPS clients support Rodolfo Giometti
  0 siblings, 1 reply; 9+ messages in thread
From: Rodolfo Giometti @ 2010-02-23 12:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, David Woodhouse, Dave Jones, Sam Ravnborg, Greg KH,
	Randy Dunlap, Kay Sievers, Alan Cox, H. Peter Anvin, Ingo Molnar,
	Michael Kerrisk, Christoph Hellwig, Alexander Gordeev

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


^ permalink raw reply	[flat|nested] 9+ messages in thread
* (version 3) LinuxPPS new functionalities
@ 2010-02-25 12:41 Rodolfo Giometti
  2010-02-25 12:41 ` [PATCH 1/6] pps: LinuxPPS clients support Rodolfo Giometti
  0 siblings, 1 reply; 9+ messages in thread
From: Rodolfo Giometti @ 2010-02-25 12:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, David Woodhouse, Dave Jones, Sam Ravnborg, Greg KH,
	Randy Dunlap, Kay Sievers, Alan Cox, H. Peter Anvin, Ingo Molnar,
	Michael Kerrisk, Christoph Hellwig, Alexander Gordeev

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:

V3 -> V2

* On patch 01:
        - client name moved to pps-ktimer.
        - not needed continuation characters removed.
        - typos fix up.

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-02-25 12:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-23 12:40 (version 2) LinuxPPS new functionalities Rodolfo Giometti
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
  -- strict thread matches above, loose matches on Subject: below --
2010-02-25 12:41 (version 3) LinuxPPS new functionalities Rodolfo Giometti
2010-02-25 12:41 ` [PATCH 1/6] pps: LinuxPPS clients support Rodolfo Giometti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox