From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <433C7882.20000@am.sony.com> Date: Thu, 29 Sep 2005 16:28:02 -0700 From: Geoff Levand MIME-Version: 1.0 To: Benjamin Herrenschmidt References: <1127978432.6102.53.camel@gaston> In-Reply-To: <1127978432.6102.53.camel@gaston> Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc64-dev@ozlabs.org, "debian-powerpc@lists.debian.org" , Linux Kernel list , linuxppc-dev list Subject: Re: iMac G5: experimental thermal & cpufreq support List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Benjamin Herrenschmidt wrote: > The algorithm itself is extracted from darwin. However, it's a rather > complex modified version of the PID algorithm, and thus it could use > some review to make sure I got everything right. > As we are already in the digital domain, I would think it would be more savvy to use a digital controller than try to simulate an analog controller... Why don't you abstract the control algorithm such that you can plug in others as they are developed. -Geoff