diff options
Diffstat (limited to 'Documentation/ABI/testing/sysfs-ptp')
-rw-r--r-- | Documentation/ABI/testing/sysfs-ptp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-ptp b/Documentation/ABI/testing/sysfs-ptp index 05aeedf17794..44806a678f12 100644 --- a/Documentation/ABI/testing/sysfs-ptp +++ b/Documentation/ABI/testing/sysfs-ptp | |||
@@ -54,6 +54,26 @@ Description: | |||
54 | This file contains the number of programmable periodic | 54 | This file contains the number of programmable periodic |
55 | output channels offered by the PTP hardware clock. | 55 | output channels offered by the PTP hardware clock. |
56 | 56 | ||
57 | What: /sys/class/ptp/ptpN/n_pins | ||
58 | Date: March 2014 | ||
59 | Contact: Richard Cochran <richardcochran@gmail.com> | ||
60 | Description: | ||
61 | This file contains the number of programmable pins | ||
62 | offered by the PTP hardware clock. | ||
63 | |||
64 | What: /sys/class/ptp/ptpN/pins | ||
65 | Date: March 2014 | ||
66 | Contact: Richard Cochran <richardcochran@gmail.com> | ||
67 | Description: | ||
68 | This directory contains one file for each programmable | ||
69 | pin offered by the PTP hardware clock. The file name | ||
70 | is the hardware dependent pin name. Reading from this | ||
71 | file produces two numbers, the assigned function (see | ||
72 | the PTP_PF_ enumeration values in linux/ptp_clock.h) | ||
73 | and the channel number. The function and channel | ||
74 | assignment may be changed by two writing numbers into | ||
75 | the file. | ||
76 | |||
57 | What: /sys/class/ptp/ptpN/pps_avaiable | 77 | What: /sys/class/ptp/ptpN/pps_avaiable |
58 | Date: September 2010 | 78 | Date: September 2010 |
59 | Contact: Richard Cochran <richardcochran@gmail.com> | 79 | Contact: Richard Cochran <richardcochran@gmail.com> |