diff options
Diffstat (limited to 'Documentation/hwmon/lm25066')
-rw-r--r-- | Documentation/hwmon/lm25066 | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/Documentation/hwmon/lm25066 b/Documentation/hwmon/lm25066 index c1b57d72efc3..b34c3de5c1bc 100644 --- a/Documentation/hwmon/lm25066 +++ b/Documentation/hwmon/lm25066 | |||
@@ -8,6 +8,11 @@ Supported chips: | |||
8 | Datasheets: | 8 | Datasheets: |
9 | http://www.ti.com/lit/gpn/lm25056 | 9 | http://www.ti.com/lit/gpn/lm25056 |
10 | http://www.ti.com/lit/gpn/lm25056a | 10 | http://www.ti.com/lit/gpn/lm25056a |
11 | * TI LM25063 | ||
12 | Prefix: 'lm25063' | ||
13 | Addresses scanned: - | ||
14 | Datasheet: | ||
15 | To be announced | ||
11 | * National Semiconductor LM25066 | 16 | * National Semiconductor LM25066 |
12 | Prefix: 'lm25066' | 17 | Prefix: 'lm25066' |
13 | Addresses scanned: - | 18 | Addresses scanned: - |
@@ -32,7 +37,7 @@ Description | |||
32 | ----------- | 37 | ----------- |
33 | 38 | ||
34 | This driver supports hardware montoring for National Semiconductor / TI LM25056, | 39 | This driver supports hardware montoring for National Semiconductor / TI LM25056, |
35 | LM25066, LM5064, and LM5064 Power Management, Monitoring, Control, and | 40 | LM25063, LM25066, LM5064, and LM5066 Power Management, Monitoring, Control, and |
36 | Protection ICs. | 41 | Protection ICs. |
37 | 42 | ||
38 | The driver is a client driver to the core PMBus driver. Please see | 43 | The driver is a client driver to the core PMBus driver. Please see |
@@ -64,8 +69,12 @@ in1_input Measured input voltage. | |||
64 | in1_average Average measured input voltage. | 69 | in1_average Average measured input voltage. |
65 | in1_min Minimum input voltage. | 70 | in1_min Minimum input voltage. |
66 | in1_max Maximum input voltage. | 71 | in1_max Maximum input voltage. |
72 | in1_crit Critical high input voltage (LM25063 only). | ||
73 | in1_lcrit Critical low input voltage (LM25063 only). | ||
67 | in1_min_alarm Input voltage low alarm. | 74 | in1_min_alarm Input voltage low alarm. |
68 | in1_max_alarm Input voltage high alarm. | 75 | in1_max_alarm Input voltage high alarm. |
76 | in1_lcrit_alarm Input voltage critical low alarm (LM25063 only). | ||
77 | in1_crit_alarm Input voltage critical high alarm. (LM25063 only). | ||
69 | 78 | ||
70 | in2_label "vmon" | 79 | in2_label "vmon" |
71 | in2_input Measured voltage on VAUX pin | 80 | in2_input Measured voltage on VAUX pin |
@@ -80,12 +89,16 @@ in3_input Measured output voltage. | |||
80 | in3_average Average measured output voltage. | 89 | in3_average Average measured output voltage. |
81 | in3_min Minimum output voltage. | 90 | in3_min Minimum output voltage. |
82 | in3_min_alarm Output voltage low alarm. | 91 | in3_min_alarm Output voltage low alarm. |
92 | in3_highest Historical minimum output voltage (LM25063 only). | ||
93 | in3_lowest Historical maximum output voltage (LM25063 only). | ||
83 | 94 | ||
84 | curr1_label "iin" | 95 | curr1_label "iin" |
85 | curr1_input Measured input current. | 96 | curr1_input Measured input current. |
86 | curr1_average Average measured input current. | 97 | curr1_average Average measured input current. |
87 | curr1_max Maximum input current. | 98 | curr1_max Maximum input current. |
99 | curr1_crit Critical input current (LM25063 only). | ||
88 | curr1_max_alarm Input current high alarm. | 100 | curr1_max_alarm Input current high alarm. |
101 | curr1_crit_alarm Input current critical high alarm (LM25063 only). | ||
89 | 102 | ||
90 | power1_label "pin" | 103 | power1_label "pin" |
91 | power1_input Measured input power. | 104 | power1_input Measured input power. |
@@ -95,6 +108,11 @@ power1_alarm Input power alarm | |||
95 | power1_input_highest Historical maximum power. | 108 | power1_input_highest Historical maximum power. |
96 | power1_reset_history Write any value to reset maximum power history. | 109 | power1_reset_history Write any value to reset maximum power history. |
97 | 110 | ||
111 | power2_label "pout". LM25063 only. | ||
112 | power2_input Measured output power. | ||
113 | power2_max Maximum output power limit. | ||
114 | power2_crit Critical output power limit. | ||
115 | |||
98 | temp1_input Measured temperature. | 116 | temp1_input Measured temperature. |
99 | temp1_max Maximum temperature. | 117 | temp1_max Maximum temperature. |
100 | temp1_crit Critical high temperature. | 118 | temp1_crit Critical high temperature. |