All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: ux500: u8500_defconfig: add missing cpuidle option
@ 2013-09-30 11:36 ` Daniel Lezcano
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Lezcano @ 2013-09-30 11:36 UTC (permalink / raw)
  To: linus.walleij, olof; +Cc: linux-arm-kernel, linux-pm, patches

With the commit d3f2950f2adeea3da0317e952914b59adaa4cdb3, the option
ARM_U8500_CPUIDLE was added to the Kconfig but not reflected in the
default config file, hence the cpuidle driver is no longer enabled
since this commit.

Enable it again by adding the missing option in the default config file.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 arch/arm/configs/u8500_defconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index a0025dc..4bd93bf 100644
--- a/arch/arm/configs/u8500_defconfig
+++ b/arch/arm/configs/u8500_defconfig
@@ -20,6 +20,7 @@ CONFIG_CMDLINE="root=/dev/ram0 console=ttyAMA2,115200n8"
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
 CONFIG_CPU_IDLE=y
+CONFIG_ARM_U8500_CPUIDLE=y
 CONFIG_VFP=y
 CONFIG_NEON=y
 CONFIG_PM_RUNTIME=y
-- 
1.7.9.5


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

* [PATCH] ARM: ux500: u8500_defconfig: add missing cpuidle option
@ 2013-09-30 11:36 ` Daniel Lezcano
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Lezcano @ 2013-09-30 11:36 UTC (permalink / raw)
  To: linux-arm-kernel

With the commit d3f2950f2adeea3da0317e952914b59adaa4cdb3, the option
ARM_U8500_CPUIDLE was added to the Kconfig but not reflected in the
default config file, hence the cpuidle driver is no longer enabled
since this commit.

Enable it again by adding the missing option in the default config file.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 arch/arm/configs/u8500_defconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
index a0025dc..4bd93bf 100644
--- a/arch/arm/configs/u8500_defconfig
+++ b/arch/arm/configs/u8500_defconfig
@@ -20,6 +20,7 @@ CONFIG_CMDLINE="root=/dev/ram0 console=ttyAMA2,115200n8"
 CONFIG_CPU_FREQ=y
 CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
 CONFIG_CPU_IDLE=y
+CONFIG_ARM_U8500_CPUIDLE=y
 CONFIG_VFP=y
 CONFIG_NEON=y
 CONFIG_PM_RUNTIME=y
-- 
1.7.9.5

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

* Re: [PATCH] ARM: ux500: u8500_defconfig: add missing cpuidle option
  2013-09-30 11:36 ` Daniel Lezcano
@ 2013-10-07 14:52   ` Daniel Lezcano
  -1 siblings, 0 replies; 6+ messages in thread
From: Daniel Lezcano @ 2013-10-07 14:52 UTC (permalink / raw)
  To: linus.walleij, olof; +Cc: linux-arm-kernel, linux-pm, patches

On 09/30/2013 01:36 PM, Daniel Lezcano wrote:
> With the commit d3f2950f2adeea3da0317e952914b59adaa4cdb3, the option
> ARM_U8500_CPUIDLE was added to the Kconfig but not reflected in the
> default config file, hence the cpuidle driver is no longer enabled
> since this commit.
>
> Enable it again by adding the missing option in the default config file.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
> ---

Hi Olof, Linus,

any comment on this patch ? Are you willing to pick it in your tree ?

Thanks
   -- Daniel

>   arch/arm/configs/u8500_defconfig |    1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
> index a0025dc..4bd93bf 100644
> --- a/arch/arm/configs/u8500_defconfig
> +++ b/arch/arm/configs/u8500_defconfig
> @@ -20,6 +20,7 @@ CONFIG_CMDLINE="root=/dev/ram0 console=ttyAMA2,115200n8"
>   CONFIG_CPU_FREQ=y
>   CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
>   CONFIG_CPU_IDLE=y
> +CONFIG_ARM_U8500_CPUIDLE=y
>   CONFIG_VFP=y
>   CONFIG_NEON=y
>   CONFIG_PM_RUNTIME=y
>


-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

* [PATCH] ARM: ux500: u8500_defconfig: add missing cpuidle option
@ 2013-10-07 14:52   ` Daniel Lezcano
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Lezcano @ 2013-10-07 14:52 UTC (permalink / raw)
  To: linux-arm-kernel

On 09/30/2013 01:36 PM, Daniel Lezcano wrote:
> With the commit d3f2950f2adeea3da0317e952914b59adaa4cdb3, the option
> ARM_U8500_CPUIDLE was added to the Kconfig but not reflected in the
> default config file, hence the cpuidle driver is no longer enabled
> since this commit.
>
> Enable it again by adding the missing option in the default config file.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
> ---

Hi Olof, Linus,

any comment on this patch ? Are you willing to pick it in your tree ?

Thanks
   -- Daniel

>   arch/arm/configs/u8500_defconfig |    1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig
> index a0025dc..4bd93bf 100644
> --- a/arch/arm/configs/u8500_defconfig
> +++ b/arch/arm/configs/u8500_defconfig
> @@ -20,6 +20,7 @@ CONFIG_CMDLINE="root=/dev/ram0 console=ttyAMA2,115200n8"
>   CONFIG_CPU_FREQ=y
>   CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
>   CONFIG_CPU_IDLE=y
> +CONFIG_ARM_U8500_CPUIDLE=y
>   CONFIG_VFP=y
>   CONFIG_NEON=y
>   CONFIG_PM_RUNTIME=y
>


-- 
  <http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

* Re: [PATCH] ARM: ux500: u8500_defconfig: add missing cpuidle option
  2013-09-30 11:36 ` Daniel Lezcano
@ 2013-10-14  9:10   ` Linus Walleij
  -1 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2013-10-14  9:10 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Olof Johansson, linux-arm-kernel@lists.infradead.org,
	linux-pm@vger.kernel.org, patches

On Mon, Sep 30, 2013 at 1:36 PM, Daniel Lezcano
<daniel.lezcano@linaro.org> wrote:

> With the commit d3f2950f2adeea3da0317e952914b59adaa4cdb3, the option
> ARM_U8500_CPUIDLE was added to the Kconfig but not reflected in the
> default config file, hence the cpuidle driver is no longer enabled
> since this commit.
>
> Enable it again by adding the missing option in the default config file.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

Patch applied. Sorry for taking so long...

Yours,
Linus Walleij

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

* [PATCH] ARM: ux500: u8500_defconfig: add missing cpuidle option
@ 2013-10-14  9:10   ` Linus Walleij
  0 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2013-10-14  9:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Sep 30, 2013 at 1:36 PM, Daniel Lezcano
<daniel.lezcano@linaro.org> wrote:

> With the commit d3f2950f2adeea3da0317e952914b59adaa4cdb3, the option
> ARM_U8500_CPUIDLE was added to the Kconfig but not reflected in the
> default config file, hence the cpuidle driver is no longer enabled
> since this commit.
>
> Enable it again by adding the missing option in the default config file.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

Patch applied. Sorry for taking so long...

Yours,
Linus Walleij

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

end of thread, other threads:[~2013-10-14  9:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30 11:36 [PATCH] ARM: ux500: u8500_defconfig: add missing cpuidle option Daniel Lezcano
2013-09-30 11:36 ` Daniel Lezcano
2013-10-07 14:52 ` Daniel Lezcano
2013-10-07 14:52   ` Daniel Lezcano
2013-10-14  9:10 ` Linus Walleij
2013-10-14  9:10   ` Linus Walleij

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.