On Wed, 2008-05-14 at 10:33 +0100, Matthew Garrett wrote: > On Tue, May 13, 2008 at 11:30:20PM -0400, Len Brown wrote: > > > An entire new handheld product line will ship this year > > where the assumption that the processor is the primary > > contributor to heat may simply be _false_, thermal > > zones may be totally unrelated to the processor, > > and throttling the processor may be exactly the > > wrong way to handle a thermal issue. > > That's fine. In the ACPI code, we currently have no support for managing > thermal conditions through anything other than the processor. Once that > changes, it's easy to fix this up so it doesn't interfere with thermal > zones that are handled by throttling other devices. > > Menlow has a more complex thermal model than machines we've seen up to > now, but I was under the impression that this was to be handled by the > new generic thermal class rather than the existing ACPI code. I don't > see this patch as being in conflict with supporting that. > Menlow also defines ACPI thermal zones and all these thermal zones are registered with the generic thermal class. The difference is that menlow uses _TZD to list many other devices for throttling, and all these devices are registered with the generic thermal class as well. If this patch is applied, processors may be throttled unexcepted. thanks, rui -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html