02 Jun, 2011
2 commits
-
In ptp_read there is an unlock missing on an error path, and a double
unlock on another error path.Signed-off-by: Dan Carpenter
Acked-by: Richard Cochran
Signed-off-by: John Stultz -
copy_to_user() returns the number of bytes remaining, but we want a
negative error code in ptp_ioctl.Signed-off-by: Dan Carpenter
Acked-by: Richard Cochran
Signed-off-by: John Stultz
24 May, 2011
1 commit
-
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
Acked-by: Arnd Bergmann
Acked-by: David S. Miller
Signed-off-by: John Stultz