Re: [RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-27 Thread William Heimbigner
On Fri, 27 Apr 2007, Gautham Shenoy wrote: On 4/27/07, Dominik Brodowski <[EMAIL PROTECTED]> wrote: On Fri, Apr 27, 2007 at 02:09:57AM -0400, Dave Jones wrote: > On Thu, Apr 26, 2007 at 09:54:10PM -0400, Dominik Brodowski wrote: > > On Tue, Apr 24, 2007 at 08:03:27PM -0400, Dave Jones wrote:

Re: [RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-27 Thread Gautham Shenoy
On 4/27/07, Dominik Brodowski <[EMAIL PROTECTED]> wrote: On Fri, Apr 27, 2007 at 02:09:57AM -0400, Dave Jones wrote: > On Thu, Apr 26, 2007 at 09:54:10PM -0400, Dominik Brodowski wrote: > > On Tue, Apr 24, 2007 at 08:03:27PM -0400, Dave Jones wrote: > > > On Tue, Apr 24, 2007 at 03:05:36PM -070

Re: [RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-27 Thread William Heimbigner
On Fri, 27 Apr 2007, Dominik Brodowski wrote: On Fri, Apr 27, 2007 at 02:09:57AM -0400, Dave Jones wrote: On Thu, Apr 26, 2007 at 09:54:10PM -0400, Dominik Brodowski wrote: > On Tue, Apr 24, 2007 at 08:03:27PM -0400, Dave Jones wrote: >> On Tue, Apr 24, 2007 at 03:05:36PM -0700, Nish Aravamudan

Re: [RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-27 Thread Dominik Brodowski
On Fri, Apr 27, 2007 at 02:09:57AM -0400, Dave Jones wrote: > On Thu, Apr 26, 2007 at 09:54:10PM -0400, Dominik Brodowski wrote: > > On Tue, Apr 24, 2007 at 08:03:27PM -0400, Dave Jones wrote: > > > On Tue, Apr 24, 2007 at 03:05:36PM -0700, Nish Aravamudan wrote: > > > > On 4/24/07, Dave Jones

Re: [RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-26 Thread Dave Jones
On Thu, Apr 26, 2007 at 09:54:10PM -0400, Dominik Brodowski wrote: > On Tue, Apr 24, 2007 at 08:03:27PM -0400, Dave Jones wrote: > > On Tue, Apr 24, 2007 at 03:05:36PM -0700, Nish Aravamudan wrote: > > > On 4/24/07, Dave Jones <[EMAIL PROTECTED]> wrote: > > > > On Tue, Apr 24, 2007 at 09:03:2

Re: [RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-26 Thread Dominik Brodowski
On Tue, Apr 24, 2007 at 08:03:27PM -0400, Dave Jones wrote: > On Tue, Apr 24, 2007 at 03:05:36PM -0700, Nish Aravamudan wrote: > > On 4/24/07, Dave Jones <[EMAIL PROTECTED]> wrote: > > > On Tue, Apr 24, 2007 at 09:03:23PM +, William Heimbigner wrote: > > > > The following patches should all

Re: [RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-24 Thread Dave Jones
On Tue, Apr 24, 2007 at 03:05:36PM -0700, Nish Aravamudan wrote: > On 4/24/07, Dave Jones <[EMAIL PROTECTED]> wrote: > > On Tue, Apr 24, 2007 at 09:03:23PM +, William Heimbigner wrote: > > > The following patches should allow selection of conservative, > > powersave, and > > > ondemand

Re: [RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-24 Thread William Heimbigner
On Tue, 24 Apr 2007, Dave Jones wrote: On Tue, Apr 24, 2007 at 09:03:23PM +, William Heimbigner wrote: > The following patches should allow selection of conservative, powersave, and > ondemand in the kernel configuration. This has been rejected several times already. Ondemand and conservativ

Re: [RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-24 Thread Nish Aravamudan
On 4/24/07, Dave Jones <[EMAIL PROTECTED]> wrote: On Tue, Apr 24, 2007 at 09:03:23PM +, William Heimbigner wrote: > The following patches should allow selection of conservative, powersave, and > ondemand in the kernel configuration. This has been rejected several times already. Ondemand an

Re: [RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-24 Thread Chuck Ebbert
Dave Jones wrote: > On Tue, Apr 24, 2007 at 09:03:23PM +, William Heimbigner wrote: > > The following patches should allow selection of conservative, powersave, > and > > ondemand in the kernel configuration. > > This has been rejected several times already. > Ondemand and conservative isn

Re: [RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-24 Thread Robert P. J. Day
On Tue, 24 Apr 2007, William Heimbigner wrote: > The following patches should allow selection of conservative, powersave, and > ondemand in the kernel configuration. > > William Heimbigner > [EMAIL PROTECTED] > > diff -uprN -X linux-2.6.21-rc7-git6/Documentation/dontdiff > linux-2.6.21-rc7-git6/dr

Re: [RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-24 Thread Dave Jones
On Tue, Apr 24, 2007 at 09:03:23PM +, William Heimbigner wrote: > The following patches should allow selection of conservative, powersave, and > ondemand in the kernel configuration. This has been rejected several times already. Ondemand and conservative isn't a viable governor for all cpuf

[RFC] [PATCH] cpufreq: allow full selection of default governors

2007-04-24 Thread William Heimbigner
The following patches should allow selection of conservative, powersave, and ondemand in the kernel configuration. William Heimbigner [EMAIL PROTECTED] diff -uprN -X linux-2.6.21-rc7-git6/Documentation/dontdiff linux-2.6.21-rc7-git6/drivers/cpufreq/Kconfig linux-2.6.21-rc7-git6-hwill/drivers/