All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] omap: pm: Move the common code to allow re-use
@ 2010-09-14 13:55 Santosh Shilimkar
  2010-09-14 13:55 ` [PATCH 1/3] omap: pm-debug: Move common debug code to pm-debug.c Santosh Shilimkar
  2010-09-14 17:53 ` [PATCH 0/3] 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 13:55 UTC (permalink / raw)
  To: linux-omap; +Cc: khilman, rnayak, b-cousson, Santosh Shilimkar

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.

The following changes since commit 49553c2ef88749dd502687f4eb9c258bb10a4f44:
  Linus Torvalds (1):
        Linux 2.6.36-rc4

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 |   26 ++++++++++++++
 arch/arm/mach-omap2/pm.c       |   50 ++++++++++++++++++++++++++
 arch/arm/mach-omap2/pm.h       |    8 +++--
 arch/arm/mach-omap2/pm34xx.c   |   76 ++-------------------------------------
 4 files changed, 85 insertions(+), 75 deletions(-)

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

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

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

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.