blob: 2d9ca42213cf31e9b89d2f8af2d340a231ddc2f5 [file] [log] [blame]
Andre Prendelcd4e96c2009-06-15 18:39:49 +02001Kernel driver tmp401
2====================
3
4Supported chips:
5 * Texas Instruments TMP401
6 Prefix: 'tmp401'
7 Addresses scanned: I2C 0x4c
8 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html
9 * Texas Instruments TMP411
10 Prefix: 'tmp411'
Guenter Roecka1fac922013-03-15 12:55:08 -070011 Addresses scanned: I2C 0x4c, 0x4d, 0x4e
Andre Prendelcd4e96c2009-06-15 18:39:49 +020012 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html
Guenter Roecka1fac922013-03-15 12:55:08 -070013 * Texas Instruments TMP431
14 Prefix: 'tmp431'
15 Addresses scanned: I2C 0x4c, 0x4d
16 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html
Guenter Roeck29dd3b62013-03-28 01:36:44 -070017 * Texas Instruments TMP432
18 Prefix: 'tmp432'
19 Addresses scanned: I2C 0x4c, 0x4d
20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html
Patrick Titiano06adbae2014-12-04 17:45:51 +010021 * Texas Instruments TMP435
22 Prefix: 'tmp435'
Guenter Roeck9aecac02015-05-27 16:11:48 -070023 Addresses scanned: I2C 0x48 - 0x4f
Patrick Titiano06adbae2014-12-04 17:45:51 +010024 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
Andrew F. Davisc0a68602016-06-08 12:00:54 -050025 * Texas Instruments TMP461
26 Prefix: 'tmp461'
27 Datasheet: http://www.ti.com/product/tmp461
Andre Prendelcd4e96c2009-06-15 18:39:49 +020028
29Authors:
30 Hans de Goede <hdegoede@redhat.com>
31 Andre Prendel <andre.prendel@gmx.de>
32
33Description
34-----------
35
Guenter Roecka1fac922013-03-15 12:55:08 -070036This driver implements support for Texas Instruments TMP401, TMP411,
Andrew F. Davisc0a68602016-06-08 12:00:54 -050037TMP431, TMP432, TMP435, and TMP461 chips. These chips implement one or two
38remote and one local temperature sensors. Temperature is measured in degrees
Andre Prendelcd4e96c2009-06-15 18:39:49 +020039Celsius. Resolution of the remote sensor is 0.0625 degree. Local
40sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not
41supported by the driver so far, so using the default resolution of 0.5
42degree).
43
44The driver provides the common sysfs-interface for temperatures (see
Guenter Roecka1fac922013-03-15 12:55:08 -070045Documentation/hwmon/sysfs-interface under Temperatures).
Andre Prendelcd4e96c2009-06-15 18:39:49 +020046
Guenter Roecka1fac922013-03-15 12:55:08 -070047The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
48some additional features.
Andre Prendelcd4e96c2009-06-15 18:39:49 +020049
50* Minimum and Maximum temperature measured since power-on, chip-reset
51
52 Exported via sysfs attributes tempX_lowest and tempX_highest.
53
54* Reset of historical minimum/maximum temperature measurements
55
56 Exported via sysfs attribute temp_reset_history. Writing 1 to this
57 file triggers a reset.
Guenter Roeck29dd3b62013-03-28 01:36:44 -070058
59TMP432 is compatible with TMP401 and TMP431. It supports two external
60temperature sensors.
Andrew F. Davisc0a68602016-06-08 12:00:54 -050061
62TMP461 is compatible with TMP401. It supports offset correction
63that is applied to the remote sensor.
64
65* Sensor offset values are temperature values
66
67 Exported via sysfs attribute tempX_offset