Re: [PATCH REPOST v5 1/3] powernv, cpufreq: Select CPUFreq related Kconfig options for powernv

2014-04-02 Thread Benjamin Herrenschmidt
On Wed, 2014-04-02 at 13:03 +0200, Rafael J. Wysocki wrote: > > To be honest pretty urgent. It's a new drop-in driver so it > shouldn't > > be a huge deal. > > > > We have distros really waiting for this to hit upstream... But I'll > > leave that decision to you :-) > > Well, I've already sent a

Re: [PATCH REPOST v5 1/3] powernv, cpufreq: Select CPUFreq related Kconfig options for powernv

2014-04-02 Thread Rafael J. Wysocki
On Wednesday, April 02, 2014 03:23:28 PM Benjamin Herrenschmidt wrote: > On Wed, 2014-04-02 at 00:03 +0200, Rafael J. Wysocki wrote: > > > Rafael, are you going to take these or should I send them to Linus ? > > > > > > (I'd rather you take them :-) > > > > I can do that, but the timing is pretty

Re: [PATCH REPOST v5 1/3] powernv, cpufreq: Select CPUFreq related Kconfig options for powernv

2014-04-01 Thread Benjamin Herrenschmidt
On Wed, 2014-04-02 at 00:03 +0200, Rafael J. Wysocki wrote: > > Rafael, are you going to take these or should I send them to Linus ? > > > > (I'd rather you take them :-) > > I can do that, but the timing is pretty bad. How urgent are they? To be honest pretty urgent. It's a new drop-in driver

Re: [PATCH REPOST v5 1/3] powernv, cpufreq: Select CPUFreq related Kconfig options for powernv

2014-04-01 Thread Rafael J. Wysocki
On Tuesday, April 01, 2014 08:46:49 PM Benjamin Herrenschmidt wrote: > On Tue, 2014-04-01 at 12:43 +0530, Gautham R. Shenoy wrote: > > From: "Gautham R. Shenoy" > > > > Enable CPUFreq for PowerNV. Select "performance", "powersave", > > "userspace" and "ondemand" governors. Choose "ondemand" to be

Re: [PATCH REPOST v5 1/3] powernv, cpufreq: Select CPUFreq related Kconfig options for powernv

2014-04-01 Thread Benjamin Herrenschmidt
On Tue, 2014-04-01 at 12:43 +0530, Gautham R. Shenoy wrote: > From: "Gautham R. Shenoy" > > Enable CPUFreq for PowerNV. Select "performance", "powersave", > "userspace" and "ondemand" governors. Choose "ondemand" to be the > default governor. Rafael, are you going to take these or should I send

[PATCH REPOST v5 1/3] powernv, cpufreq: Select CPUFreq related Kconfig options for powernv

2014-04-01 Thread Gautham R. Shenoy
From: "Gautham R. Shenoy" Enable CPUFreq for PowerNV. Select "performance", "powersave", "userspace" and "ondemand" governors. Choose "ondemand" to be the default governor. Signed-off-by: Gautham R. Shenoy Signed-off-by: Srivatsa S. Bhat --- arch/powerpc/configs/pseries_defconfig| 1 + ar