tmp401 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. * Texas Instruments TMP461
  25. Prefix: 'tmp461'
  26. Datasheet: http://www.ti.com/product/tmp461
  27. Authors:
  28. Hans de Goede <hdegoede@redhat.com>
  29. Andre Prendel <andre.prendel@gmx.de>
  30. Description
  31. -----------
  32. This driver implements support for Texas Instruments TMP401, TMP411,
  33. TMP431, TMP432, TMP435, and TMP461 chips. These chips implement one or two
  34. remote and one local temperature sensors. Temperature is measured in degrees
  35. Celsius. Resolution of the remote sensor is 0.0625 degree. Local
  36. sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not
  37. supported by the driver so far, so using the default resolution of 0.5
  38. degree).
  39. The driver provides the common sysfs-interface for temperatures (see
  40. Documentation/hwmon/sysfs-interface under Temperatures).
  41. The TMP411 and TMP431 chips are compatible with TMP401. TMP411 provides
  42. some additional features.
  43. * Minimum and Maximum temperature measured since power-on, chip-reset
  44. Exported via sysfs attributes tempX_lowest and tempX_highest.
  45. * Reset of historical minimum/maximum temperature measurements
  46. Exported via sysfs attribute temp_reset_history. Writing 1 to this
  47. file triggers a reset.
  48. TMP432 is compatible with TMP401 and TMP431. It supports two external
  49. temperature sensors.
  50. TMP461 is compatible with TMP401. It supports offset correction
  51. that is applied to the remote sensor.
  52. * Sensor offset values are temperature values
  53. Exported via sysfs attribute tempX_offset