]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitac171c46667c1cb2ee9e22312291df6ed78e1b6e
tree86ca722abc1ddceb0887b3ed6a195d77bb200dc2
parent746f956beb534ddf73da4346de81f2941c8573f8
[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