1. 31 7月, 2006 1 次提交
  2. 07 7月, 2006 1 次提交
    • B
      [POWERPC] Xserve G5 thermal control fixes · 861fa773
      Benjamin Herrenschmidt 提交于
      The thermal control for the Xserve G5s had a few issues. For one, the
      way to program the RPM fans speeds into the FCU is different between it
      and the desktop models, which I didn't figure out until recently, and it
      was missing a control loop for the slots fan, running it too fast.  Both
      of those problems were causing the machine to be much more noisy than
      necessary.  This patch also changes the fixed value of the slots fan for
      desktop G5s to 40% instead of 50%.  It seems to still have a pretty good
      airflow that way and is much less noisy.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      861fa773
  3. 01 7月, 2006 1 次提交
  4. 23 3月, 2006 1 次提交
  5. 10 1月, 2006 1 次提交
  6. 07 1月, 2006 1 次提交
  7. 06 1月, 2006 3 次提交
  8. 03 1月, 2006 1 次提交
    • B
      [PATCH] powerpc: more g5 overtemp problem fix · f12f4d90
      Benjamin Herrenschmidt 提交于
      Some G5s still occasionally experience shutdowns due to overtemp
      conditions despite the recent fix. After analyzing logs from such
      machines, it appears that the overtemp code is a bit too quick at
      shutting the machine down when reaching the critical temperature (tmax +
      8) and doesn't leave the fan enough time to actually cool it down. This
      happens if the temperature of a CPU suddenly rises too high in a very
      short period of time, or occasionally on boot (that is the CPUs are
      already overtemp by the time the driver loads).
      
      This patches makes the code a bit more relaxed, leaving a few seconds to
      the fans to do their job before kicking the machine shutown.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      f12f4d90
  9. 21 12月, 2005 1 次提交
    • B
      [PATCH] powerpc: g5 thermal overtemp bug · 6ee7fb7e
      Benjamin Herrenschmidt 提交于
      The g5 thermal control for liquid cooled machines has a small bug, when
      the temperatures gets too high, it boosts all fans to the max, but
      incorrectly sets the liquids pump to the min instead of the max speed,
      thus causing the overtemp condition not to clear and the machine to shut
      down after a while. This fixes it to set the pumps to max speed instead.
      This problem might explain some of the reports of random shutdowns that
      some g5 users have been reporting in the past.
      
      Many thanks to Marcus Rothe for spending a lot of time trying various
      patches & sending log logs before I found out that typo. Note that
      overtemp handling is still not perfect and the machine might still
      shutdown, that patch should reduce if not eliminate such occcurences in
      "normal" conditions with high load. I'll implement a better handling
      with proper slowing down of the CPUs later.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6ee7fb7e
  10. 07 11月, 2005 1 次提交
  11. 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
  12. 07 7月, 2005 1 次提交
  13. 21 6月, 2005 1 次提交
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4