aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2014-04-22 11:48:57 -0400
committerGuenter Roeck <linux@roeck-us.net>2014-12-02 06:44:18 -0500
commit162a8dfe73df95e59265e350b2f247b8b35490d1 (patch)
treef51150255441f8c6b9f65c28cf6e725e7c1fe2c6 /Documentation
parentf975b3399c0a35439c48b89d1afffc4d86276d0f (diff)
hwmon: (lm95245) Add support for LM95235
LM95235 is register compatible to LM95245. Also update link to LM95245 data sheet, and drop the link to the datasheet from the driver source to simplify code maintenance. Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/hwmon/lm9524514
1 files changed, 9 insertions, 5 deletions
diff --git a/Documentation/hwmon/lm95245 b/Documentation/hwmon/lm95245
index 77eaf2812d25..d755901f58c4 100644
--- a/Documentation/hwmon/lm95245
+++ b/Documentation/hwmon/lm95245
@@ -2,10 +2,14 @@ Kernel driver lm95245
2================== 2==================
3 3
4Supported chips: 4Supported chips:
5 * National Semiconductor LM95245 5 * TI LM95235
6 Addresses scanned: I2C 0x18, 0x29, 0x4c
7 Datasheet: Publicly available at the TI website
8 http://www.ti.com/lit/ds/symlink/lm95235.pdf
9 * TI / National Semiconductor LM95245
6 Addresses scanned: I2C 0x18, 0x19, 0x29, 0x4c, 0x4d 10 Addresses scanned: I2C 0x18, 0x19, 0x29, 0x4c, 0x4d
7 Datasheet: Publicly available at the National Semiconductor website 11 Datasheet: Publicly available at the TI website
8 http://www.national.com/mpf/LM/LM95245.html 12 http://www.ti.com/lit/ds/symlink/lm95245.pdf
9 13
10 14
11Author: Alexander Stein <alexander.stein@systec-electronic.com> 15Author: Alexander Stein <alexander.stein@systec-electronic.com>
@@ -13,10 +17,10 @@ Author: Alexander Stein <alexander.stein@systec-electronic.com>
13Description 17Description
14----------- 18-----------
15 19
16The LM95245 is an 11-bit digital temperature sensor with a 2-wire System 20LM95235 and LM95245 are 11-bit digital temperature sensors with a 2-wire System
17Management Bus (SMBus) interface and TruTherm technology that can monitor 21Management Bus (SMBus) interface and TruTherm technology that can monitor
18the temperature of a remote diode as well as its own temperature. 22the temperature of a remote diode as well as its own temperature.
19The LM95245 can be used to very accurately monitor the temperature of 23The chips can be used to very accurately monitor the temperature of
20external devices such as microprocessors. 24external devices such as microprocessors.
21 25
22All temperature values are given in millidegrees Celsius. Local temperature 26All temperature values are given in millidegrees Celsius. Local temperature