Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752981Ab0BWMlm (ORCPT ); Tue, 23 Feb 2010 07:41:42 -0500 Received: from 81-174-11-161.static.ngi.it ([81.174.11.161]:37750 "EHLO mail.enneenne.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752272Ab0BWMk6 (ORCPT ); Tue, 23 Feb 2010 07:40:58 -0500 From: Rodolfo Giometti To: linux-kernel@vger.kernel.org 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 Date: Tue, 23 Feb 2010 13:40:29 +0100 Message-Id: <1266928835-5435-1-git-send-email-giometti@linux.it> X-Mailer: git-send-email 1.6.3.3 X-SA-Exim-Connect-IP: 192.168.32.37 X-SA-Exim-Mail-From: giometti@enneenne.com Subject: (version 2) LinuxPPS new functionalities X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:14:11 +0000) X-SA-Exim-Scanned: Yes (on mail.enneenne.com) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1672 Lines: 52 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/