diff options
author | Guenter Roeck <linux@roeck-us.net> | 2013-02-09 18:15:52 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2013-04-08 00:16:41 -0400 |
commit | 58615a94f6a190f2fb9f9a99f1894d161c4b85b9 (patch) | |
tree | a610147e40dbe0af85e880b1ed866e91f9730bf4 /Documentation/hwmon/lm25066 | |
parent | e53e6497fc9f071734c1794c3dc08bd5f334fa7f (diff) |
hwmon: (pmbus/lm25066) Add support for LM25056
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/lm25066')
-rw-r--r-- | Documentation/hwmon/lm25066 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/Documentation/hwmon/lm25066 b/Documentation/hwmon/lm25066 index 2bc5ba6aee66..c1b57d72efc3 100644 --- a/Documentation/hwmon/lm25066 +++ b/Documentation/hwmon/lm25066 | |||
@@ -1,7 +1,13 @@ | |||
1 | Kernel driver max8688 | 1 | Kernel driver lm25066 |
2 | ===================== | 2 | ===================== |
3 | 3 | ||
4 | Supported chips: | 4 | Supported chips: |
5 | * TI LM25056 | ||
6 | Prefix: 'lm25056' | ||
7 | Addresses scanned: - | ||
8 | Datasheets: | ||
9 | http://www.ti.com/lit/gpn/lm25056 | ||
10 | http://www.ti.com/lit/gpn/lm25056a | ||
5 | * National Semiconductor LM25066 | 11 | * National Semiconductor LM25066 |
6 | Prefix: 'lm25066' | 12 | Prefix: 'lm25066' |
7 | Addresses scanned: - | 13 | Addresses scanned: - |
@@ -25,8 +31,9 @@ Author: Guenter Roeck <linux@roeck-us.net> | |||
25 | Description | 31 | Description |
26 | ----------- | 32 | ----------- |
27 | 33 | ||
28 | This driver supports hardware montoring for National Semiconductor LM25066, | 34 | This driver supports hardware montoring for National Semiconductor / TI LM25056, |
29 | LM5064, and LM5064 Power Management, Monitoring, Control, and Protection ICs. | 35 | LM25066, LM5064, and LM5064 Power Management, Monitoring, Control, and |
36 | Protection ICs. | ||
30 | 37 | ||
31 | The driver is a client driver to the core PMBus driver. Please see | 38 | The driver is a client driver to the core PMBus driver. Please see |
32 | Documentation/hwmon/pmbus for details on PMBus client drivers. | 39 | Documentation/hwmon/pmbus for details on PMBus client drivers. |
@@ -62,8 +69,13 @@ in1_max_alarm Input voltage high alarm. | |||
62 | 69 | ||
63 | in2_label "vmon" | 70 | in2_label "vmon" |
64 | in2_input Measured voltage on VAUX pin | 71 | in2_input Measured voltage on VAUX pin |
72 | in2_min Minimum VAUX voltage (LM25056 only). | ||
73 | in2_max Maximum VAUX voltage (LM25056 only). | ||
74 | in2_min_alarm VAUX voltage low alarm (LM25056 only). | ||
75 | in2_max_alarm VAUX voltage high alarm (LM25056 only). | ||
65 | 76 | ||
66 | in3_label "vout1" | 77 | in3_label "vout1" |
78 | Not supported on LM25056. | ||
67 | in3_input Measured output voltage. | 79 | in3_input Measured output voltage. |
68 | in3_average Average measured output voltage. | 80 | in3_average Average measured output voltage. |
69 | in3_min Minimum output voltage. | 81 | in3_min Minimum output voltage. |