Andre Prendel | cd4e96c | 2009-06-15 18:39:49 +0200 | [diff] [blame] | 1 | Kernel driver tmp401 |
| 2 | ==================== |
| 3 | |
| 4 | Supported 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 Roeck | a1fac92 | 2013-03-15 12:55:08 -0700 | [diff] [blame] | 11 | Addresses scanned: I2C 0x4c, 0x4d, 0x4e |
Andre Prendel | cd4e96c | 2009-06-15 18:39:49 +0200 | [diff] [blame] | 12 | Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html |
Guenter Roeck | a1fac92 | 2013-03-15 12:55:08 -0700 | [diff] [blame] | 13 | * 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 Roeck | 29dd3b6 | 2013-03-28 01:36:44 -0700 | [diff] [blame] | 17 | * 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 Titiano | 06adbae | 2014-12-04 17:45:51 +0100 | [diff] [blame] | 21 | * Texas Instruments TMP435 |
| 22 | Prefix: 'tmp435' |
Guenter Roeck | 907a6d5 | 2014-12-05 10:15:03 -0800 | [diff] [blame] | 23 | Addresses scanned: I2C 0x37, 0x48 - 0x4f |
Patrick Titiano | 06adbae | 2014-12-04 17:45:51 +0100 | [diff] [blame] | 24 | Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html |
Andre Prendel | cd4e96c | 2009-06-15 18:39:49 +0200 | [diff] [blame] | 25 | |
| 26 | Authors: |
| 27 | Hans de Goede <hdegoede@redhat.com> |
| 28 | Andre Prendel <andre.prendel@gmx.de> |
| 29 | |
| 30 | Description |
| 31 | ----------- |
| 32 | |
Guenter Roeck | a1fac92 | 2013-03-15 12:55:08 -0700 | [diff] [blame] | 33 | This driver implements support for Texas Instruments TMP401, TMP411, |
Patrick Titiano | 06adbae | 2014-12-04 17:45:51 +0100 | [diff] [blame] | 34 | TMP431, TMP432 and TMP435 chips. These chips implement one or two remote |
| 35 | and one local temperature sensors. Temperature is measured in degrees |
Andre Prendel | cd4e96c | 2009-06-15 18:39:49 +0200 | [diff] [blame] | 36 | Celsius. Resolution of the remote sensor is 0.0625 degree. Local |
| 37 | sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not |
| 38 | supported by the driver so far, so using the default resolution of 0.5 |
| 39 | degree). |
| 40 | |
| 41 | The driver provides the common sysfs-interface for temperatures (see |
Guenter Roeck | a1fac92 | 2013-03-15 12:55:08 -0700 | [diff] [blame] | 42 | Documentation/hwmon/sysfs-interface under Temperatures). |
Andre Prendel | cd4e96c | 2009-06-15 18:39:49 +0200 | [diff] [blame] | 43 | |
Guenter Roeck | a1fac92 | 2013-03-15 12:55:08 -0700 | [diff] [blame] | 44 | The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides |
| 45 | some additional features. |
Andre Prendel | cd4e96c | 2009-06-15 18:39:49 +0200 | [diff] [blame] | 46 | |
| 47 | * Minimum and Maximum temperature measured since power-on, chip-reset |
| 48 | |
| 49 | Exported via sysfs attributes tempX_lowest and tempX_highest. |
| 50 | |
| 51 | * Reset of historical minimum/maximum temperature measurements |
| 52 | |
| 53 | Exported via sysfs attribute temp_reset_history. Writing 1 to this |
| 54 | file triggers a reset. |
Guenter Roeck | 29dd3b6 | 2013-03-28 01:36:44 -0700 | [diff] [blame] | 55 | |
| 56 | TMP432 is compatible with TMP401 and TMP431. It supports two external |
| 57 | temperature sensors. |