From: amit.kachhap@linaro.org (amit kachhap)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V4 0/5] ARM: exynos: Add l2 retention mode cpuidle state
Date: Tue, 3 Jan 2012 11:52:26 +0530 [thread overview]
Message-ID: <CADGdYn7ZU5xiDvOLMR4wVHEWtF-2p86jNZFCOXMV6PrZXuLWbQ@mail.gmail.com> (raw)
In-Reply-To: <1323083172-14096-1-git-send-email-amit.kachhap@linaro.org>
Hi Mr kim,
All the comments have been addressed for the Exynos cpu idle patchset.
The updated patchset was posted about one month back and there have
been no further comments on the patchset since then.
As this patchset seems to be stable now, do you think these these
patches can merged in this 3.3 merge window? Kindly let me know your
opinion.
Thanks,
Amit Daniel
On Mon, Dec 5, 2011 at 4:36 PM, Amit Daniel Kachhap
<amit.kachhap@linaro.org> wrote:
> 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
> for-next branch of samsung tree.
> (git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git for-next).
>
> Amit Daniel Kachhap (5):
> ?ARM: exynos: Add support AFTR mode on EXYNOS4210
> ?ARM: exynos: save L2 settings during bootup
> ?ARM: s5p: add L2 early resume code
> ?ARM: exynos: remove useless code to save/restore L2
> ?ARM: exynos: Enable l2 configuration through device tree
>
> ?arch/arm/mach-exynos/cpu.c ? ? ? ? ? ? ?| ? 60 +++++++++---
> ?arch/arm/mach-exynos/cpuidle.c ? ? ? ? ?| ?152 ++++++++++++++++++++++++++++++-
> ?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, 233 insertions(+), 40 deletions(-)
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2012-01-03 6:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-05 11:06 [PATCH V4 0/5] ARM: exynos: Add l2 retention mode cpuidle state Amit Daniel Kachhap
2011-12-05 11:06 ` [PATCH V4 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210 Amit Daniel Kachhap
2011-12-05 11:06 ` [PATCH V4 2/5] ARM: exynos: save L2 settings during bootup Amit Daniel Kachhap
2011-12-05 11:06 ` [PATCH V4 3/5] ARM: s5p: add L2 early resume code Amit Daniel Kachhap
2011-12-05 11:06 ` [PATCH V4 4/5] ARM: exynos: remove useless code to save/restore L2 Amit Daniel Kachhap
2011-12-05 11:06 ` [PATCH V4 5/5] ARM: exynos: Enable l2 configuration through device tree Amit Daniel Kachhap
2012-01-03 6:22 ` amit kachhap [this message]
2012-01-03 13:22 ` [PATCH V4 0/5] ARM: exynos: Add l2 retention mode cpuidle state Kukjin Kim
2012-01-05 4: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=CADGdYn7ZU5xiDvOLMR4wVHEWtF-2p86jNZFCOXMV6PrZXuLWbQ@mail.gmail.com \
--to=amit.kachhap@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).