aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/hwmon
diff options
context:
space:
mode:
authorRobert Coulson <rob.coulson@gmail.com>2013-05-09 01:45:53 -0400
committerGuenter Roeck <linux@roeck-us.net>2013-06-27 13:28:59 -0400
commitcd6c8a4297ad036a155966db49982d6807e23ef8 (patch)
treedfdd6d11da901cd8c5d915e5f321e82aa150bc99 /Documentation/hwmon
parentcd275a5635511922f8b11f8a2a42b6d8b1e88237 (diff)
hwmon: (ds1621) Add ds1721 chip support
Update the ds1621 documentation, driver, and Kconfig with ds1721 chip support. Signed-off-by: Robert Coulson <rob.coulson@gmail.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r--Documentation/hwmon/ds162126
1 files changed, 20 insertions, 6 deletions
diff --git a/Documentation/hwmon/ds1621 b/Documentation/hwmon/ds1621
index 5e97f333c4df..d66f76f9d85d 100644
--- a/Documentation/hwmon/ds1621
+++ b/Documentation/hwmon/ds1621
@@ -2,16 +2,22 @@ Kernel driver ds1621
2==================== 2====================
3 3
4Supported chips: 4Supported chips:
5 * Dallas Semiconductor DS1621 5 * Dallas Semiconductor / Maxim Integrated DS1621
6 Prefix: 'ds1621' 6 Prefix: 'ds1621'
7 Addresses scanned: I2C 0x48 - 0x4f 7 Addresses scanned: I2C 0x48 - 0x4f
8 Datasheet: Publicly available at the Dallas Semiconductor website 8 Datasheet: Publicly available from www.maximintegrated.com
9 http://www.dalsemi.com/ 9
10 * Dallas Semiconductor DS1625 10 * Dallas Semiconductor DS1625
11 Prefix: 'ds1621' 11 Prefix:
12 'ds1621' - if binding via _detect function
13 'ds1625' - explicit instantiation
14 Addresses scanned: I2C 0x48 - 0x4f
15 Datasheet: Publicly available from www.datasheetarchive.com
16
17 * Maxim Integrated DS1721
18 Prefix: 'ds1721'
12 Addresses scanned: I2C 0x48 - 0x4f 19 Addresses scanned: I2C 0x48 - 0x4f
13 Datasheet: Publicly available at the Dallas Semiconductor website 20 Datasheet: Publicly available from www.maximintegrated.com
14 http://www.dalsemi.com/
15 21
16Authors: 22Authors:
17 Christian W. Zuckschwerdt <zany@triq.net> 23 Christian W. Zuckschwerdt <zany@triq.net>
@@ -61,3 +67,11 @@ with neither of the alarms set.
61 67
62Temperature conversion of the DS1621 takes up to 1000ms; internal access to 68Temperature conversion of the DS1621 takes up to 1000ms; internal access to
63non-volatile registers may last for 10ms or below. 69non-volatile registers may last for 10ms or below.
70
71The DS1625 is pin compatible and functionally equivalent with the DS1621,
72but the DS1621 is meant to replace it.
73
74The DS1721 is pin compatible with the DS1621, has an accuracy of +/- 1.0
75degree Celsius over a -10 to +85 degree range, a minimum/maximum alarm
76default setting of 75 and 80 degrees respectively, and a maximum conversion
77time of 750ms.