1 Kernel driver tmp401 2 ==================== 3 4 Supported chips: 5 6 * Texas Instruments TMP401 7 8 Prefix: 'tmp401' 9 10 Addresses scanned: I2C 0x4c 11 12 Datasheet: http://focus.ti.com/docs/prod/f 13 14 * Texas Instruments TMP411 15 16 Prefix: 'tmp411' 17 18 Addresses scanned: I2C 0x4c, 0x4d, 0x4e 19 20 Datasheet: http://focus.ti.com/docs/prod/f 21 22 * Texas Instruments TMP431 23 24 Prefix: 'tmp431' 25 26 Addresses scanned: I2C 0x4c, 0x4d 27 28 Datasheet: http://focus.ti.com/docs/prod/f 29 30 * Texas Instruments TMP432 31 32 Prefix: 'tmp432' 33 34 Addresses scanned: I2C 0x4c, 0x4d 35 36 Datasheet: http://focus.ti.com/docs/prod/f 37 38 * Texas Instruments TMP435 39 40 Prefix: 'tmp435' 41 42 Addresses scanned: I2C 0x48 - 0x4f 43 44 Datasheet: http://focus.ti.com/docs/prod/f 45 46 47 48 Authors: 49 50 - Hans de Goede <hdegoede@redhat.com> 51 - Andre Prendel <andre.prendel@gmx.de> 52 53 Description 54 ----------- 55 56 This driver implements support for Texas Instr 57 TMP431, TMP432, and TMP435 chips. These chips 58 remote and one local temperature sensors. Temp 59 Celsius. Resolution of the remote sensor is 0. 60 sensor resolution can be set to 0.5, 0.25, 0.1 61 supported by the driver so far, so using the d 62 degree). 63 64 The driver provides the common sysfs-interface 65 Documentation/hwmon/sysfs-interface.rst under 66 67 The TMP411 and TMP431 chips are compatible wit 68 some additional features. 69 70 * Minimum and Maximum temperature measured sin 71 72 Exported via sysfs attributes tempX_lowest a 73 74 * Reset of historical minimum/maximum temperat 75 76 Exported via sysfs attribute temp_reset_hist 77 file triggers a reset. 78 79 TMP432 is compatible with TMP401 and TMP431. I 80 temperature sensors.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.