ptp: Added a brand new class driver for ptp clocks.
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>
Showing
Documentation/ptp/ptp.txt
0 → 100644
Documentation/ptp/testptp.c
0 → 100644
Documentation/ptp/testptp.mk
0 → 100644
drivers/ptp/Kconfig
0 → 100644
drivers/ptp/Makefile
0 → 100644
drivers/ptp/ptp_chardev.c
0 → 100644
drivers/ptp/ptp_clock.c
0 → 100644
drivers/ptp/ptp_private.h
0 → 100644
drivers/ptp/ptp_sysfs.c
0 → 100644
include/linux/ptp_clock.h
0 → 100644
Please register or sign in to comment