All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: configs: Enable cpufreq-cpu0 for multi_v7_defconfig
@ 2014-08-31 12:09 Mark Brown
  2014-09-01  4:43 ` Viresh Kumar
  2014-09-01  9:41 ` Arnd Bergmann
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Brown @ 2014-08-31 12:09 UTC (permalink / raw)
  To: linux-arm-kernel

Many boards share the cpufreq-cpu0 driver meaning that if we enable it in
multi_v7_defconfig we can get a reasonable amount of functional utility for
systems and test coverage for a fairly small increase in kernel size.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 05c0e7c789df..9799e9d2e222 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -414,3 +414,5 @@ CONFIG_DEBUG_FS=y
 CONFIG_MAGIC_SYSRQ=y
 CONFIG_LOCKUP_DETECTOR=y
 CONFIG_CRYPTO_DEV_TEGRA_AES=y
+CONFIG_CPU_FREQ=y
+CONFIG_GENERIC_CPUFREQ_CPU0=y
-- 
2.1.0

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

* [PATCH] ARM: configs: Enable cpufreq-cpu0 for multi_v7_defconfig
  2014-08-31 12:09 [PATCH] ARM: configs: Enable cpufreq-cpu0 for multi_v7_defconfig Mark Brown
@ 2014-09-01  4:43 ` Viresh Kumar
  2014-09-04 20:10   ` Arnd Bergmann
  2014-09-01  9:41 ` Arnd Bergmann
  1 sibling, 1 reply; 5+ messages in thread
From: Viresh Kumar @ 2014-09-01  4:43 UTC (permalink / raw)
  To: linux-arm-kernel

On 31 August 2014 17:39, Mark Brown <broonie@kernel.org> wrote:
> Many boards share the cpufreq-cpu0 driver meaning that if we enable it in
> multi_v7_defconfig we can get a reasonable amount of functional utility for
> systems and test coverage for a fairly small increase in kernel size.
>
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>  arch/arm/configs/multi_v7_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 05c0e7c789df..9799e9d2e222 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -414,3 +414,5 @@ CONFIG_DEBUG_FS=y
>  CONFIG_MAGIC_SYSRQ=y
>  CONFIG_LOCKUP_DETECTOR=y
>  CONFIG_CRYPTO_DEV_TEGRA_AES=y
> +CONFIG_CPU_FREQ=y
> +CONFIG_GENERIC_CPUFREQ_CPU0=y

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

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

* [PATCH] ARM: configs: Enable cpufreq-cpu0 for multi_v7_defconfig
  2014-08-31 12:09 [PATCH] ARM: configs: Enable cpufreq-cpu0 for multi_v7_defconfig Mark Brown
  2014-09-01  4:43 ` Viresh Kumar
@ 2014-09-01  9:41 ` Arnd Bergmann
  2014-09-01 10:18   ` Mark Brown
  1 sibling, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2014-09-01  9:41 UTC (permalink / raw)
  To: linux-arm-kernel

On Sunday 31 August 2014 13:09:39 Mark Brown wrote:
> Many boards share the cpufreq-cpu0 driver meaning that if we enable it in
> multi_v7_defconfig we can get a reasonable amount of functional utility for
> systems and test coverage for a fairly small increase in kernel size.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> 

Do we need this in 3.17, or should it go in during the merge window?

	Arnd

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

* [PATCH] ARM: configs: Enable cpufreq-cpu0 for multi_v7_defconfig
  2014-09-01  9:41 ` Arnd Bergmann
@ 2014-09-01 10:18   ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2014-09-01 10:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Sep 01, 2014 at 11:41:01AM +0200, Arnd Bergmann wrote:
> On Sunday 31 August 2014 13:09:39 Mark Brown wrote:
> > Many boards share the cpufreq-cpu0 driver meaning that if we enable it in
> > multi_v7_defconfig we can get a reasonable amount of functional utility for
> > systems and test coverage for a fairly small increase in kernel size.

> > Signed-off-by: Mark Brown <broonie@kernel.org>

> Do we need this in 3.17, or should it go in during the merge window?

It's not a bug fix; it'd be nice to have it there from the point of view
of some testing I'm doing on the defconfig and it should be safe but
it's not a regression or anything.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140901/437d53ce/attachment.sig>

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

* [PATCH] ARM: configs: Enable cpufreq-cpu0 for multi_v7_defconfig
  2014-09-01  4:43 ` Viresh Kumar
@ 2014-09-04 20:10   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2014-09-04 20:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 01 September 2014, Viresh Kumar wrote:
> On 31 August 2014 17:39, Mark Brown <broonie@kernel.org> wrote:
> > Many boards share the cpufreq-cpu0 driver meaning that if we enable it in
> > multi_v7_defconfig we can get a reasonable amount of functional utility for
> > systems and test coverage for a fairly small increase in kernel size.
> >
> > Signed-off-by: Mark Brown <broonie@kernel.org>
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

Applied to next/defconfig, thanks!

	Arnd

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

end of thread, other threads:[~2014-09-04 20:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-31 12:09 [PATCH] ARM: configs: Enable cpufreq-cpu0 for multi_v7_defconfig Mark Brown
2014-09-01  4:43 ` Viresh Kumar
2014-09-04 20:10   ` Arnd Bergmann
2014-09-01  9:41 ` Arnd Bergmann
2014-09-01 10:18   ` Mark Brown

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.