[PATCH 2/6] cpuidle: calxeda: add cpu_pm_enter/exit calls
Daniel Lezcano
daniel.lezcano at linaro.org
Fri Sep 27 04:45:38 EDT 2013
On 09/27/2013 04:24 AM, Rob Herring wrote:
> From: Rob Herring <rob.herring at calxeda.com>
>
> Wnen powergating the core, we need to call cpu pm notifiers to save VFP
> state (!SMP only) and resetting the breakpoint h/w.
>
> Signed-off-by: Rob Herring <rob.herring at calxeda.com>
> Cc: "Rafael J. Wysocki" <rjw at sisk.pl>
> Cc: Daniel Lezcano <daniel.lezcano at linaro.org>
> Cc: linux-pm at vger.kernel.org
Acked-by: Daniel Lezcano <daniel.lezcano at linaro.org>
Shouldn't this patch be the first in the series ?
> ---
> drivers/cpuidle/cpuidle-calxeda.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/cpuidle/cpuidle-calxeda.c b/drivers/cpuidle/cpuidle-calxeda.c
> index 01cfecf3..b04767a 100644
> --- a/drivers/cpuidle/cpuidle-calxeda.c
> +++ b/drivers/cpuidle/cpuidle-calxeda.c
> @@ -21,6 +21,7 @@
> */
>
> #include <linux/cpuidle.h>
> +#include <linux/cpu_pm.h>
> #include <linux/init.h>
> #include <linux/of.h>
> #include <asm/cpuidle.h>
> @@ -39,7 +40,10 @@ static int calxeda_pwrdown_idle(struct cpuidle_device *dev,
> struct cpuidle_driver *drv,
> int index)
> {
> + cpu_pm_enter();
> cpu_suspend(0, calxeda_idle_finish);
> + cpu_pm_exit();
> +
> return index;
> }
>
>
--
<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
More information about the linux-arm-kernel
mailing list