diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2012-09-05 05:49:14 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2012-09-24 00:08:34 -0400 |
commit | a86e94dc946d58fb5abb8e250a99720c9bdf8c2d (patch) | |
tree | 837c3b262620d130519812e0c62ce88c351bb91d /Documentation/hwmon/lm70 | |
parent | 367eb2ee8a6f160c369d9afa6732237eeb679467 (diff) |
hwmon: (lm70) Add support for LM71 and LM74
Add support for LM74 and LM71 to LM70 driver.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/lm70')
-rw-r--r-- | Documentation/hwmon/lm70 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/hwmon/lm70 b/Documentation/hwmon/lm70 index 1bb1f20951ca..86d182942c51 100644 --- a/Documentation/hwmon/lm70 +++ b/Documentation/hwmon/lm70 | |||
@@ -6,6 +6,10 @@ Supported chips: | |||
6 | Datasheet: http://www.national.com/pf/LM/LM70.html | 6 | Datasheet: http://www.national.com/pf/LM/LM70.html |
7 | * Texas Instruments TMP121/TMP123 | 7 | * Texas Instruments TMP121/TMP123 |
8 | Information: http://focus.ti.com/docs/prod/folders/print/tmp121.html | 8 | Information: http://focus.ti.com/docs/prod/folders/print/tmp121.html |
9 | * National Semiconductor LM71 | ||
10 | Datasheet: http://www.ti.com/product/LM71 | ||
11 | * National Semiconductor LM74 | ||
12 | Datasheet: http://www.ti.com/product/LM74 | ||
9 | 13 | ||
10 | Author: | 14 | Author: |
11 | Kaiwan N Billimoria <kaiwan@designergraphix.com> | 15 | Kaiwan N Billimoria <kaiwan@designergraphix.com> |
@@ -31,8 +35,11 @@ As a real (in-tree) example of this "SPI protocol driver" interfacing | |||
31 | with a "SPI master controller driver", see drivers/spi/spi_lm70llp.c | 35 | with a "SPI master controller driver", see drivers/spi/spi_lm70llp.c |
32 | and its associated documentation. | 36 | and its associated documentation. |
33 | 37 | ||
34 | The TMP121/TMP123 are very similar; main difference is 13-bit temperature | 38 | The LM74 and TMP121/TMP123 are very similar; main difference is 13-bit |
35 | data (0.0625 degrees celsius resolution). | 39 | temperature data (0.0625 degrees celsius resolution). |
40 | |||
41 | The LM71 is also very similar; main difference is 14-bit temperature | ||
42 | data (0.03125 degrees celsius resolution). | ||
36 | 43 | ||
37 | Thanks to | 44 | Thanks to |
38 | --------- | 45 | --------- |