linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ARM: imx: Add cpuidle for imx platforms
@ 2011-09-16 17:27 Robert Lee
  2011-09-16 17:27 ` [PATCH v2 1/3] ARM: imx: Add imx cpuidle driver Robert Lee
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Robert Lee @ 2011-09-16 17:27 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series adds a common imx cpuidle driver, some common 
mach-mx5 level cpuidle functionality, and an i.MX51 instance of
using this driver.

The patch series is based on v3.1-rc2.

Changes since v1:
* To address all the problems found during review of v1, a complete
re-write was needed.

Robert Lee (3):
  ARM: imx: Add imx cpuidle driver
  ARM: imx: Add cpuidle for mach-mx5
  ARM: imx: Add cpuidle for i.MX51

 arch/arm/mach-mx5/Makefile               |    3 +-
 arch/arm/mach-mx5/cpu_op-mx51.c          |   35 +++++++-
 arch/arm/mach-mx5/cpu_op-mx51.h          |    1 +
 arch/arm/mach-mx5/mm.c                   |    4 +
 arch/arm/mach-mx5/system.c               |   35 +++++++
 arch/arm/plat-mxc/Makefile               |    1 +
 arch/arm/plat-mxc/cpuidle.c              |  151 ++++++++++++++++++++++++++++++
 arch/arm/plat-mxc/include/mach/cpuidle.h |   56 +++++++++++
 arch/arm/plat-mxc/include/mach/system.h  |    3 +
 9 files changed, 286 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/plat-mxc/cpuidle.c
 create mode 100644 arch/arm/plat-mxc/include/mach/cpuidle.h

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

end of thread, other threads:[~2011-09-26 18:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 17:27 [PATCH v2 0/3] ARM: imx: Add cpuidle for imx platforms Robert Lee
2011-09-16 17:27 ` [PATCH v2 1/3] ARM: imx: Add imx cpuidle driver Robert Lee
2011-09-16 21:36   ` Russell King - ARM Linux
2011-09-26  3:54     ` Rob Lee
2011-09-26 18:59       ` Rob Lee
2011-09-16 17:27 ` [PATCH v2 2/3] ARM: imx: Add cpuidle for mach-mx5 Robert Lee
2011-09-16 17:27 ` [PATCH v2 3/3] ARM: imx: Add cpuidle for i.MX51 Robert Lee
2011-09-20  7:16 ` [PATCH v2 0/3] ARM: imx: Add cpuidle for imx platforms Sascha Hauer
2011-09-20  8:03   ` Amit Kucheria
2011-09-20 15:47     ` Rob Lee
2011-09-20 15:40   ` Rob Lee
2011-09-20 19:07     ` Sascha Hauer

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).