summaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/lm25066
diff options
context:
space:
mode:
authorGuenter Roeck2013-02-10 00:15:52 +0100
committerGuenter Roeck2013-04-08 06:16:41 +0200
commit58615a94f6a190f2fb9f9a99f1894d161c4b85b9 (patch)
treea610147e40dbe0af85e880b1ed866e91f9730bf4 /Documentation/hwmon/lm25066
parenthwmon: (pmbus/lm25066) Refactor device specific coefficients (diff)
downloadkernel-qcow2-linux-58615a94f6a190f2fb9f9a99f1894d161c4b85b9.tar.gz
kernel-qcow2-linux-58615a94f6a190f2fb9f9a99f1894d161c4b85b9.tar.xz
kernel-qcow2-linux-58615a94f6a190f2fb9f9a99f1894d161c4b85b9.zip
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 @@
-Kernel driver max8688
+Kernel driver lm25066
=====================
Supported chips:
+ * TI LM25056
+ Prefix: 'lm25056'
+ Addresses scanned: -
+ Datasheets:
+ http://www.ti.com/lit/gpn/lm25056
+ http://www.ti.com/lit/gpn/lm25056a
* National Semiconductor LM25066
Prefix: 'lm25066'
Addresses scanned: -
@@ -25,8 +31,9 @@ Author: Guenter Roeck <linux@roeck-us.net>
Description
-----------
-This driver supports hardware montoring for National Semiconductor LM25066,
-LM5064, and LM5064 Power Management, Monitoring, Control, and Protection ICs.
+This driver supports hardware montoring for National Semiconductor / TI LM25056,
+LM25066, LM5064, and LM5064 Power Management, Monitoring, Control, and
+Protection ICs.
The driver is a client driver to the core PMBus driver. Please see
Documentation/hwmon/pmbus for details on PMBus client drivers.
@@ -62,8 +69,13 @@ in1_max_alarm Input voltage high alarm.
in2_label "vmon"
in2_input Measured voltage on VAUX pin
+in2_min Minimum VAUX voltage (LM25056 only).
+in2_max Maximum VAUX voltage (LM25056 only).
+in2_min_alarm VAUX voltage low alarm (LM25056 only).
+in2_max_alarm VAUX voltage high alarm (LM25056 only).
in3_label "vout1"
+ Not supported on LM25056.
in3_input Measured output voltage.
in3_average Average measured output voltage.
in3_min Minimum output voltage.