diff options
Diffstat (limited to 'Documentation/hwmon/lm90')
-rw-r--r-- | Documentation/hwmon/lm90 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/hwmon/lm90 b/Documentation/hwmon/lm90 index aa4a0ec20081..0b3e8bb7c1f0 100644 --- a/Documentation/hwmon/lm90 +++ b/Documentation/hwmon/lm90 | |||
@@ -86,9 +86,8 @@ family is that it features critical limits with hysteresis, and an | |||
86 | increased resolution of the remote temperature measurement. | 86 | increased resolution of the remote temperature measurement. |
87 | 87 | ||
88 | The different chipsets of the family are not strictly identical, although | 88 | The different chipsets of the family are not strictly identical, although |
89 | very similar. This driver doesn't handle any specific feature for now, | 89 | very similar. For reference, here comes a non-exhaustive list of specific |
90 | with the exception of SMBus PEC. For reference, here comes a non-exhaustive | 90 | features: |
91 | list of specific features: | ||
92 | 91 | ||
93 | LM90: | 92 | LM90: |
94 | * Filter and alert configuration register at 0xBF. | 93 | * Filter and alert configuration register at 0xBF. |
@@ -114,9 +113,11 @@ ADT7461: | |||
114 | * Lower resolution for remote temperature | 113 | * Lower resolution for remote temperature |
115 | 114 | ||
116 | MAX6657 and MAX6658: | 115 | MAX6657 and MAX6658: |
116 | * Better local resolution | ||
117 | * Remote sensor type selection | 117 | * Remote sensor type selection |
118 | 118 | ||
119 | MAX6659: | 119 | MAX6659: |
120 | * Better local resolution | ||
120 | * Selectable address | 121 | * Selectable address |
121 | * Second critical temperature limit | 122 | * Second critical temperature limit |
122 | * Remote sensor type selection | 123 | * Remote sensor type selection |
@@ -127,7 +128,8 @@ MAX6680 and MAX6681: | |||
127 | 128 | ||
128 | All temperature values are given in degrees Celsius. Resolution | 129 | All temperature values are given in degrees Celsius. Resolution |
129 | is 1.0 degree for the local temperature, 0.125 degree for the remote | 130 | is 1.0 degree for the local temperature, 0.125 degree for the remote |
130 | temperature. | 131 | temperature, except for the MAX6657, MAX6658 and MAX6659 which have a |
132 | resolution of 0.125 degree for both temperatures. | ||
131 | 133 | ||
132 | Each sensor has its own high and low limits, plus a critical limit. | 134 | Each sensor has its own high and low limits, plus a critical limit. |
133 | Additionally, there is a relative hysteresis value common to both critical | 135 | Additionally, there is a relative hysteresis value common to both critical |