aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon/ltc2990
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-04-17 06:46:29 -0300
committerGuenter Roeck <linux@roeck-us.net>2019-04-17 10:37:23 -0700
commit7ebd8b66dd9e5a0b65e5ee5e2b8e7ca382ec97b7 (patch)
tree9db30159bd32bec125c7d49e80a79bb7c4da0c8e /Documentation/hwmon/ltc2990
parentdocs: hwmon: convert remaining files to ReST format (diff)
downloadlinux-dev-7ebd8b66dd9e5a0b65e5ee5e2b8e7ca382ec97b7.tar.xz
linux-dev-7ebd8b66dd9e5a0b65e5ee5e2b8e7ca382ec97b7.zip
docs: hwmon: Add an index file and rename docs to *.rst
Now that all files were converted to ReST format, rename them and add an index. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/ltc2990')
-rw-r--r--Documentation/hwmon/ltc299062
1 files changed, 0 insertions, 62 deletions
diff --git a/Documentation/hwmon/ltc2990 b/Documentation/hwmon/ltc2990
deleted file mode 100644
index e0a369e679d3..000000000000
--- a/Documentation/hwmon/ltc2990
+++ /dev/null
@@ -1,62 +0,0 @@
-Kernel driver ltc2990
-=====================
-
-
-Supported chips:
-
- * Linear Technology LTC2990
-
- Prefix: 'ltc2990'
-
- Addresses scanned: -
-
- Datasheet: http://www.linear.com/product/ltc2990
-
-
-
-Author:
-
- - Mike Looijmans <mike.looijmans@topic.nl>
- - Tom Levens <tom.levens@cern.ch>
-
-
-Description
------------
-
-LTC2990 is a Quad I2C Voltage, Current and Temperature Monitor.
-The chip's inputs can measure 4 voltages, or two inputs together (1+2 and 3+4)
-can be combined to measure a differential voltage, which is typically used to
-measure current through a series resistor, or a temperature with an external
-diode.
-
-
-Usage Notes
------------
-
-This driver does not probe for PMBus devices. You will have to instantiate
-devices explicitly.
-
-
-Sysfs attributes
-----------------
-
-============= ==================================================
-in0_input Voltage at Vcc pin in millivolt (range 2.5V to 5V)
-temp1_input Internal chip temperature in millidegrees Celsius
-============= ==================================================
-
-A subset of the following attributes are visible, depending on the measurement
-mode of the chip.
-
-============= ==========================================================
-in[1-4]_input Voltage at V[1-4] pin in millivolt
-temp2_input External temperature sensor TR1 in millidegrees Celsius
-temp3_input External temperature sensor TR2 in millidegrees Celsius
-curr1_input Current in mA across V1-V2 assuming a 1mOhm sense resistor
-curr2_input Current in mA across V3-V4 assuming a 1mOhm sense resistor
-============= ==========================================================
-
-The "curr*_input" measurements actually report the voltage drop across the
-input pins in microvolts. This is equivalent to the current through a 1mOhm
-sense resistor. Divide the reported value by the actual sense resistor value
-in mOhm to get the actual value.