tmp401 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Kernel driver tmp401
  2. ====================
  3. Supported chips:
  4. * Texas Instruments TMP401
  5. Prefix: 'tmp401'
  6. Addresses scanned: I2C 0x4c
  7. Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html
  8. * Texas Instruments TMP411
  9. Prefix: 'tmp411'
  10. Addresses scanned: I2C 0x4c, 0x4d, 0x4e
  11. Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html
  12. * Texas Instruments TMP431
  13. Prefix: 'tmp431'
  14. Addresses scanned: I2C 0x4c, 0x4d
  15. Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html
  16. * Texas Instruments TMP432
  17. Prefix: 'tmp432'
  18. Addresses scanned: I2C 0x4c, 0x4d
  19. Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html
  20. * Texas Instruments TMP435
  21. Prefix: 'tmp435'
  22. Addresses scanned: I2C 0x48 - 0x4f
  23. Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
  24. Authors:
  25. Hans de Goede <hdegoede@redhat.com>
  26. Andre Prendel <andre.prendel@gmx.de>
  27. Description
  28. -----------
  29. This driver implements support for Texas Instruments TMP401, TMP411,
  30. TMP431, TMP432 and TMP435 chips. These chips implement one or two remote
  31. and one local temperature sensors. Temperature is measured in degrees
  32. Celsius. Resolution of the remote sensor is 0.0625 degree. Local
  33. sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not
  34. supported by the driver so far, so using the default resolution of 0.5
  35. degree).
  36. The driver provides the common sysfs-interface for temperatures (see
  37. Documentation/hwmon/sysfs-interface under Temperatures).
  38. The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
  39. some additional features.
  40. * Minimum and Maximum temperature measured since power-on, chip-reset
  41. Exported via sysfs attributes tempX_lowest and tempX_highest.
  42. * Reset of historical minimum/maximum temperature measurements
  43. Exported via sysfs attribute temp_reset_history. Writing 1 to this
  44. file triggers a reset.
  45. TMP432 is compatible with TMP401 and TMP431. It supports two external
  46. temperature sensors.