* [GIT PULL] runtime PM core for OMAP for 2.6.37
@ 2010-09-23 18:30 Kevin Hilman
0 siblings, 0 replies; only message in thread
From: Kevin Hilman @ 2010-09-23 18:30 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap
Tony,
Pull request below to add the runtime PM core for OMAP.
Also note that this depends on an additional driver core patch from me
that is queued by Greg KH for 2.6.37:
driver core: platform_bus: allow runtime override of dev_pm_ops
You can find this as commit 441d87898e039c155493c12696a4d7cfd7001b49
in linux-next, or you can cherry-pick it from my pm-backports branch and
put it in omap-testing until the final merge.
Thanks,
Kevin
The following changes since commit b30a3f6257ed2105259b404d419b4964e363928c:
Linux 2.6.36-rc5 (2010-09-20 16:56:53 -0700)
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git pm-runtime
Kevin Hilman (2):
OMAP2+: PM: initial runtime PM core support
OMAP1: PM: add simple runtime PM layer to manage clocks
arch/arm/mach-omap1/Makefile | 2 +-
arch/arm/mach-omap1/pm_bus.c | 98 ++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-omap2/Makefile | 10 +++-
arch/arm/mach-omap2/pm_bus.c | 85 ++++++++++++++++++++++++++++++++++++
4 files changed, 191 insertions(+), 4 deletions(-)
create mode 100644 arch/arm/mach-omap1/pm_bus.c
create mode 100644 arch/arm/mach-omap2/pm_bus.c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-23 18:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-23 18:30 [GIT PULL] runtime PM core for OMAP for 2.6.37 Kevin Hilman
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).