linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] mmc: sdhci-esdhc-imx: add runtime pm support
@ 2013-11-04  8:38 Dong Aisheng
  2013-11-04  8:38 ` [PATCH v2 1/5] mmc: sdhci-pltfm: export pltfm suspend/resume api Dong Aisheng
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Dong Aisheng @ 2013-11-04  8:38 UTC (permalink / raw)
  To: linux-mmc; +Cc: linux-arm-kernel, cjb, shawn.guo, s.hauer, b29396, ulf.hansson

We disable root clock in runtime pm to save power.

Patch 2~4 are some fixes needed for enable runtime pm or it may
break the UHS cards(SD3.0/eMMC4.5).

Below are some tests result i ran which passed mmc_test tool after enable rpm:
SDHC UHS1 on imx6q sabreauto
eMMC 4.5 on imx6sl evk
SDXC UHS1 on imx6sl evk
eMMC DDR on imx6q sabresd
SDHC on imx6q sabresd

ChangeLog:
v1->v2: only patch 5 changed. Add pm_runtime_set_active
	based on Ulf's comments.

Dong Aisheng (5):
  mmc: sdhci-pltfm: export pltfm suspend/resume api
  mmc: sdhci-esdhc-imx: tuning bits should not be cleared during reset
  mmc: sdhci-esdhc-imx: clear SDHCI_CTRL_EXEC_TUNING should not affect
    other bits
  mmc: sdhci-esdhc-imx: fix runtime pm unblance issue
  mmc: sdhci-esdhc-imx: add runtime pm support

 drivers/mmc/host/sdhci-esdhc-imx.c |   81 ++++++++++++++++++++++++++++++------
 drivers/mmc/host/sdhci-pltfm.c     |    6 ++-
 drivers/mmc/host/sdhci-pltfm.h     |    2 +
 3 files changed, 74 insertions(+), 15 deletions(-)

-- 
1.7.2.rc3



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

end of thread, other threads:[~2013-11-26 22:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04  8:38 [PATCH v2 0/5] mmc: sdhci-esdhc-imx: add runtime pm support Dong Aisheng
2013-11-04  8:38 ` [PATCH v2 1/5] mmc: sdhci-pltfm: export pltfm suspend/resume api Dong Aisheng
2013-11-04  8:38 ` [PATCH v2 2/5] mmc: sdhci-esdhc-imx: tuning bits should not be cleared during reset Dong Aisheng
2013-11-04  8:38 ` [PATCH v2 3/5] mmc: sdhci-esdhc-imx: clear SDHCI_CTRL_EXEC_TUNING should not affect other bits Dong Aisheng
2013-11-04  8:38 ` [PATCH v2 4/5] mmc: sdhci-esdhc-imx: fix runtime pm unblance issue Dong Aisheng
2013-11-04  8:38 ` [PATCH v2 5/5] mmc: sdhci-esdhc-imx: add runtime pm support Dong Aisheng
2013-11-04 13:11   ` Ulf Hansson
2013-11-05  2:03 ` [PATCH v2 0/5] " Shawn Guo
2013-11-13 11:18   ` Dong Aisheng
2013-11-26 22:02 ` Chris Ball

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).