Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 28 Aug 2002 17:01:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 28 Aug 2002 17:01:47 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:38154 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Wed, 28 Aug 2002 17:01:46 -0400 Date: Wed, 28 Aug 2002 14:08:43 -0700 (PDT) From: Linus Torvalds To: Dominik Brodowski cc: , Subject: Re: [PATCH][2.5.32] CPU frequency and voltage scaling (0/4) In-Reply-To: <20020828225315.D816@brodo.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 849 Lines: 24 On Wed, 28 Aug 2002, Dominik Brodowski wrote: > > "policy input" --> "frequency input" --> cpufreq core --> cpufreq driver > user-space | k e r n e l - s p a c e No. The "policy input" has to filter down ALL THE WAY. If you turn it into a frequency-only input at _any_ time, you've lost information that the lowest levels need. THAT is the problem with the current #3 - it _assumes_ that the policy input has already been converted to frequency, and since it assumes that, it cannot handle the case where the hardware itself wants to know what the policy was. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/