lm90 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. Kernel driver lm90
  2. ==================
  3. Supported chips:
  4. * National Semiconductor LM90
  5. Prefix: 'lm90'
  6. Addresses scanned: I2C 0x4c
  7. Datasheet: Publicly available at the National Semiconductor website
  8. http://www.national.com/pf/LM/LM90.html
  9. * National Semiconductor LM89
  10. Prefix: 'lm89' (no auto-detection)
  11. Addresses scanned: I2C 0x4c and 0x4d
  12. Datasheet: Publicly available at the National Semiconductor website
  13. http://www.national.com/mpf/LM/LM89.html
  14. * National Semiconductor LM99
  15. Prefix: 'lm99'
  16. Addresses scanned: I2C 0x4c and 0x4d
  17. Datasheet: Publicly available at the National Semiconductor website
  18. http://www.national.com/pf/LM/LM99.html
  19. * National Semiconductor LM86
  20. Prefix: 'lm86'
  21. Addresses scanned: I2C 0x4c
  22. Datasheet: Publicly available at the National Semiconductor website
  23. http://www.national.com/mpf/LM/LM86.html
  24. * Analog Devices ADM1032
  25. Prefix: 'adm1032'
  26. Addresses scanned: I2C 0x4c and 0x4d
  27. Datasheet: Publicly available at the ON Semiconductor website
  28. http://www.onsemi.com/PowerSolutions/product.do?id=ADM1032
  29. * Analog Devices ADT7461
  30. Prefix: 'adt7461'
  31. Addresses scanned: I2C 0x4c and 0x4d
  32. Datasheet: Publicly available at the ON Semiconductor website
  33. http://www.onsemi.com/PowerSolutions/product.do?id=ADT7461
  34. * Maxim MAX6646
  35. Prefix: 'max6646'
  36. Addresses scanned: I2C 0x4d
  37. Datasheet: Publicly available at the Maxim website
  38. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497
  39. * Maxim MAX6647
  40. Prefix: 'max6646'
  41. Addresses scanned: I2C 0x4e
  42. Datasheet: Publicly available at the Maxim website
  43. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497
  44. * Maxim MAX6648
  45. Prefix: 'max6646'
  46. Addresses scanned: I2C 0x4c
  47. Datasheet: Publicly available at the Maxim website
  48. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3500
  49. * Maxim MAX6649
  50. Prefix: 'max6646'
  51. Addresses scanned: I2C 0x4c
  52. Datasheet: Publicly available at the Maxim website
  53. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3497
  54. * Maxim MAX6657
  55. Prefix: 'max6657'
  56. Addresses scanned: I2C 0x4c
  57. Datasheet: Publicly available at the Maxim website
  58. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2578
  59. * Maxim MAX6658
  60. Prefix: 'max6657'
  61. Addresses scanned: I2C 0x4c
  62. Datasheet: Publicly available at the Maxim website
  63. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2578
  64. * Maxim MAX6659
  65. Prefix: 'max6657'
  66. Addresses scanned: I2C 0x4c, 0x4d (unsupported 0x4e)
  67. Datasheet: Publicly available at the Maxim website
  68. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/2578
  69. * Maxim MAX6680
  70. Prefix: 'max6680'
  71. Addresses scanned: I2C 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b,
  72. 0x4c, 0x4d and 0x4e
  73. Datasheet: Publicly available at the Maxim website
  74. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3370
  75. * Maxim MAX6681
  76. Prefix: 'max6680'
  77. Addresses scanned: I2C 0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b,
  78. 0x4c, 0x4d and 0x4e
  79. Datasheet: Publicly available at the Maxim website
  80. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3370
  81. * Maxim MAX6692
  82. Prefix: 'max6646'
  83. Addresses scanned: I2C 0x4c
  84. Datasheet: Publicly available at the Maxim website
  85. http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3500
  86. Author: Jean Delvare <khali@linux-fr.org>
  87. Description
  88. -----------
  89. The LM90 is a digital temperature sensor. It senses its own temperature as
  90. well as the temperature of up to one external diode. It is compatible
  91. with many other devices, many of which are supported by this driver.
  92. Note that there is no easy way to differentiate between the MAX6657,
  93. MAX6658 and MAX6659 variants. The extra address and features of the
  94. MAX6659 are not supported by this driver. The MAX6680 and MAX6681 only
  95. differ in their pinout, therefore they obviously can't (and don't need to)
  96. be distinguished.
  97. The specificity of this family of chipsets over the ADM1021/LM84
  98. family is that it features critical limits with hysteresis, and an
  99. increased resolution of the remote temperature measurement.
  100. The different chipsets of the family are not strictly identical, although
  101. very similar. For reference, here comes a non-exhaustive list of specific
  102. features:
  103. LM90:
  104. * Filter and alert configuration register at 0xBF.
  105. * ALERT is triggered by temperatures over critical limits.
  106. LM86 and LM89:
  107. * Same as LM90
  108. * Better external channel accuracy
  109. LM99:
  110. * Same as LM89
  111. * External temperature shifted by 16 degrees down
  112. ADM1032:
  113. * Consecutive alert register at 0x22.
  114. * Conversion averaging.
  115. * Up to 64 conversions/s.
  116. * ALERT is triggered by open remote sensor.
  117. * SMBus PEC support for Write Byte and Receive Byte transactions.
  118. ADT7461:
  119. * Extended temperature range (breaks compatibility)
  120. * Lower resolution for remote temperature
  121. MAX6657 and MAX6658:
  122. * Better local resolution
  123. * Remote sensor type selection
  124. MAX6659:
  125. * Better local resolution
  126. * Selectable address
  127. * Second critical temperature limit
  128. * Remote sensor type selection
  129. MAX6680 and MAX6681:
  130. * Selectable address
  131. * Remote sensor type selection
  132. All temperature values are given in degrees Celsius. Resolution
  133. is 1.0 degree for the local temperature, 0.125 degree for the remote
  134. temperature, except for the MAX6657, MAX6658 and MAX6659 which have a
  135. resolution of 0.125 degree for both temperatures.
  136. Each sensor has its own high and low limits, plus a critical limit.
  137. Additionally, there is a relative hysteresis value common to both critical
  138. values. To make life easier to user-space applications, two absolute values
  139. are exported, one for each channel, but these values are of course linked.
  140. Only the local hysteresis can be set from user-space, and the same delta
  141. applies to the remote hysteresis.
  142. The lm90 driver will not update its values more frequently than every
  143. other second; reading them more often will do no harm, but will return
  144. 'old' values.
  145. PEC Support
  146. -----------
  147. The ADM1032 is the only chip of the family which supports PEC. It does
  148. not support PEC on all transactions though, so some care must be taken.
  149. When reading a register value, the PEC byte is computed and sent by the
  150. ADM1032 chip. However, in the case of a combined transaction (SMBus Read
  151. Byte), the ADM1032 computes the CRC value over only the second half of
  152. the message rather than its entirety, because it thinks the first half
  153. of the message belongs to a different transaction. As a result, the CRC
  154. value differs from what the SMBus master expects, and all reads fail.
  155. For this reason, the lm90 driver will enable PEC for the ADM1032 only if
  156. the bus supports the SMBus Send Byte and Receive Byte transaction types.
  157. These transactions will be used to read register values, instead of
  158. SMBus Read Byte, and PEC will work properly.
  159. Additionally, the ADM1032 doesn't support SMBus Send Byte with PEC.
  160. Instead, it will try to write the PEC value to the register (because the
  161. SMBus Send Byte transaction with PEC is similar to a Write Byte transaction
  162. without PEC), which is not what we want. Thus, PEC is explicitly disabled
  163. on SMBus Send Byte transactions in the lm90 driver.
  164. PEC on byte data transactions represents a significant increase in bandwidth
  165. usage (+33% for writes, +25% for reads) in normal conditions. With the need
  166. to use two SMBus transaction for reads, this overhead jumps to +50%. Worse,
  167. two transactions will typically mean twice as much delay waiting for
  168. transaction completion, effectively doubling the register cache refresh time.
  169. I guess reliability comes at a price, but it's quite expensive this time.
  170. So, as not everyone might enjoy the slowdown, PEC can be disabled through
  171. sysfs. Just write 0 to the "pec" file and PEC will be disabled. Write 1
  172. to that file to enable PEC again.