From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V6 0/5] ARM: exynos4210: Add l2 retention mode cpuidle state
Date: Tue, 21 Feb 2012 20:11:48 +0900 [thread overview]
Message-ID: <00b101ccf089$9af75cf0$d0e616d0$%kim@samsung.com> (raw)
In-Reply-To: <1329805190-8874-1-git-send-email-amit.kachhap@linaro.org>
Amit Daniel Kachhap wrote:
>
> Changes since V5:
> *Rebased the patchset against kernel 3.3-rc4
> *Added correct flag for exynos4210 evt1 based board
> *Removed CONFIG_OF from l2 cache configuration as suggested by
> Olof Johansson <olof@lixom.net>
>
> Changes since V4:
> *Rebased the patchset against for-next of samsung kernel tree.
> *Added Tushar suggestion of putting a check if L2 cache dt node not found.
> *Added Inder suggestion of removing the BUG_ON check in cpuidle driver.
>
> Changes since V3:
> *Implemented Russell feedback and moved sleep magic 4byte memory before
> s3c_cpu_resume to data section.
>
> Changes since V2:
> *Implemented the suggestion of MyungJoo Ham and used INFORM0/1
> registers for resume for some board versions.
> *Added back save/restore through CPU PM notifiers as suggested by
> Lorenzo Pieralisi. This is useful to restore vfp state.
> *some patch modularization (s5p/exynos) and proper commit logs.
>
> Changes since V1:
> *rebased the whole patch against 3.2-rc1 tree
> *removed GIC save/restore in AFTR cpuidle state as it is external
> to cpu powerdomain
> *Added L2 setup code through device tree
> *Removed only l2 save/restore registers in sleep
>
> This Patch series adds support for AFTR mode cpuidle state based on
> patch (http://www.spinics.net/lists/arm-kernel/msg132243.html) earlier
> submitted by Jaecheol Lee <jc.lee@samsung.com>.
>
> This patch uses CPU PM notifiers , common l2 save/restore and
> new cpu_suspend/resume interfaces and is based on the tip of
> master branch of kernel.org tree(v3.3-rc4)
>
> Amit Daniel Kachhap (5):
> ARM: exynos: Add support AFTR mode on EXYNOS4210
> ARM: s5p: add L2 early resume code
> ARM: exynos: save L2 settings during bootup
> ARM: exynos: remove useless code to save/restore L2
> ARM: exynos: Enable l2 configuration through device tree
>
> arch/arm/mach-exynos/common.c | 53 +++++++++---
> arch/arm/mach-exynos/cpuidle.c | 147
> ++++++++++++++++++++++++++++++-
> arch/arm/mach-exynos/include/mach/pmu.h | 2 +
> arch/arm/mach-exynos/pm.c | 15 ---
> arch/arm/plat-s5p/sleep.S | 44 ++++++++--
> 5 files changed, 225 insertions(+), 36 deletions(-)
Cc'ed Jaecheol Lee and Rob Lee.
OK, looks ok to me and I got the report this works fine on SMDKV310 from
Jaecheol Lee.
I will apply this whole series for v3.4, but I'm not sure how conflicts will
happen with common cpuidle. Let me check it.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
prev parent reply other threads:[~2012-02-21 11:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-21 6:19 [PATCH V6 0/5] ARM: exynos4210: Add l2 retention mode cpuidle state Amit Daniel Kachhap
2012-02-21 6:19 ` [PATCH V6 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210 Amit Daniel Kachhap
2012-02-21 6:49 ` Tushar Behera
2012-02-21 11:12 ` Kukjin Kim
2012-02-23 6:24 ` Rob Lee
2012-02-23 11:49 ` Amit Kachhap
2012-03-07 23:12 ` Rob Lee
2012-03-08 9:57 ` Kukjin Kim
2012-03-09 15:34 ` Kukjin Kim
2012-02-21 6:19 ` [PATCH V6 2/5] ARM: s5p: add L2 early resume code Amit Daniel Kachhap
2012-02-21 6:19 ` [PATCH V6 3/5] ARM: exynos: save L2 settings during bootup Amit Daniel Kachhap
2012-02-21 6:19 ` [PATCH V6 4/5] ARM: exynos: remove useless code to save/restore L2 Amit Daniel Kachhap
2012-02-21 6:19 ` [PATCH V6 5/5] ARM: exynos: Enable l2 configuration through device tree Amit Daniel Kachhap
2012-02-21 11:11 ` Kukjin Kim [this message]
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='00b101ccf089$9af75cf0$d0e616d0$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--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).