Re: [PATCH 4/9] ia64: cpufreq: move cpufreq driver to drivers/cpufreq

2013-04-03 Thread Tony Luck
On Mon, Apr 1, 2013 at 5:49 PM, Viresh Kumar wrote: > For now, your Ack will work :) Acked-by: Tony Luck -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.

Re: [PATCH 4/9] ia64: cpufreq: move cpufreq driver to drivers/cpufreq

2013-04-01 Thread Viresh Kumar
On 2 April 2013 02:52, Tony Luck wrote: > [Repost in plain text so the lists don't bounce it - curse you Gmail > for switching to HTML] Just to let others know how you fixed it: Above the compose area there is a small button (or whatever you call it) which can show "Rich Formatting" or "plain tex

Re: [PATCH 4/9] ia64: cpufreq: move cpufreq driver to drivers/cpufreq

2013-04-01 Thread Tony Luck
[Repost in plain text so the lists don't bounce it - curse you Gmail for switching to HTML] > Any comments on this patch? This part looks OK ... But is there a big finish later in the patch series where you unify some/all of the cpufreq code across architectures? By itself just moving bits from

Re: [PATCH 4/9] ia64: cpufreq: move cpufreq driver to drivers/cpufreq

2013-03-31 Thread Viresh Kumar
On 30 March 2013 15:21, Viresh Kumar wrote: > Fixup: > > commit 509bc3c30aff65045918f69f750d8845f004cc0a > Author: Viresh Kumar > Date: Sat Mar 30 15:20:41 2013 +0530 > > fixup! ia64: cpufreq: move cpufreq driver to drivers/cpufreq > --- > arch/ia64/Kconfig | 1 + > 1 file changed, 1 inse

Re: [PATCH 4/9] ia64: cpufreq: move cpufreq driver to drivers/cpufreq

2013-03-30 Thread Viresh Kumar
On 25 March 2013 22:24, Viresh Kumar wrote: > diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig > index 9a02f71..dd59848 100644 > --- a/arch/ia64/Kconfig > +++ b/arch/ia64/Kconfig > @@ -591,9 +591,8 @@ source "kernel/power/Kconfig" > source "drivers/acpi/Kconfig" > > if PM > - > -source "arch/i

[PATCH 4/9] ia64: cpufreq: move cpufreq driver to drivers/cpufreq

2013-03-25 Thread Viresh Kumar
This patch moves cpufreq driver of IA64 architecture to drivers/cpufreq. Cc: Tony Luck Cc: Fenghua Yu Cc: linux-i...@vger.kernel.org Signed-off-by: Viresh Kumar --- arch/ia64/Kconfig | 5 ++-- arch/ia64/kernel/Makefile | 1 - arch/ia6