All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add imx cpuidle
@ 2012-05-02  2:12 ` Robert Lee
  0 siblings, 0 replies; 36+ messages in thread
From: Robert Lee @ 2012-05-02  2:12 UTC (permalink / raw)
  To: kernel
  Cc: shawn.guo, amit.kucheria, daniel.lezcano, linux-arm-kernel,
	linux-kernel, linaro-dev, patches, jj

Add common imx cpuidle initialization functionality and add a i.MX5 and i.MX6Q
platform cpuidle implementation.

Based on v3.4-rc5 plus recently submitted device tree late_initcall patch:
 http://www.spinics.net/lists/arm-kernel/msg171620.html

Changes since v1:
 * Removed some unnecessary  spaces
 * Added return value for an error message
 * Reworked init scheme to use device tree late_initcall.
 * Moved imx6q and imx5 cpuidle functionality to existing files.

Robert Lee (3):
  ARM: imx: Add common imx cpuidle init functionality.
  ARM: imx: Add imx5 cpuidle driver
  ARM: imx: Add imx6q cpuidle driver

 arch/arm/mach-imx/cpuidle-imx6q.c        |   33 ++++++++++++
 arch/arm/mach-imx/mach-imx6q.c           |   18 +++++++
 arch/arm/mach-imx/mm-imx5.c              |   42 ++++++++++++++--
 arch/arm/plat-mxc/Makefile               |    1 +
 arch/arm/plat-mxc/cpuidle.c              |   80 ++++++++++++++++++++++++++++++
 arch/arm/plat-mxc/include/mach/cpuidle.h |   22 ++++++++
 6 files changed, 193 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/mach-imx/cpuidle-imx6q.c
 create mode 100644 arch/arm/plat-mxc/cpuidle.c
 create mode 100644 arch/arm/plat-mxc/include/mach/cpuidle.h

-- 
1.7.10


^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2012-05-03  6:40 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-02  2:12 [PATCH v2 0/3] Add imx cpuidle Robert Lee
2012-05-02  2:12 ` Robert Lee
2012-05-02  2:12 ` [PATCH v2 1/3] ARM: imx: Add common imx cpuidle init functionality Robert Lee
2012-05-02  2:12   ` Robert Lee
2012-05-02  3:13   ` Shawn Guo
2012-05-02  3:13     ` Shawn Guo
2012-05-02 13:59     ` Rob Lee
2012-05-02 13:59       ` Rob Lee
2012-05-02 14:07       ` Shawn Guo
2012-05-02 14:07         ` Shawn Guo
2012-05-02 14:09         ` Rob Lee
2012-05-02 14:09           ` Rob Lee
2012-05-02  7:27   ` Sascha Hauer
2012-05-02  7:27     ` Sascha Hauer
2012-05-02 19:16     ` Rob Lee
2012-05-02 19:16       ` Rob Lee
2012-05-02 20:21       ` Sascha Hauer
2012-05-02 20:21         ` Sascha Hauer
2012-05-02  2:12 ` [PATCH v2 2/3] ARM: imx: Add imx5 cpuidle driver Robert Lee
2012-05-02  2:12   ` Robert Lee
2012-05-02  7:33   ` Sascha Hauer
2012-05-02  7:33     ` Sascha Hauer
2012-05-02 20:11     ` Rob Lee
2012-05-02 20:11       ` Rob Lee
2012-05-03  6:39       ` Sascha Hauer
2012-05-03  6:39         ` Sascha Hauer
2012-05-02  2:12 ` [PATCH v2 3/3] ARM: imx: Add imx6q " Robert Lee
2012-05-02  2:12   ` Robert Lee
2012-05-02  3:23   ` Shawn Guo
2012-05-02  3:23     ` Shawn Guo
2012-05-02 13:50     ` Rob Lee
2012-05-02 13:50       ` Rob Lee
2012-05-02 13:53       ` Shawn Guo
2012-05-02 13:53         ` Shawn Guo
2012-05-02  3:03 ` [PATCH v2 0/3] Add imx cpuidle Shawn Guo
2012-05-02  3:03   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.