Skip to content

Commit 93e9ad9

Browse files
richardcochrandavem330
authored andcommitted
ptp: Fix documentation to match code.
Ever since commit 3a06c7a ("posix-clocks: Remove interval timer facility and mmap/fasync callbacks") the possibility of PHC based posix timers has been removed. In addition it will probably never make sense to implement this functionality. This patch removes the misleading text which seems to suggest that posix timers for PHC devices will ever be a thing. Signed-off-by: Richard Cochran <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 99f2241 commit 93e9ad9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Documentation/ptp/ptp.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
- Adjust clock frequency
1919

2020
+ Ancillary clock features
21-
- One short or periodic alarms, with signal delivery to user program
2221
- Time stamp external events
2322
- Period output signals configurable from user space
2423
- Synchronization of the Linux system time via the PPS subsystem
@@ -48,9 +47,7 @@
4847
User space programs may control the clock using standardized
4948
ioctls. A program may query, enable, configure, and disable the
5049
ancillary clock features. User space can receive time stamped
51-
events via blocking read() and poll(). One shot and periodic
52-
signals may be configured via the POSIX timer_settime() system
53-
call.
50+
events via blocking read() and poll().
5451

5552
** Writing clock drivers
5653

0 commit comments

Comments
 (0)