1. 29 9月, 2006 3 次提交
    • 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
    • R
      hwmon: Documentation update for w83627ehf · 563daaf4
      Rudolf Marek 提交于
      Add documentation for the w83627ehf hardware monitoring driver.
      Signed-off-by: NRudolf Marek <r.marek@sh.cvut.cz>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      563daaf4
  2. 13 7月, 2006 1 次提交
  3. 23 6月, 2006 10 次提交
  4. 24 3月, 2006 3 次提交
  5. 14 2月, 2006 1 次提交
  6. 07 2月, 2006 3 次提交
    • 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
    • J
      [PATCH] hwmon: New f71805f driver · e53004e2
      Jean Delvare 提交于
      This is my f71805f hardware monitoring driver ported from lm_sensors
      to Linux 2.6. This new driver differs from the other hardware monitoring
      drivers in that it is implemented as a platform driver. This might not
      be optimal yet (we would probably need a generic infrastructure and bus
      type for Super-I/O logical devices) but it is certainly much better than
      the i2c-isa solution.
      
      Note that this driver requires lm_sensors CVS. I hope to get it
      released as 2.10.0 soon.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e53004e2
    • J
      [PATCH] hwmon: Add f71805f documentation · 5db3d3da
      Jean Delvare 提交于
      Add some documentation for the new f71805f driver. This is almost the
      same help that was present in lm_sensors, with a few minor layout fixes.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      5db3d3da
  7. 06 1月, 2006 1 次提交
  8. 29 10月, 2005 6 次提交
  9. 06 9月, 2005 2 次提交
  10. 12 7月, 2005 1 次提交