1. 23 9月, 2009 1 次提交
  2. 15 9月, 2009 1 次提交
  3. 07 1月, 2009 1 次提交
    • J
      hwmon: Check for ACPI resource conflicts · b9acb64a
      Jean Delvare 提交于
      Check for ACPI resource conflicts in hwmon drivers. I've included
      all Super-I/O and PCI drivers.
      
      I've voluntarily left out:
      * Vendor-specific drivers: if they conflicted on any system, this would
        pretty much mean that they conflict on all systems, and we would know
        by now.
      * Legacy ISA drivers (lm78 and w83781d): they only support chips found
        on old designs were ACPI either wasn't supported or didn't deal with
        thermal management.
      * Drivers accessing the I/O resources indirectly (e.g. through SMBus):
        the checks are already done where they belong, i.e. in the bus drivers.
      Signed-off-by: NJean Delvare <jdelvare@suse.de>
      Acked-by: NDavid Hubbard <david.c.hubbard@gmail.com>
      b9acb64a
  4. 14 10月, 2008 2 次提交
    • J
      hwmon: (dme1737) Convert to a new-style i2c driver · 67a37308
      Jean Delvare 提交于
      The new-style dme1737 driver implements the optional detect() callback
      to cover the use cases of the legacy driver. I don't actually expect
      any new-style device for that driver, but as the old i2c API is going
      away soon, we have to switch to the new one.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Juerg Haefliger <juergh@gmail.com>
      67a37308
    • J
      hwmon: (dme1737) Be less i2c-centric · dbc2bc25
      Jean Delvare 提交于
      The dme1737 driver support both LPC (ISA) and SMBus devices. At the
      moment it's rather i2c-centric, and LPC variants use a fake i2c_client
      for some operations.
      
      In a near future, i2c_client will be allocated by i2c-core rather than
      by the device drivers, so non-i2c drivers will not have one. As a
      preparation step, change the driver code to no longer assume that
      an i2c_client structure is always available. No functional change.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Juerg Haefliger <juergh@gmail.com>
      dbc2bc25
  5. 07 8月, 2008 3 次提交
  6. 01 8月, 2008 3 次提交
  7. 19 2月, 2008 1 次提交
  8. 08 2月, 2008 3 次提交
  9. 11 10月, 2007 3 次提交
  10. 10 10月, 2007 1 次提交
  11. 31 7月, 2007 1 次提交
  12. 20 7月, 2007 1 次提交
    • J
      hwmon: New SMSC DME1737 driver · 9431996f
      Juerg Haefliger 提交于
      Add support for the hardware monitoring and fan control
      capabilities of the SMSC DME1737 and Asus A8000 Super-I/O chips.
      
      The hardware monitoring logic of this chip is similar to the LM85 but
      has some additional features that this driver supports. Even though
      it's a Super-I/O chip, the hardware monitoring logic can only be
      accessed via SMBus.
      
      Signed-off-by: Juerg Haefliger <juergh at gmail.com>
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      9431996f