1. 29 4月, 2011 1 次提交
  2. 31 3月, 2011 1 次提交
  3. 29 10月, 2010 12 次提交
  4. 28 5月, 2010 1 次提交
  5. 06 3月, 2010 3 次提交
  6. 15 12月, 2009 3 次提交
  7. 10 12月, 2009 1 次提交
  8. 12 3月, 2009 1 次提交
  9. 27 10月, 2008 2 次提交
    • J
      hwmon: (lm90) Add support for the LM99 16 degree offset · 97ae60bb
      Jean Delvare 提交于
      The LM99 differs from the LM86, LM89 and LM90 in that it reports
      remote temperatures (temp2) 16 degrees lower than they really are. So
      far we have been cheating and handled this in userspace but it really
      should be handled by the driver directly.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Matthew Garrett <mjg59@srcf.ucam.org>
      97ae60bb
    • J
      hwmon: (lm90) Fix handling of hysteresis value · ec38fa2b
      Jean Delvare 提交于
      There are several problems in the way the hysteresis value is handled
      by the lm90 driver:
      
      * In show_temphyst(), specific handling of the MAX6646 is missing, so
        the hysteresis is reported incorrectly if the critical temperature
        is over 127 degrees C.
      * In set_temphyst(), the new hysteresis register value is written to
        the chip but data->temp_hyst isn't updated accordingly, so there is
        a short period of time (up to 2 seconds) where the old hystereris
        value will be returned while the new one is already active.
      * In set_temphyst(), the critical temperature which is used as a base
        to compute the value of the hysteresis register lacks
        device-specific handling. As a result, the value of the hysteresis
        register might be incorrect for the ADT7461 and MAX6646 chips.
      
      Fix these 3 bugs.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Ben Hutchings <bhutchings@solarflare.com>
      Cc: Nate Case <ncase@xes-inc.com>
      ec38fa2b
  10. 17 10月, 2008 9 次提交
  11. 17 7月, 2008 1 次提交
  12. 19 2月, 2008 1 次提交
  13. 08 2月, 2008 2 次提交
  14. 10 10月, 2007 2 次提交