1. 15 1月, 2006 1 次提交
  2. 14 1月, 2006 2 次提交
  3. 13 1月, 2006 3 次提交
  4. 12 1月, 2006 8 次提交
  5. 11 1月, 2006 7 次提交
  6. 10 1月, 2006 17 次提交
  7. 09 1月, 2006 2 次提交
    • B
      [PATCH] 4/5 powerpc: Add cpufreq support for all desktop G5 · 9a699aef
      Benjamin Herrenschmidt 提交于
      This patch adds cpufreq support for all desktop "tower" G5 models. The
      only G5 models still lacking cpufreq support at this point are the
      Xserve and possibly the new iMac iSight (not tested). I'll have those
      added soon. That patch uses the new platform functions interpreter to
      implement frequency and voltage switching on most models.
      
      Note that in order to find the low frequency value, I had to hack
      something that might now work properly on all models, so if the
      frequency value reported when running low speed looks bogus to you,
      please report it to me. (Appart from a bogus reported value, things
      should work fine).
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      9a699aef
    • B
      [PATCH] 3/5 powerpc: Add platform functions interpreter · 5b9ca526
      Benjamin Herrenschmidt 提交于
      This is the platform function interpreter itself along with the backends
      for UniN/U3/U4, mac-io, GPIOs and i2c. It adds the ability to execute
      those do-platform-* scripts in the device-tree (at least for most
      devices for which a backend is provided). This should replace the clock
      spreading hacks properly. It might also have an impact on all sort of
      machines since some of the scripts marked "at init" will now be executed
      on boot (or some other on sleep/wakeup), those will possibly do things
      that the kernel didn't do at all, like setting some values into some i2c
      devices (changing thermal sensor calibration or conversion rate) etc...
      Thus regression testing is MUCH welcome. Also loook for errors in dmesg.
      That's also why I've left rather verbose debugging enabled in this
      version of the patch.
      
      (I do expect some Windtunnel G4s to show some errors as they have an i2c
      clock chip on the PMU bus that uses some primitives that the i2c backend
      doesn't implement yet. I really need users that have one of those
      machine to come back to me so we can get that done right, though the
      errors themselves should be harmless, I suspect the machine might not
      run at full speed).
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      5b9ca526