public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 0/4] convert HS-MMC driver to hwmod + runtime PM
@ 2010-02-04  0:51 Kevin Hilman
  2010-02-04  0:51 ` [PATCH/RFC 1/4] MMC: OMAP HS-MMC: convert to dev_pm_ops Kevin Hilman
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Kevin Hilman @ 2010-02-04  0:51 UTC (permalink / raw)
  To: linux-omap

This series converts the OMAP HS-MMC driver to use omap_hwmod +
runtime PM API.

Depends on MMC hwmods available in 'pm-wip/hwmods' branch of
my git tree[1] as well as previously posted runtime PM series:

   [PATCH/RFC 0/2] initial runtime PM layer for OMAP

The easies way to experiment/test is to use my 'pm-wip/mmc' branch
which has all the dependencies, and is based on omap/for-next'.
It has been tested by merging with current PM branch.

[1] http://git.kernel.org/?p=linux/kernel/git/khilman/linux-omap-pm.git

Kevin Hilman (3):
  MMC: OMAP HS-MMC: convert to dev_pm_ops
  OMAP3EVM: MMC: enable power-saving mode
  OMAP2/3 MMC: initial conversion to runtime PM

Paul Walmsley (1):
  OMAP: MMC (core): split device registration by OMAP

 arch/arm/mach-omap1/devices.c         |   45 ++++++-
 arch/arm/mach-omap2/board-omap3evm.c  |    1 +
 arch/arm/mach-omap2/devices.c         |  111 ++++++++-------
 arch/arm/mach-omap2/hsmmc.c           |   12 +-
 arch/arm/plat-omap/devices.c          |   50 -------
 arch/arm/plat-omap/include/plat/mmc.h |    5 +
 drivers/mmc/host/omap_hsmmc.c         |  241 ++++++++++++++++-----------------
 7 files changed, 233 insertions(+), 232 deletions(-)


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

end of thread, other threads:[~2010-02-25  8:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-04  0:51 [PATCH/RFC 0/4] convert HS-MMC driver to hwmod + runtime PM Kevin Hilman
2010-02-04  0:51 ` [PATCH/RFC 1/4] MMC: OMAP HS-MMC: convert to dev_pm_ops Kevin Hilman
2010-02-04  0:51 ` [PATCH/RFC 2/4] OMAP3EVM: MMC: enable power-saving mode Kevin Hilman
2010-02-04  0:51 ` [PATCH/RFC 3/4] OMAP: MMC (core): split device registration by OMAP Kevin Hilman
2010-02-04  0:51 ` [PATCH/RFC 4/4] OMAP2/3 MMC: initial conversion to runtime PM Kevin Hilman
2010-02-05  8:12   ` Adrian Hunter
2010-02-16 22:50     ` Kevin Hilman
2010-02-16 22:27   ` Madhusudhan
2010-02-23 23:14     ` Kevin Hilman
2010-02-04 22:51 ` [PATCH/RFC 0/4] convert HS-MMC driver to hwmod + " Kevin Hilman
2010-02-24  0:51 ` Kevin Hilman
2010-02-24 16:33   ` Madhusudhan
2010-02-25  0:23     ` Kevin Hilman
2010-02-25  8:22       ` Adrian Hunter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox