All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 v2] omap: pm: Move the common code to allow re-use
@ 2010-09-14 19:33 Santosh Shilimkar
  2010-09-14 19:33 ` [PATCH 1/3 v2] omap: pm-debug: Move common debug code to pm-debug.c Santosh Shilimkar
  2010-09-14 20:29 ` [PATCH 0/3 v2] omap: pm: Move the common code to allow re-use Kevin Hilman
  0 siblings, 2 replies; 6+ messages in thread
From: Santosh Shilimkar @ 2010-09-14 19:33 UTC (permalink / raw)
  To: linux-omap; +Cc: khilman, rnayak, b-cousson, Santosh Shilimkar

(v2 is rebased on Kevin's 'pm-next' branch)

This is small series moves some common pm code out of pm34xx.c so
that omap4 can re-use this and not duplicate it.

It's boot tested on OMAP3/4 with omap3_defconfig and also simple
test with millisecond debugfs entry and suspend/resume.

Santosh Shilimkar (3):
      omap: pm-debug: Move common debug code to pm-debug.c
      omap: pm-debug: Enable wakeup_timer_milliseconds debugfs entry
      omap: pm: Move set_pwrdm_state routine to common pm.c

 arch/arm/mach-omap2/pm-debug.c |   21 ++++++++++++
 arch/arm/mach-omap2/pm.c       |   50 ++++++++++++++++++++++++++++
 arch/arm/mach-omap2/pm.h       |    4 ++-
 arch/arm/mach-omap2/pm34xx.c   |   71 ++-------------------------------------
 4 files changed, 78 insertions(+), 68 deletions(-)

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

end of thread, other threads:[~2010-09-14 20:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-14 19:33 [PATCH 0/3 v2] omap: pm: Move the common code to allow re-use Santosh Shilimkar
2010-09-14 19:33 ` [PATCH 1/3 v2] omap: pm-debug: Move common debug code to pm-debug.c Santosh Shilimkar
2010-09-14 19:34   ` [PATCH 2/3 v2] omap: pm-debug: Enable wakeup_timer_milliseconds debugfs entry Santosh Shilimkar
2010-09-14 19:34     ` [PATCH 3/3 v2] omap: pm: Move set_pwrdm_state routine to common pm.c Santosh Shilimkar
2010-09-14 20:30   ` [PATCH 1/3 v2] omap: pm-debug: Move common debug code to pm-debug.c Kevin Hilman
2010-09-14 20:29 ` [PATCH 0/3 v2] omap: pm: Move the common code to allow re-use Kevin Hilman

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.