tmp401 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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
  11. Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html
  12. Authors:
  13. Hans de Goede <hdegoede@redhat.com>
  14. Andre Prendel <andre.prendel@gmx.de>
  15. Description
  16. -----------
  17. This driver implements support for Texas Instruments TMP401 and
  18. TMP411 chips. These chips implements one remote and one local
  19. temperature sensor. Temperature is measured in degrees
  20. Celsius. Resolution of the remote sensor is 0.0625 degree. Local
  21. sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not
  22. supported by the driver so far, so using the default resolution of 0.5
  23. degree).
  24. The driver provides the common sysfs-interface for temperatures (see
  25. /Documentation/hwmon/sysfs-interface under Temperatures).
  26. The TMP411 chip is compatible with TMP401. It provides some additional
  27. features.
  28. * Minimum and Maximum temperature measured since power-on, chip-reset
  29. Exported via sysfs attributes tempX_lowest and tempX_highest.
  30. * Reset of historical minimum/maximum temperature measurements
  31. Exported via sysfs attribute temp_reset_history. Writing 1 to this
  32. file triggers a reset.