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: NRichard Cochran <richard.cochran@omicron.at> Acked-by: NArnd Bergmann <arnd@arndb.de> Acked-by: NDavid S. Miller <davem@davemloft.net> Signed-off-by: NJohn 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
include/linux/ptp_clock_kernel.h
0 → 100644
想要评论请 注册 或 登录