blob: 12e4781c0bc1c3023bb685452403d26089b85997 [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
Andre Prendelcd4e96c2009-06-15 18:39:49 +020017
18Authors:
19 Hans de Goede <hdegoede@redhat.com>
20 Andre Prendel <andre.prendel@gmx.de>
21
22Description
23-----------
24
Guenter Roecka1fac922013-03-15 12:55:08 -070025This driver implements support for Texas Instruments TMP401, TMP411,
26and TMP431 chips. These chips implement one remote and one local
Andre Prendelcd4e96c2009-06-15 18:39:49 +020027temperature sensor. Temperature is measured in degrees
28Celsius. Resolution of the remote sensor is 0.0625 degree. Local
29sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not
30supported by the driver so far, so using the default resolution of 0.5
31degree).
32
33The driver provides the common sysfs-interface for temperatures (see
Guenter Roecka1fac922013-03-15 12:55:08 -070034Documentation/hwmon/sysfs-interface under Temperatures).
Andre Prendelcd4e96c2009-06-15 18:39:49 +020035
Guenter Roecka1fac922013-03-15 12:55:08 -070036The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
37some additional features.
Andre Prendelcd4e96c2009-06-15 18:39:49 +020038
39* Minimum and Maximum temperature measured since power-on, chip-reset
40
41 Exported via sysfs attributes tempX_lowest and tempX_highest.
42
43* Reset of historical minimum/maximum temperature measurements
44
45 Exported via sysfs attribute temp_reset_history. Writing 1 to this
46 file triggers a reset.