1. 16 9月, 2011 4 次提交
  2. 15 9月, 2011 29 次提交
  3. 14 9月, 2011 6 次提交
  4. 13 9月, 2011 1 次提交
    • G
      hwmon: (pmbus) Fix low limit temperature alarms · 40257b95
      Guenter Roeck 提交于
      Temperature alarms are detected by checking the alarm bit and comparing
      temperature limits against the current temperature. For low limits, this
      comparison needs to be reversed (temp < limit instead of temp > limit).
      This was not taken into account, resulting in wrong alarms if a temperature
      fell below a low limit.
      
      Fix by adding a low limit flag in the limit data structure. When creating the
      sensor entry, the order of registers to compare is now reversed for low limits.
      Signed-off-by: NGuenter Roeck <guenter.roeck@ericsson.com>
      Acked-by: NJean Delvare <khali@linux-fr.org>
      Cc: stable@kernel.org # 3.0+
      40257b95