···1414 Prefix: 'tmp423'1515 Addresses scanned: I2C 0x4c and 0x4d1616 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html1717+ * Texas Instruments TMP4411818+ Prefix: 'tmp441'1919+ Addresses scanned: I2C 0x2a, 0x4c, 0x4d, 0x4e and 0x4f2020+ Datasheet: http://www.ti.com/product/tmp4412121+ * Texas Instruments TMP4422222+ Prefix: 'tmp442'2323+ Addresses scanned: I2C 0x4c and 0x4d2424+ Datasheet: http://www.ti.com/product/tmp44217251826Authors:1927 Andre Prendel <andre.prendel@gmx.de>···2921Description3022-----------31233232-This driver implements support for Texas Instruments TMP421, TMP4223333-and TMP423 temperature sensor chips. These chips implement one local3434-and up to one (TMP421), up to two (TMP422) or up to three (TMP423)3535-remote sensors. Temperature is measured in degrees Celsius. The chips3636-are wired over I2C/SMBus and specified over a temperature range of -403737-to +125 degrees Celsius. Resolution for both the local and remote3838-channels is 0.0625 degree C.2424+This driver implements support for Texas Instruments TMP421, TMP422,2525+TMP423, TMP441, and TMP442 temperature sensor chips. These chips2626+implement one local and up to one (TMP421, TMP441), up to two (TMP422,2727+TMP442) or up to three (TMP423) remote sensors. Temperature is measured2828+in degrees Celsius. The chips are wired over I2C/SMBus and specified2929+over a temperature range of -40 to +125 degrees Celsius. Resolution3030+for both the local and remote channels is 0.0625 degree C.39314032The chips support only temperature measurement. The driver exports4133the temperature values via the following sysfs files:
+1-1
drivers/hwmon/Kconfig
···14311431 depends on I2C14321432 help14331433 If you say yes here you get support for Texas Instruments TMP421,14341434- TMP422 and TMP423 temperature sensor chips.14341434+ TMP422, TMP423, TMP441, and TMP442 temperature sensor chips.1435143514361436 This driver can also be built as a module. If so, the module14371437 will be called tmp421.