1. 08 2月, 2008 1 次提交
  2. 10 10月, 2007 1 次提交
  3. 20 7月, 2007 1 次提交
  4. 15 2月, 2007 1 次提交
  5. 13 12月, 2006 1 次提交
  6. 29 9月, 2006 3 次提交
    • J
      it87: Copyright update · b19367c6
      Jean Delvare 提交于
      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: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b19367c6
    • J
      it87: Add support for the IT8718F · 87673dd7
      Jean Delvare 提交于
      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: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      87673dd7
    • J
      it87: Add support for the IT8716F · 17d648bf
      Jean Delvare 提交于
      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: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      17d648bf
  7. 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
  8. 29 10月, 2005 1 次提交
  9. 12 7月, 2005 1 次提交
  10. 22 6月, 2005 1 次提交