linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] OMAP: runtime PM core for 2.6.37
@ 2010-09-16  0:00 Kevin Hilman
  2010-09-16  0:00 ` [PATCH v2 1/2] OMAP2+: PM: initial runtime PM core support Kevin Hilman
  2010-09-16  0:00 ` [PATCH v2 2/2] OMAP1: PM: add simple runtime PM layer to manage clocks Kevin Hilman
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Hilman @ 2010-09-16  0:00 UTC (permalink / raw)
  To: linux-arm-kernel

A minor re-spin of the runtime PM series,  targetted for 2.6.37.

- rebased to v2.6.36-rc4
- Acks from Grant added
- update for name change of the omap_device parent device
  (c.f. https://patchwork.kernel.org/patch/180152/)

Also available in my pm-runtime branch:
  git://git.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

-- 
1.7.2.1

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

end of thread, other threads:[~2010-09-16  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-16  0:00 [PATCH v2 0/2] OMAP: runtime PM core for 2.6.37 Kevin Hilman
2010-09-16  0:00 ` [PATCH v2 1/2] OMAP2+: PM: initial runtime PM core support Kevin Hilman
2010-09-16  0:00 ` [PATCH v2 2/2] OMAP1: PM: add simple runtime PM layer to manage clocks 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).