diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-04-18 12:48:58 -0400 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-04-19 11:49:57 -0400 |
commit | 180b3d889c85ce25d080997cc0c6cee4e46eed54 (patch) | |
tree | ada63492124ea0bc47f5a54b3be4d169aa659a86 /Documentation/hwmon | |
parent | c1a76b47419ebb143559feaedfb35e4f285095b9 (diff) |
hwmon: (pmbus) Documentation updates
Fix spelling, correct label name error, and add missing attribute to PMBus
driver documentation.
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Reviewed-by: Tom Grennan <tom.grennan@ericsson.com>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/pmbus | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Documentation/hwmon/pmbus b/Documentation/hwmon/pmbus index dc4933e96344..852d9ebcef3a 100644 --- a/Documentation/hwmon/pmbus +++ b/Documentation/hwmon/pmbus | |||
@@ -175,11 +175,13 @@ currX_crit Critical maximum current. | |||
175 | From IIN_OC_FAULT_LIMIT or IOUT_OC_FAULT_LIMIT register. | 175 | From IIN_OC_FAULT_LIMIT or IOUT_OC_FAULT_LIMIT register. |
176 | currX_alarm Current high alarm. | 176 | currX_alarm Current high alarm. |
177 | From IIN_OC_WARNING or IOUT_OC_WARNING status. | 177 | From IIN_OC_WARNING or IOUT_OC_WARNING status. |
178 | currX_max_alarm Current high alarm. | ||
179 | From IIN_OC_WARN_LIMIT or IOUT_OC_WARN_LIMIT status. | ||
178 | currX_lcrit_alarm Output current critical low alarm. | 180 | currX_lcrit_alarm Output current critical low alarm. |
179 | From IOUT_UC_FAULT status. | 181 | From IOUT_UC_FAULT status. |
180 | currX_crit_alarm Current critical high alarm. | 182 | currX_crit_alarm Current critical high alarm. |
181 | From IIN_OC_FAULT or IOUT_OC_FAULT status. | 183 | From IIN_OC_FAULT or IOUT_OC_FAULT status. |
182 | currX_label "iin" or "vinY" | 184 | currX_label "iin" or "ioutY" |
183 | 185 | ||
184 | powerX_input Measured power. From READ_PIN or READ_POUT register. | 186 | powerX_input Measured power. From READ_PIN or READ_POUT register. |
185 | powerX_cap Output power cap. From POUT_MAX register. | 187 | powerX_cap Output power cap. From POUT_MAX register. |
@@ -193,13 +195,13 @@ powerX_crit_alarm Output power critical high alarm. | |||
193 | From POUT_OP_FAULT status. | 195 | From POUT_OP_FAULT status. |
194 | powerX_label "pin" or "poutY" | 196 | powerX_label "pin" or "poutY" |
195 | 197 | ||
196 | tempX_input Measured tempererature. | 198 | tempX_input Measured temperature. |
197 | From READ_TEMPERATURE_X register. | 199 | From READ_TEMPERATURE_X register. |
198 | tempX_min Mimimum tempererature. From UT_WARN_LIMIT register. | 200 | tempX_min Mimimum temperature. From UT_WARN_LIMIT register. |
199 | tempX_max Maximum tempererature. From OT_WARN_LIMIT register. | 201 | tempX_max Maximum temperature. From OT_WARN_LIMIT register. |
200 | tempX_lcrit Critical low tempererature. | 202 | tempX_lcrit Critical low temperature. |
201 | From UT_FAULT_LIMIT register. | 203 | From UT_FAULT_LIMIT register. |
202 | tempX_crit Critical high tempererature. | 204 | tempX_crit Critical high temperature. |
203 | From OT_FAULT_LIMIT register. | 205 | From OT_FAULT_LIMIT register. |
204 | tempX_min_alarm Chip temperature low alarm. Set by comparing | 206 | tempX_min_alarm Chip temperature low alarm. Set by comparing |
205 | READ_TEMPERATURE_X with UT_WARN_LIMIT if | 207 | READ_TEMPERATURE_X with UT_WARN_LIMIT if |