1. 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
  2. 07 11月, 2005 1 次提交
  3. 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
  4. 07 7月, 2005 1 次提交
  5. 21 6月, 2005 1 次提交
  6. 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