1. 07 2月, 2006 1 次提交
  2. 09 1月, 2006 1 次提交
    • B
      [PATCH] 2/5 powerpc: Rework PowerMac i2c part 2 · a28d3af2
      Benjamin Herrenschmidt 提交于
      This is the continuation of the previous patch. This one removes the old
      PowerMac i2c drivers (i2c-keywest and i2c-pmac-smu) and replaces them
      both with a single stub driver that uses the new PowerMac low i2c layer.
      
      Now that i2c-keywest is gone, the low-i2c code is extended to support
      interrupt driver transfers. All i2c busses now appear as platform
      devices. Compatibility with existing drivers should be maintained as the
      i2c bus names have been kept identical, except for the SMU bus but in
      that later case, all users has been fixed.
      
      With that patch added, matching a device node to an i2c_adapter becomes
      trivial.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      a28d3af2
  3. 29 10月, 2005 1 次提交
  4. 23 9月, 2005 1 次提交
    • B
      [PATCH] ppc64: SMU driver update & i2c support · 0365ba7f
      Benjamin Herrenschmidt 提交于
      The SMU is the "system controller" chip used by Apple recent G5 machines
      including the iMac G5.  It drives things like fans, i2c busses, real time
      clock, etc...
      
      The current kernel contains a very crude driver that doesn't do much more
      than reading the real time clock synchronously.  This is a completely
      rewritten driver that provides interrupt based command queuing, a userland
      interface, and an i2c/smbus driver for accessing the devices hanging off
      the SMU i2c busses like temperature sensors.  This driver is a basic block
      for upcoming work on thermal control for those machines, among others.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      0365ba7f
  5. 06 9月, 2005 1 次提交
    • J
      [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (4/9) · 5042c7d7
      Jean Delvare 提交于
      All ISA hardware monitoring drivers (including hybrid drivers) now have
      a hard dependency on i2c-isa, so they must select I2C_ISA. As a result,
      CONFIG_I2C_ISA doesn't need to be left visible to the user. The good
      thing here is that users will stop complaining that some driver doesn't
      work just because they forgot to compile or load i2c-isa.
      
      At this point, all drivers are working again and the cleanup phase can
      begin.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      5042c7d7
  6. 22 6月, 2005 1 次提交
  7. 15 6月, 2005 1 次提交
  8. 25 4月, 2005 1 次提交
  9. 17 4月, 2005 2 次提交