From: rob.lee@linaro.org (Robert Lee)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH v2 0/2] Add common cpuidle code for consolidation.
Date: Wed, 14 Dec 2011 01:02:04 -0600 [thread overview]
Message-ID: <1323846126-7516-1-git-send-email-rob.lee@linaro.org> (raw)
Based on 3.2-rc4
Tested on i.MX51 Babbage Board
v1 can be found here:
http://comments.gmane.org/gmane.linux.ports.arm.kernel/142791
Changes since v1:
* Common interface moved to drivers/cpuidle and made non arch-specific.
* Made various fixes and suggested additions to the common cpuidle
code from v1 review.
* Added callback for filling in driver_data field as needed.
* Modified the various platforms with these changes.
Robert Lee (2):
cpuidle: Add common init interface and idle functionality
ARM: imx: Add mx5 cpuidle implmentation
arch/arm/mach-at91/cpuidle.c | 98 +++++++++---------------
arch/arm/mach-davinci/cpuidle.c | 143 ++++++++++-------------------------
arch/arm/mach-exynos/cpuidle.c | 73 +++---------------
arch/arm/mach-kirkwood/cpuidle.c | 94 ++++++++---------------
arch/arm/mach-mx5/Makefile | 3 +-
arch/arm/mach-mx5/clock-mx51-mx53.c | 3 +
arch/arm/mach-mx5/cpuidle.c | 65 ++++++++++++++++
arch/arm/mach-shmobile/cpuidle.c | 40 ++--------
drivers/cpuidle/Makefile | 2 +-
drivers/cpuidle/common.c | 124 ++++++++++++++++++++++++++++++
include/linux/cpuidle.h | 26 ++++++
11 files changed, 347 insertions(+), 324 deletions(-)
create mode 100644 arch/arm/mach-mx5/cpuidle.c
create mode 100644 drivers/cpuidle/common.c
next reply other threads:[~2011-12-14 7:02 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-14 7:02 Robert Lee [this message]
2011-12-14 7:02 ` [RFC PATCH v2 1/2] cpuidle: Add common init interface and idle functionality Robert Lee
2011-12-22 18:09 ` Mark Brown
2012-01-04 23:21 ` Rob Lee
2011-12-22 22:57 ` Rob Herring
2012-01-04 23:15 ` Rob Lee
2012-01-04 23:35 ` Turquette, Mike
2012-01-04 23:51 ` Rob Herring
2012-01-05 20:11 ` Turquette, Mike
2012-01-05 9:32 ` Russell King - ARM Linux
2012-01-05 16:42 ` Rob Lee
2011-12-14 7:02 ` [RFC PATCH v2 2/2] ARM: imx: Add mx5 cpuidle implmentation Robert Lee
2011-12-22 17:50 ` Mark Brown
2012-01-04 23:35 ` Rob Lee
2012-01-05 3:21 ` Shawn Guo
2012-01-05 5:55 ` Mark Brown
2012-01-06 21:10 ` Rob Lee
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=1323846126-7516-1-git-send-email-rob.lee@linaro.org \
--to=rob.lee@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).