From: tushar.behera@linaro.org (Tushar Behera)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V5 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210
Date: Wed, 01 Feb 2012 17:07:30 +0530 [thread overview]
Message-ID: <4F2923FA.8080301@linaro.org> (raw)
In-Reply-To: <1325737525-12869-2-git-send-email-amit.kachhap@linaro.org>
Hi Amit,
On 01/05/2012 09:55 AM, Amit Daniel Kachhap wrote:
> This patch adds support AFTR(ARM OFF TOP RUNNING) mode in
> cpuidle driver. L2 cache keeps their data in this mode.
> This patch ports the code to the latest interfaces to
> save/restore CPU state inclusive of CPU PM notifiers, l2
> resume and cpu_suspend/resume.
>
> Signed-off-by: Jaecheol Lee <jc.lee@samsung.com>
> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> Signed-off-by: Amit Daniel Kachhap <amit.kachhap@linaro.org>
> ---
> arch/arm/mach-exynos/cpuidle.c | 149 ++++++++++++++++++++++++++++++-
> arch/arm/mach-exynos/include/mach/pmu.h | 2 +
> 2 files changed, 148 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/cpuidle.c b/arch/arm/mach-exynos/cpuidle.c
-- snip --
> +static int exynos4_enter_core0_aftr(struct cpuidle_device *dev,
> + struct cpuidle_driver *drv,
> + int index)
> +{
-- snip --
> +
> + scu_enable(S5P_VA_SCU);
#ifdef CONFIG_SMP
scu_enable(S5P_VA_SCU);
#endif
This is required when compiling without SMP support.
--
Tushar Behera
next prev parent reply other threads:[~2012-02-01 11:37 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-05 4:25 [PATCH V5 0/5] ARM: exynos: Add l2 retention mode cpuidle state Amit Daniel Kachhap
2012-01-05 4:25 ` [PATCH V5 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210 Amit Daniel Kachhap
2012-02-01 11:37 ` Tushar Behera [this message]
2012-01-05 4:25 ` [PATCH V5 2/5] ARM: s5p: add L2 early resume code Amit Daniel Kachhap
2012-01-05 4:25 ` [PATCH V5 3/5] ARM: exynos: save L2 settings during bootup Amit Daniel Kachhap
2012-01-05 4:25 ` [PATCH V5 4/5] ARM: exynos: remove useless code to save/restore L2 Amit Daniel Kachhap
2012-01-05 4:25 ` [PATCH V5 5/5] ARM: exynos: Enable l2 configuration through device tree Amit Daniel Kachhap
2012-01-05 4:36 ` Olof Johansson
2012-01-05 6:26 ` Amit Kachhap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F2923FA.8080301@linaro.org \
--to=tushar.behera@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).