ptp: Added a brand new class driver for ptp clocks.
authorRichard Cochran <richardcochran@gmail.com>
Fri, 22 Apr 2011 10:03:08 +0000 (12:03 +0200)
committerJohn Stultz <john.stultz@linaro.org>
Mon, 23 May 2011 20:01:00 +0000 (13:01 -0700)
This patch adds an infrastructure for hardware clocks that implement
IEEE 1588, the Precision Time Protocol (PTP). A class driver offers a
registration method to particular hardware clock drivers. Each clock is
presented as a standard POSIX clock.

The ancillary clock features are exposed in two different ways, via
the sysfs and by a character device.

Signed-off-by: Richard Cochran <richard.cochran@omicron.at>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: John Stultz <john.stultz@linaro.org>

No differences found