1. 17 10月, 2008 23 次提交
  2. 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
  3. 09 10月, 2008 3 次提交
  4. 24 9月, 2008 2 次提交
  5. 20 9月, 2008 3 次提交
  6. 31 8月, 2008 1 次提交
  7. 25 8月, 2008 1 次提交
  8. 20 8月, 2008 1 次提交
  9. 16 8月, 2008 1 次提交
  10. 15 8月, 2008 3 次提交