1. 21 5月, 2012 2 次提交
  2. 19 3月, 2012 2 次提交
  3. 17 1月, 2012 1 次提交
  4. 13 1月, 2012 1 次提交
  5. 06 1月, 2012 1 次提交
  6. 26 7月, 2011 1 次提交
  7. 18 7月, 2011 1 次提交
  8. 26 5月, 2011 1 次提交
  9. 13 1月, 2011 1 次提交
  10. 08 12月, 2010 1 次提交
  11. 29 10月, 2010 2 次提交
  12. 15 8月, 2010 1 次提交
  13. 09 7月, 2010 1 次提交
    • J
      hwmon: (it87) Fix in7 on IT8720F · 436cad2a
      Jean Delvare 提交于
      The IT8720F has no VIN7 pin, so VCCH should always be routed
      internally to VIN7 with an internal divider. Curiously, there still
      is a configuration bit to control this, which means it can be set
      incorrectly. And even more curiously, many boards out there are
      improperly configured, even though the IT8720F datasheet claims that
      the internal routing of VCCH to VIN7 is the default setting. So we
      force the internal routing in this case.
      
      It turns out that all boards with the wrong setting are from Gigabyte,
      so I suspect a BIOS bug. But it's easy enough to workaround in the
      driver, so let's do it.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Jean-Marc Spaggiari <jean-marc@spaggiari.org>
      Cc: stable@kernel.org
      436cad2a
  14. 14 4月, 2010 3 次提交
  15. 06 3月, 2010 9 次提交
  16. 10 12月, 2009 2 次提交
  17. 24 10月, 2009 1 次提交
  18. 15 9月, 2009 1 次提交
  19. 12 3月, 2009 1 次提交
  20. 07 1月, 2009 3 次提交
  21. 17 10月, 2008 1 次提交
    • J
      hwmon: (it87) Fix thermal sensor type values · 4ed10779
      Jean Delvare 提交于
      The it87 driver doesn't follow the standard sensor type values as
      documented in Documentation/hwmon/sysfs-interface. It uses value 2 for
      thermistors instead of value 4. This causes "sensors" to tell the user
      that the chip is setup for a transistor while it is actually setup for
      a thermistor.
      
      Using value 4 for thermistors solves the problem. For compatibility
      reasons, we still accept value 2 but emit a warning message so that
      users update their configuration files.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Acked-by: NHans de Goede <hdegoede@redhat.com>
      4ed10779
  22. 09 10月, 2008 1 次提交
  23. 20 9月, 2008 1 次提交
  24. 07 8月, 2008 1 次提交