From: amit.kachhap@linaro.org (Amit Daniel Kachhap)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 0/4] ARM: EXYNOS4: Use cpuidle common save/restore framework code
Date: Fri, 19 Aug 2011 18:39:00 +0530 [thread overview]
Message-ID: <1313759340-31319-1-git-send-email-amit.kachhap@linaro.org> (raw)
These patch adds support for samsung exynos4 platform cpuidle driver to use
the common cpuidle framework submitted earlier by Lorenzo Pieralisi. Basically
a single interface cpu_enter_idle takes care of saving and restoring single
cpu or whole cluster information. The link to the framework patchset is,
http://www.spinics.net/lists/arm-kernel/msg132044.html
Description of patches in this list:
1)Patch (ARM: kernel: Some fixes in save/restore common code) adds some
essential fixes for the common save/restore to work on exynos4 platform.
2)Patch (ARM: EXYNOS4: Fix to work with origen boards) adds a fix for
extracting chip revision number.
3)Patch (ARM: EXYNOS4: Add support AFTR mode cpuidle state on EXYNOS4210)
rebases the L2 retention C state cpuidle driver submitted earlier by
Jaecheol Lee.
4)Patch (Modify cpuidle code to adapt to save/restore common code) uses the
generic infrastructure to enter and exit from the retention idle state.
All these codes have been tested on Samsung ORIGEN board against the tree
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git for-next.
Amit Daniel Kachhap (4):
ARM: kernel: Some fixes in save/restore common code.
ARM: EXYNOS4: Fix to work with origen boards.
ARM: EXYNOS4: Add support AFTR mode cpuidle state on EXYNOS4210
ARM: EXYNOS4: Modify cpuidle code to adapt to save/restore common
code
arch/arm/Kconfig | 1 +
arch/arm/common/gic.c | 1 -
arch/arm/kernel/sr_helpers.h | 2 +-
arch/arm/mach-exynos4/cpu.c | 10 ++
arch/arm/mach-exynos4/cpuidle.c | 150 +++++++++++++++++++++++++++++-
arch/arm/mach-exynos4/include/mach/pmu.h | 1 -
arch/arm/mm/cache-l2x0.c | 10 ++-
arch/arm/plat-s5p/include/plat/exynos4.h | 1 +
8 files changed, 169 insertions(+), 7 deletions(-)
next reply other threads:[~2011-08-19 13:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-19 13:09 Amit Daniel Kachhap [this message]
2011-08-19 13:09 ` [RFC PATCH 1/4] ARM: kernel: Small fixes in save/restore common code Amit Daniel Kachhap
2011-08-19 14:33 ` Amit Kucheria
2011-08-26 15:56 ` Lorenzo Pieralisi
2011-08-19 13:09 ` [RFC PATCH 2/4] ARM: EXYNOS4: Fix to work with origen boards Amit Daniel Kachhap
2011-08-19 13:59 ` Kyungmin Park
2011-08-22 17:01 ` Amit Kachhap
2011-08-19 13:09 ` [RFC PATCH 3/4] ARM: EXYNOS4: Add support AFTR mode cpuidle state on EXYNOS4210 Amit Daniel Kachhap
2011-08-21 17:18 ` Russell King - ARM Linux
2011-08-22 16:55 ` Amit Kachhap
2011-08-19 13:10 ` [RFC PATCH 4/4] ARM: EXYNOS4: Modify cpuidle code to adapt to save/restore common code Amit Daniel 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=1313759340-31319-1-git-send-email-amit.kachhap@linaro.org \
--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).