1. 12 3月, 2009 1 次提交
  2. 07 1月, 2009 3 次提交
  3. 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
  4. 09 10月, 2008 1 次提交
  5. 20 9月, 2008 1 次提交
  6. 07 8月, 2008 2 次提交
  7. 08 2月, 2008 4 次提交
  8. 22 1月, 2008 1 次提交
  9. 10 10月, 2007 3 次提交
  10. 31 7月, 2007 1 次提交
    • J
      hwmon: Add missing __devexit tags in various drivers · d0546128
      Jean Delvare 提交于
      On Sun, 22 Jul 2007 00:30:56 +0200, Gabriel C wrote:
      > I noticed this warnings on current git:
      >
      > drivers/hwmon/pc87360.c:1082: warning: 'pc87360_remove' defined but not used
      > drivers/hwmon/sis5595.c:580: warning: 'sis5595_remove' defined but not used
      > drivers/hwmon/smsc47m1.c:608: warning: 'smsc47m1_remove' defined but not used
      > drivers/hwmon/via686a.c:648: warning: 'via686a_remove' defined but not used
      > drivers/hwmon/vt8231.c:755: warning: 'vt8231_remove' defined but not used
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NMark M. Hoffman <mhoffman@lightlink.com>
      d0546128
  11. 20 7月, 2007 2 次提交
  12. 15 2月, 2007 3 次提交
    • J
      hwmon: Cleanup a bogus legacy comment · ed6bafbf
      Jean Delvare 提交于
      Cleanup a bogus legacy comment that has been replicated to many
      hardware monitoring drivers.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      ed6bafbf
    • J
      hwmon: Simplify the locking model of two drivers · 7f999aa7
      Jean Delvare 提交于
      Many hardware monitoring drivers use two different mutexes, one to
      protect their per-device data structure, and one to protect the
      access to the device registers. These mutexes are essentially
      redundant, as the drivers are transfering values between the device
      registers and the data cache, so they almost always end up holding
      both mutexes at the same time. Using a single mutex will make the
      code more simple and faster.
      
      I am changing only two of the affected drivers here, the authors
      of the other affected drivers are welcome to submit similar patches
      if they want.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      7f999aa7
    • J
      hwmon/it87: Add PWM base frequency control · f8d0c19a
      Jean Delvare 提交于
      Let the user select the base PWM frequency when using the it87
      hardware monitoring driver. Different frequencies can give better
      control on some fans.
      
      Also update the documentation to mention the PWM frequency control
      files, with misc cleanups to the PWM section.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      f8d0c19a
  13. 13 12月, 2006 1 次提交
  14. 29 9月, 2006 9 次提交
  15. 27 9月, 2006 1 次提交
  16. 24 3月, 2006 2 次提交
  17. 14 2月, 2006 1 次提交
  18. 07 2月, 2006 1 次提交
    • J
      [PATCH] hwmon: Fix reboot on it87 driver load · c5e3fbf2
      Jean Delvare 提交于
      Only scan I2C address 0x2d. This is the default address and no IT87xxF
      chip was ever seen on I2C at a different address. These chips are
      better accessed through their ISA interface anyway.
      
      This fixes bug #5889, although it doesn't address the whole class
      of problems. We'd need the ability to blacklist arbitrary I2C addresses
      on systems known to contain I2C devices which behave badly when probed.
      
      Plan the I2C interface for removal as well. If nobody complains within
      a year, it will confirm my impression that the I2C interface isn't
      actually needed by anyone.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      c5e3fbf2
  19. 06 1月, 2006 2 次提交