All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 0/2] initial runtime PM layer for OMAP
@ 2010-02-04  0:19 Kevin Hilman
  2010-02-04  0:19 ` [PATCH/RFC 1/2] OMAP: omap_device: add omap_device_has_lost_context() Kevin Hilman
  2010-02-04  0:19 ` [PATCH/RFC 2/2] OMAP: PM: initial runtime PM support Kevin Hilman
  0 siblings, 2 replies; 5+ messages in thread
From: Kevin Hilman @ 2010-02-04  0:19 UTC (permalink / raw)
  To: linux-omap

Here's a first pass implementaton at the runtime PM layer for OMAP.
As you can see, it's a pretty thin layer and the omap_device layer
does all the heavy lifting.

Following shortly to this series will be a conversion of the MMC
driver as an example of how to use the runtime PM API.

Kevin Hilman (2):
  OMAP: omap_device: add omap_device_has_lost_context()
  OMAP: PM: initial runtime PM support

 arch/arm/mach-omap2/Makefile                  |    6 ++
 arch/arm/mach-omap2/pm_runtime.c              |  119 +++++++++++++++++++++++++
 arch/arm/plat-omap/include/plat/omap_device.h |    3 +
 arch/arm/plat-omap/omap_device.c              |   35 +++++++
 4 files changed, 163 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/mach-omap2/pm_runtime.c


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

end of thread, other threads:[~2010-03-01 19:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-04  0:19 [PATCH/RFC 0/2] initial runtime PM layer for OMAP Kevin Hilman
2010-02-04  0:19 ` [PATCH/RFC 1/2] OMAP: omap_device: add omap_device_has_lost_context() Kevin Hilman
2010-02-17  1:05   ` Paul Walmsley
2010-03-01 19:48     ` Kevin Hilman
2010-02-04  0:19 ` [PATCH/RFC 2/2] OMAP: PM: initial runtime PM support 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.