Skip to content
Snippets Groups Projects
  1. Oct 28, 2010
    • Jean Delvare's avatar
      hwmon: (it87) Add support for the IT8721F/IT8758E · 44c1bcd4
      Jean Delvare authored
      
      Add support for the IT8721F/IT8758E. These new chips differ from the
      older IT87xxF chips in the following ways:
      * ADC LSB is 12 mV instead of 16 mV.
      * PWM values are 8-bit instead of 7-bit.
      There are other minor changes we don't have to care about in the
      driver.
      
      Another change is that we will handle internal voltage scaling in the
      driver instead of delegating the work to user-space.
      
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      44c1bcd4
  2. Mar 05, 2010
  3. Dec 09, 2009
  4. Jan 07, 2009
  5. Oct 17, 2008
    • Jean Delvare's avatar
      hwmon: (it87) Fix thermal sensor type values · 4ed10779
      Jean Delvare authored
      
      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: default avatarJean Delvare <khali@linux-fr.org>
      Acked-by: default avatarHans de Goede <hdegoede@redhat.com>
      4ed10779
  6. Aug 06, 2008
  7. Feb 07, 2008
  8. Oct 09, 2007
  9. Jul 19, 2007
  10. Feb 14, 2007
  11. Dec 12, 2006
  12. Sep 28, 2006
    • Jean Delvare's avatar
      it87: Copyright update · b19367c6
      Jean Delvare authored
      
      it87: Copyright update
      
      I think my contributions to the it87 driver over the past two
      years qualify me as a co-author of this driver.
      
      Also drop old comments of dubious usefulness.
      
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      b19367c6
    • Jean Delvare's avatar
      it87: Add support for the IT8718F · 87673dd7
      Jean Delvare authored
      
      it87: Add support for the IT8718F
      
      The IT8718F is a Super-I/O chip with integrated hardware monitoring
      functions. It is very similar to the IT8716F, so adding support to the
      it87 driver was pretty straightforward. The most significant difference
      is that the IT8718F has up to 8 VID pins, instead of 6 for the older
      chips.
      
      For the IT8718F, the VID value can only be read from Super-I/O space.
      
      Userspace support is already in lm_sensors SVN (to be soon released
      as 2.10.1.)
      
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      87673dd7
    • Jean Delvare's avatar
      it87: Add support for the IT8716F · 17d648bf
      Jean Delvare authored
      
      it87: Add support for the IT8716F
      
      The IT8716F is a Super-I/O chip with integrated hardware monitoring
      functions. It is very similar to the IT8712F, so adding support to the
      it87 driver was pretty straightforward. The most significant change here
      is that the IT8716F has 16-bit fan speed counters, so the user no more
      needs to tweak the fan clock dividers to get the best readings.
      
      Userspace support is already in lm_sensors SVN (to be soon released
      as 2.10.1.)
      
      Thanks to Stian Oksavik, Olivier Nicolas, Prakash Punnoor and
      Juergen Kilb for testing the early versions of this patch.
      
      Thanks also to ITE for providing datasheets and answering my questions.
      
      Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      17d648bf
  13. Feb 06, 2006
    • Jean Delvare's avatar
      [PATCH] hwmon: Fix reboot on it87 driver load · c5e3fbf2
      Jean Delvare authored
      
      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: default avatarJean Delvare <khali@linux-fr.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      c5e3fbf2
  14. Oct 28, 2005
  15. Jul 11, 2005
  16. Jun 21, 2005
Loading