]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] powerpc: Thermal control for dual core G5s
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 8 Feb 2006 05:42:51 +0000 (16:42 +1100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 8 Feb 2006 06:05:14 +0000 (22:05 -0800)
commit1a8e7cfce46ca553034034238ab3cf498312b357
tree86ca722abc1ddceb0887b3ed6a195d77bb200dc2
parent7c4e113a07a6e3911dd904772067867bf50cb75f
[PATCH] powerpc: Thermal control for dual core G5s

This patch adds a windfarm module, windfarm_pm112, for the dual core G5s
(both 2 and 4 core models), keeping the machine from getting into
vacuum-cleaner mode ;) For proper credits, the patch was initially
written by Paul Mackerras, and slightly reworked by me to add overtemp
handling among others. The patch also removes the sysfs attributes from
windfarm_pm81 and windfarm_pm91 and instead adds code to the windfarm
core to automagically expose attributes for sensor & controls.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
14 files changed:
drivers/macintosh/Kconfig
drivers/macintosh/Makefile
drivers/macintosh/windfarm.h
drivers/macintosh/windfarm_core.c
drivers/macintosh/windfarm_max6690_sensor.c [new file with mode: 0644]
drivers/macintosh/windfarm_pid.c
drivers/macintosh/windfarm_pid.h
drivers/macintosh/windfarm_pm112.c [new file with mode: 0644]
drivers/macintosh/windfarm_pm81.c
drivers/macintosh/windfarm_pm91.c
drivers/macintosh/windfarm_smu_controls.c
drivers/macintosh/windfarm_smu_sat.c [new file with mode: 0644]
drivers/macintosh/windfarm_smu_sensors.c
include/asm-powerpc/smu.h