aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2011-10-13 17:15:11 -0400
committerGuenter Roeck <guenter.roeck@ericsson.com>2011-10-24 14:09:47 -0400
commit426343ef34fac426e619176c84cb2e263b9ed23d (patch)
tree829427f02e62a744ffe2c450462353136e11b6d5 /Documentation
parent03f5de2bb7125e537c81030925f38674307e6a71 (diff)
hwmon: (lm75) Document why clones are not detected
Explain why clones of the LM75 are generally not detected by the driver, and why this isn't going to change. Also update the documentation to reflect the list of chip names currently supported by the driver. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/hwmon/lm7558
1 files changed, 34 insertions, 24 deletions
diff --git a/Documentation/hwmon/lm75 b/Documentation/hwmon/lm75
index 8d40d0fda10a..c91a1d15fa28 100644
--- a/Documentation/hwmon/lm75
+++ b/Documentation/hwmon/lm75
@@ -12,31 +12,46 @@ Supported chips:
12 Addresses scanned: I2C 0x48 - 0x4f 12 Addresses scanned: I2C 0x48 - 0x4f
13 Datasheet: Publicly available at the National Semiconductor website 13 Datasheet: Publicly available at the National Semiconductor website
14 http://www.national.com/ 14 http://www.national.com/
15 * Dallas Semiconductor DS75 15 * Dallas Semiconductor DS75, DS1775
16 Prefix: 'lm75' 16 Prefixes: 'ds75', 'ds1775'
17 Addresses scanned: I2C 0x48 - 0x4f 17 Addresses scanned: none
18 Datasheet: Publicly available at the Dallas Semiconductor website
19 http://www.maxim-ic.com/
20 * Dallas Semiconductor DS1775
21 Prefix: 'lm75'
22 Addresses scanned: I2C 0x48 - 0x4f
23 Datasheet: Publicly available at the Dallas Semiconductor website 18 Datasheet: Publicly available at the Dallas Semiconductor website
24 http://www.maxim-ic.com/ 19 http://www.maxim-ic.com/
25 * Maxim MAX6625, MAX6626 20 * Maxim MAX6625, MAX6626
26 Prefix: 'lm75' 21 Prefixes: 'max6625', 'max6626'
27 Addresses scanned: I2C 0x48 - 0x4b 22 Addresses scanned: none
28 Datasheet: Publicly available at the Maxim website 23 Datasheet: Publicly available at the Maxim website
29 http://www.maxim-ic.com/ 24 http://www.maxim-ic.com/
30 * Microchip (TelCom) TCN75 25 * Microchip (TelCom) TCN75
31 Prefix: 'lm75' 26 Prefix: 'lm75'
32 Addresses scanned: I2C 0x48 - 0x4f 27 Addresses scanned: none
28 Datasheet: Publicly available at the Microchip website
29 http://www.microchip.com/
30 * Microchip MCP9800, MCP9801, MCP9802, MCP9803
31 Prefix: 'mcp980x'
32 Addresses scanned: none
33 Datasheet: Publicly available at the Microchip website 33 Datasheet: Publicly available at the Microchip website
34 http://www.microchip.com/ 34 http://www.microchip.com/
35 * Analog Devices ADT75 35 * Analog Devices ADT75
36 Prefix: 'adt75' 36 Prefix: 'adt75'
37 Addresses scanned: I2C 0x48 - 0x4f 37 Addresses scanned: none
38 Datasheet: Publicly available at the Analog Devices website 38 Datasheet: Publicly available at the Analog Devices website
39 http://www.analog.com/adt75 39 http://www.analog.com/adt75
40 * ST Microelectronics STDS75
41 Prefix: 'stds75'
42 Addresses scanned: none
43 Datasheet: Publicly available at the ST website
44 http://www.st.com/internet/analog/product/121769.jsp
45 * Texas Instruments TMP100, TMP101, TMP105, TMP75, TMP175, TMP275
46 Prefixes: 'tmp100', 'tmp101', 'tmp105', 'tmp175', 'tmp75', 'tmp275'
47 Addresses scanned: none
48 Datasheet: Publicly available at the Texas Instruments website
49 http://www.ti.com/product/tmp100
50 http://www.ti.com/product/tmp101
51 http://www.ti.com/product/tmp105
52 http://www.ti.com/product/tmp75
53 http://www.ti.com/product/tmp175
54 http://www.ti.com/product/tmp275
40 55
41Author: Frodo Looijaard <frodol@dds.nl> 56Author: Frodo Looijaard <frodol@dds.nl>
42 57
@@ -55,21 +70,16 @@ range of -55 to +125 degrees.
55The LM75 only updates its values each 1.5 seconds; reading it more often 70The LM75 only updates its values each 1.5 seconds; reading it more often
56will do no harm, but will return 'old' values. 71will do no harm, but will return 'old' values.
57 72
58The LM75 is usually used in combination with LM78-like chips, to measure 73The original LM75 was typically used in combination with LM78-like chips
59the temperature of the processor(s). 74on PC motherboards, to measure the temperature of the processor(s). Clones
60 75are now used in various embedded designs.
61The DS75, DS1775, MAX6625, and MAX6626 are supported as well.
62They are not distinguished from an LM75. While most of these chips
63have three additional bits of accuracy (12 vs. 9 for the LM75),
64the additional bits are not supported. Not only that, but these chips will
65not be detected if not in 9-bit precision mode (use the force parameter if
66needed).
67
68The TCN75 is supported as well, and is not distinguished from an LM75.
69 76
70The LM75 is essentially an industry standard; there may be other 77The LM75 is essentially an industry standard; there may be other
71LM75 clones not listed here, with or without various enhancements, 78LM75 clones not listed here, with or without various enhancements,
72that are supported. 79that are supported. The clones are not detected by the driver, unless
80they reproduce the exact register tricks of the original LM75, and must
81therefore be instantiated explicitly. The specific enhancements (such as
82higher resolution) are not currently supported by the driver.
73 83
74The LM77 is not supported, contrary to what we pretended for a long time. 84The LM77 is not supported, contrary to what we pretended for a long time.
75Both chips are simply not compatible, value encoding differs. 85Both chips are simply not compatible, value encoding differs.