aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/lm25066
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2013-02-09 18:15:52 -0500
committerGuenter Roeck <linux@roeck-us.net>2013-04-08 00:16:41 -0400
commit58615a94f6a190f2fb9f9a99f1894d161c4b85b9 (patch)
treea610147e40dbe0af85e880b1ed866e91f9730bf4 /Documentation/hwmon/lm25066
parente53e6497fc9f071734c1794c3dc08bd5f334fa7f (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/lm2506618
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 @@
1Kernel driver max8688 1Kernel driver lm25066
2===================== 2=====================
3 3
4Supported chips: 4Supported 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>
25Description 31Description
26----------- 32-----------
27 33
28This driver supports hardware montoring for National Semiconductor LM25066, 34This driver supports hardware montoring for National Semiconductor / TI LM25056,
29LM5064, and LM5064 Power Management, Monitoring, Control, and Protection ICs. 35LM25066, LM5064, and LM5064 Power Management, Monitoring, Control, and
36Protection ICs.
30 37
31The driver is a client driver to the core PMBus driver. Please see 38The driver is a client driver to the core PMBus driver. Please see
32Documentation/hwmon/pmbus for details on PMBus client drivers. 39Documentation/hwmon/pmbus for details on PMBus client drivers.
@@ -62,8 +69,13 @@ in1_max_alarm Input voltage high alarm.
62 69
63in2_label "vmon" 70in2_label "vmon"
64in2_input Measured voltage on VAUX pin 71in2_input Measured voltage on VAUX pin
72in2_min Minimum VAUX voltage (LM25056 only).
73in2_max Maximum VAUX voltage (LM25056 only).
74in2_min_alarm VAUX voltage low alarm (LM25056 only).
75in2_max_alarm VAUX voltage high alarm (LM25056 only).
65 76
66in3_label "vout1" 77in3_label "vout1"
78 Not supported on LM25056.
67in3_input Measured output voltage. 79in3_input Measured output voltage.
68in3_average Average measured output voltage. 80in3_average Average measured output voltage.
69in3_min Minimum output voltage. 81in3_min Minimum output voltage.