25 Oct, 2014

1 commit

  • This patch brings back the makefile called testptp.mk which was removed
    in commit adb19fb66eee (Documentation: add makefiles for more targets).

    While the idea of that commit was to improve build coverage of the
    examples, the new Makefile is unable to cross compile the testptp program.
    In contrast, the deleted makefile was able to do this just fine.

    This patch fixes the regression by restoring the original makefile.

    Signed-off-by: Richard Cochran
    Acked-by: Peter Foley
    Signed-off-by: David S. Miller

    Richard Cochran
     

26 Sep, 2014

3 commits


17 Jun, 2014

1 commit


28 Mar, 2014

2 commits


27 Mar, 2014

2 commits


22 Mar, 2014

1 commit


05 Feb, 2014

1 commit


24 Sep, 2013

1 commit


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

    Richard Cochran