All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq: rename references to CPU_FREQ_SA11x0
@ 2013-05-13  9:23 Paul Bolle
  2013-05-13  9:28 ` Viresh Kumar
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Bolle @ 2013-05-13  9:23 UTC (permalink / raw)
  To: Rafael J. Wysocki, Viresh Kumar
  Cc: Arnd Bergmann, cpufreq, linux-pm, linux-kernel

The Kconfig symbols CPU_FREQ_SA1100 and CPU_FREQ_SA1110 were renamed in
commit 59a2e613d0 ("cpufreq: sa11x0: move cpufreq driver to
drivers/cpufreq"). Rename the last references to those symbols too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested.

 drivers/cpufreq/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index a1488f5..534fcb8 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -47,7 +47,7 @@ config CPU_FREQ_STAT_DETAILS
 
 choice
 	prompt "Default CPUFreq governor"
-	default CPU_FREQ_DEFAULT_GOV_USERSPACE if CPU_FREQ_SA1100 || CPU_FREQ_SA1110
+	default CPU_FREQ_DEFAULT_GOV_USERSPACE if ARM_SA1100_CPUFREQ || ARM_SA1110_CPUFREQ
 	default CPU_FREQ_DEFAULT_GOV_PERFORMANCE
 	help
 	  This option sets which CPUFreq governor shall be loaded at
-- 
1.7.11.7


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] cpufreq: rename references to CPU_FREQ_SA11x0
  2013-05-13  9:23 [PATCH] cpufreq: rename references to CPU_FREQ_SA11x0 Paul Bolle
@ 2013-05-13  9:28 ` Viresh Kumar
  2013-05-13  9:32   ` Paul Bolle
  0 siblings, 1 reply; 6+ messages in thread
From: Viresh Kumar @ 2013-05-13  9:28 UTC (permalink / raw)
  To: Paul Bolle
  Cc: Rafael J. Wysocki, Arnd Bergmann, cpufreq, linux-pm, linux-kernel

On 13 May 2013 14:53, Paul Bolle <pebolle@tiscali.nl> wrote:
> The Kconfig symbols CPU_FREQ_SA1100 and CPU_FREQ_SA1110 were renamed in
> commit 59a2e613d0 ("cpufreq: sa11x0: move cpufreq driver to
> drivers/cpufreq"). Rename the last references to those symbols too.
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> Untested.
>
>  drivers/cpufreq/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
> index a1488f5..534fcb8 100644
> --- a/drivers/cpufreq/Kconfig
> +++ b/drivers/cpufreq/Kconfig
> @@ -47,7 +47,7 @@ config CPU_FREQ_STAT_DETAILS
>
>  choice
>         prompt "Default CPUFreq governor"
> -       default CPU_FREQ_DEFAULT_GOV_USERSPACE if CPU_FREQ_SA1100 || CPU_FREQ_SA1110
> +       default CPU_FREQ_DEFAULT_GOV_USERSPACE if ARM_SA1100_CPUFREQ || ARM_SA1110_CPUFREQ
>         default CPU_FREQ_DEFAULT_GOV_PERFORMANCE
>         help
>           This option sets which CPUFreq governor shall be loaded at

Already Acked.

http://www.spinics.net/lists/arm-kernel/msg242828.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] cpufreq: rename references to CPU_FREQ_SA11x0
  2013-05-13  9:28 ` Viresh Kumar
@ 2013-05-13  9:32   ` Paul Bolle
  2013-05-13 11:52     ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Bolle @ 2013-05-13  9:32 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: Rafael J. Wysocki, Arnd Bergmann, cpufreq, linux-pm, linux-kernel

On Mon, 2013-05-13 at 14:58 +0530, Viresh Kumar wrote:
> Already Acked.
> 
> http://www.spinics.net/lists/arm-kernel/msg242828.html

I see. Thanks!


Paul Bolle


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] cpufreq: rename references to CPU_FREQ_SA11x0
  2013-05-13  9:32   ` Paul Bolle
@ 2013-05-13 11:52     ` Rafael J. Wysocki
  2013-05-13 16:42       ` Viresh Kumar
  0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2013-05-13 11:52 UTC (permalink / raw)
  To: Paul Bolle; +Cc: Viresh Kumar, Arnd Bergmann, cpufreq, linux-pm, linux-kernel

On Monday, May 13, 2013 11:32:22 AM Paul Bolle wrote:
> On Mon, 2013-05-13 at 14:58 +0530, Viresh Kumar wrote:
> > Already Acked.
> > 
> > http://www.spinics.net/lists/arm-kernel/msg242828.html
> 
> I see. Thanks!

And applied too (see current linux-next).

Thanks,
Rafael


-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] cpufreq: rename references to CPU_FREQ_SA11x0
  2013-05-13 11:52     ` Rafael J. Wysocki
@ 2013-05-13 16:42       ` Viresh Kumar
  2013-05-13 23:13         ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Viresh Kumar @ 2013-05-13 16:42 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Paul Bolle, Arnd Bergmann, cpufreq, linux-pm, linux-kernel

On 13 May 2013 17:22, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> On Monday, May 13, 2013 11:32:22 AM Paul Bolle wrote:
>> On Mon, 2013-05-13 at 14:58 +0530, Viresh Kumar wrote:
>> > Already Acked.
>> >
>> > http://www.spinics.net/lists/arm-kernel/msg242828.html
>>
>> I see. Thanks!
>
> And applied too (see current linux-next).

I don't know for what you queued it up? But it must go in rc2.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] cpufreq: rename references to CPU_FREQ_SA11x0
  2013-05-13 16:42       ` Viresh Kumar
@ 2013-05-13 23:13         ` Rafael J. Wysocki
  0 siblings, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2013-05-13 23:13 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Paul Bolle, Arnd Bergmann, cpufreq, linux-pm, linux-kernel

On Monday, May 13, 2013 10:12:06 PM Viresh Kumar wrote:
> On 13 May 2013 17:22, Rafael J. Wysocki <rjw@sisk.pl> wrote:
> > On Monday, May 13, 2013 11:32:22 AM Paul Bolle wrote:
> >> On Mon, 2013-05-13 at 14:58 +0530, Viresh Kumar wrote:
> >> > Already Acked.
> >> >
> >> > http://www.spinics.net/lists/arm-kernel/msg242828.html
> >>
> >> I see. Thanks!
> >
> > And applied too (see current linux-next).
> 
> I don't know for what you queued it up? But it must go in rc2.

Well, "must" it's probably a bit overstated, but that's the plan.

Thanks,
Rafael


-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-05-13 23:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-13  9:23 [PATCH] cpufreq: rename references to CPU_FREQ_SA11x0 Paul Bolle
2013-05-13  9:28 ` Viresh Kumar
2013-05-13  9:32   ` Paul Bolle
2013-05-13 11:52     ` Rafael J. Wysocki
2013-05-13 16:42       ` Viresh Kumar
2013-05-13 23:13         ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.