1. 29 9月, 2006 2 次提交
    • J
      it87: No sysfs files for disabled fans · 9060f8bd
      Jean Delvare 提交于
      it87: No sysfs files for disabled fans
      
      Only create the fan attributes for enabled fan tachometers. Some
      motherboards have a nice BIOS which only enables the fan inputs which
      are wired to a fan header on the board. This makes the configuration
      easier for the user.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      9060f8bd
    • 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
  2. 27 9月, 2006 1 次提交
  3. 24 3月, 2006 2 次提交
  4. 14 2月, 2006 1 次提交
  5. 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
  6. 06 1月, 2006 4 次提交
  7. 24 11月, 2005 1 次提交
  8. 29 10月, 2005 3 次提交
  9. 06 9月, 2005 9 次提交
  10. 12 7月, 2005 1 次提交
  11. 22 6月, 2005 5 次提交
  12. 21 6月, 2005 1 次提交
  13. 19 4月, 2005 1 次提交
    • J
      [PATCH] I2C: Fix incorrect sysfs file permissions in it87 and via686a drivers · 1d66c64c
      Jean Delvare 提交于
      The it87 and via686a hardware monitoring drivers each create a sysfs
      file named "alarms" in R/W mode, while they should really create it in
      read-only mode. Since we don't provide a store function for these files,
      write attempts to these files will do something undefined (I guess) and
      bad (I am sure). My own try resulted in a locked terminal (where I
      attempted the write) and a 100% CPU load until next reboot.
      
      As a side note, wouldn't it make sense to check, when creating sysfs
      files, that readable files have a non-NULL show method, and writable
      files have a non-NULL store method? I know drivers are not supposed to
      do stupid things, but there is already a BUG_ON for several conditions
      in sysfs_create_file, so maybe we could add two more?
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      1d66c64c
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4