lm95245 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Kernel driver lm95245
  2. ==================
  3. Supported chips:
  4. * TI LM95235
  5. Addresses scanned: I2C 0x18, 0x29, 0x4c
  6. Datasheet: Publicly available at the TI website
  7. http://www.ti.com/lit/ds/symlink/lm95235.pdf
  8. * TI / National Semiconductor LM95245
  9. Addresses scanned: I2C 0x18, 0x19, 0x29, 0x4c, 0x4d
  10. Datasheet: Publicly available at the TI website
  11. http://www.ti.com/lit/ds/symlink/lm95245.pdf
  12. Author: Alexander Stein <alexander.stein@systec-electronic.com>
  13. Description
  14. -----------
  15. LM95235 and LM95245 are 11-bit digital temperature sensors with a 2-wire System
  16. Management Bus (SMBus) interface and TruTherm technology that can monitor
  17. the temperature of a remote diode as well as its own temperature.
  18. The chips can be used to very accurately monitor the temperature of
  19. external devices such as microprocessors.
  20. All temperature values are given in millidegrees Celsius. Local temperature
  21. is given within a range of -127 to +127.875 degrees. Remote temperatures are
  22. given within a range of -127 to +255 degrees. Resolution depends on
  23. temperature input and range.
  24. Each sensor has its own critical limit. Additionally, there is a relative
  25. hysteresis value common to both critical limits. To make life easier to
  26. user-space applications, two absolute values are exported, one for each
  27. channel, but these values are of course linked. Only the local hysteresis
  28. can be set from user-space, and the same delta applies to the remote
  29. hysteresis.
  30. The lm95245 driver can change its update interval to a fixed set of values.
  31. It will round up to the next selectable interval. See the datasheet for exact
  32. values. Reading sensor values more often will do no harm, but will return
  33. 'old' values.