1. 09 2月, 2010 1 次提交
  2. 05 10月, 2009 1 次提交
  3. 16 6月, 2009 1 次提交
  4. 29 4月, 2008 1 次提交
  5. 20 7月, 2007 1 次提交
  6. 07 5月, 2007 1 次提交
  7. 27 4月, 2007 1 次提交
  8. 26 4月, 2007 1 次提交
  9. 13 4月, 2007 1 次提交
  10. 23 3月, 2006 1 次提交
  11. 03 3月, 2006 1 次提交
    • B
      [PATCH] powerpc: Fix old g5 issues with windfarm · b55fafc5
      Benjamin Herrenschmidt 提交于
      Some of the windfarm sensor modules can initialize on old machines that
      don't have full windfarm support like non-dual core desktop G5s.
      Unfortunately, by doing so, they would trigger a bug in their matching
      algorithm causing them to attach to the wrong bus, thus triggering
      issues with the i2c core and breaking the thermal driver.
      
      This patch fixes the probing issue (so that they will work when a
      windfarm port is done to these machines) and also prevents for now
      windfarm to load at all on these machines that still use therm_pm72 to
      avoid wasting resources.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      b55fafc5
  12. 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
  13. 07 1月, 2006 1 次提交
  14. 06 1月, 2006 3 次提交
  15. 08 11月, 2005 1 次提交