aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ptp
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2018-03-23 21:24:02 -0700
committerDavid S. Miller <davem@davemloft.net>2018-03-26 12:13:21 -0400
commit93e9ad985038f269838c4c5deab4c84d87c7b5a7 (patch)
treecc3db9a4e1cadb40dc3861259e9349ef21e48aec /Documentation/ptp
parentMerge branch 'hns3-fixes-next' (diff)
downloadlinux-dev-93e9ad985038f269838c4c5deab4c84d87c7b5a7.tar.xz
linux-dev-93e9ad985038f269838c4c5deab4c84d87c7b5a7.zip
ptp: Fix documentation to match code.
Ever since commit 3a06c7ac24f9 ("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 <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/ptp')
-rw-r--r--Documentation/ptp/ptp.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/ptp/ptp.txt b/Documentation/ptp/ptp.txt
index ae8fef86b832..11e904ee073f 100644
--- a/Documentation/ptp/ptp.txt
+++ b/Documentation/ptp/ptp.txt
@@ -18,7 +18,6 @@
- Adjust clock frequency
+ Ancillary clock features
- - One short or periodic alarms, with signal delivery to user program
- Time stamp external events
- Period output signals configurable from user space
- Synchronization of the Linux system time via the PPS subsystem
@@ -48,9 +47,7 @@
User space programs may control the clock using standardized
ioctls. A program may query, enable, configure, and disable the
ancillary clock features. User space can receive time stamped
- events via blocking read() and poll(). One shot and periodic
- signals may be configured via the POSIX timer_settime() system
- call.
+ events via blocking read() and poll().
** Writing clock drivers