linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Support imx6q WAIT mode
@ 2012-12-04 14:55 Shawn Guo
  2012-12-04 14:55 ` [PATCH v2 1/4] ARM: imx: allow timer counter to roll over Shawn Guo
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Shawn Guo @ 2012-12-04 14:55 UTC (permalink / raw)
  To: linux-arm-kernel

With more intensive testing on different revisions of imx6q, we found
that the power gating state can not always work reliably.  So v2 of
the series drops the support for that state and adds clock gating state
only.  As the result, we need not to use coupled cpuidle now.

Shawn Guo (4):
  ARM: imx: allow timer counter to roll over
  ARM: imx: mask gpc interrupts initially
  ARM: imx: move imx6q_cpuidle_driver into a separate file
  ARM: imx6q: support WAIT mode using cpuidle

 arch/arm/mach-imx/Makefile        |    6 ++-
 arch/arm/mach-imx/clk-imx6q.c     |   12 +++++
 arch/arm/mach-imx/common.h        |    3 ++
 arch/arm/mach-imx/cpuidle-imx6q.c |   98 +++++++++++++++++++++++++++++++++++++
 arch/arm/mach-imx/cpuidle.h       |    5 ++
 arch/arm/mach-imx/gpc.c           |    5 ++
 arch/arm/mach-imx/mach-imx6q.c    |   17 +++----
 arch/arm/mach-imx/platsmp.c       |   10 ++++
 arch/arm/mach-imx/time.c          |    6 +--
 9 files changed, 146 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/mach-imx/cpuidle-imx6q.c

-- 
1.7.9.5

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

end of thread, other threads:[~2012-12-06 14:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-04 14:55 [PATCH v2 0/4] Support imx6q WAIT mode Shawn Guo
2012-12-04 14:55 ` [PATCH v2 1/4] ARM: imx: allow timer counter to roll over Shawn Guo
2012-12-04 15:44   ` Russell King - ARM Linux
2012-12-05 12:14     ` Shawn Guo
2012-12-05 12:09       ` Russell King - ARM Linux
2012-12-06  9:34         ` Shawn Guo
2012-12-06 14:54   ` [PATCH v3 1/4] ARM: imx: return zero in case next event gets a large increment Shawn Guo
2012-12-04 14:55 ` [PATCH v2 2/4] ARM: imx: mask gpc interrupts initially Shawn Guo
2012-12-04 14:55 ` [PATCH v2 3/4] ARM: imx: move imx6q_cpuidle_driver into a separate file Shawn Guo
2012-12-04 14:55 ` [PATCH v2 4/4] ARM: imx6q: support WAIT mode using cpuidle Shawn Guo

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