All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/4] mmc: Use runtime pm for blkdevice
@ 2013-05-02 12:02 Ulf Hansson
  2013-05-02 12:02 ` [PATCH V4 1/4] mmc: core: Stop bkops for eMMC only from mmc suspend Ulf Hansson
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Ulf Hansson @ 2013-05-02 12:02 UTC (permalink / raw)
  To: linux-mmc, Chris Ball; +Cc: Ulf Hansson

From: Ulf Hansson <ulf.hansson@linaro.org>

SDIO has been using runtime pm for a while to handle runtime power save
operations. This patchset is enabling the option to make the sd/mmc
blockdevices to use runtime pm as well.

The runtime pm implementation for the block device will make use of
autosuspend to defer power save operation to after request inactivty for
a certain time.

Corresponding pm_runtime_get|put calls has been added at those places that
do requires the card to be fully powered to communicate.

Patch 4 can be considered as a proof of concept patch. It implements
aggressive power management for (e)MMC/SD. This feature has also been
discussed on the mmc mailing list previously.

Next step would be to implement the IDLE BKOPS on top of the runtime pm
callbacks.

Changes in v4:
	- Updated patch 4 according to review comments from Adrian.

Changes in v3:
	- Make sure the card device is powered from a runtime perspective
	when needed. This is also the indirect reason to why the new patch 1
	has been added to this patchset.
	- Added a proof of concept patch, in patch 4.
	- Replace acks with cc, since quite some changes has been done.

Changes in v2:
        - Removed the stated patch below from this patchset. It can be handled
        separately. "mmc: core: Remove power_restore bus_ops for mmc and sd"
        - Rebased patches on latest mmc-next.
        - Added Acks.

Ulf Hansson (4):
  mmc: core: Stop bkops for eMMC only from mmc suspend
  mmc: core: Add bus_ops for runtime pm callbacks
  mmc: block: Enable runtime pm for mmc blkdevice
  mmc: core: Support aggressive power management for (e)MMC/SD

 drivers/mmc/card/block.c   |   32 ++++++++++++++++++-----
 drivers/mmc/core/bus.c     |   14 +++++++++--
 drivers/mmc/core/core.c    |   47 ++++++++++++++++++----------------
 drivers/mmc/core/core.h    |    3 +++
 drivers/mmc/core/debugfs.c |    8 +++---
 drivers/mmc/core/mmc.c     |   60 ++++++++++++++++++++++++++++++++++++++++++--
 drivers/mmc/core/sd.c      |   53 ++++++++++++++++++++++++++++++++++++--
 drivers/mmc/core/sdio.c    |   16 ++++++++++++
 include/linux/mmc/core.h   |    3 +++
 include/linux/mmc/host.h   |    2 +-
 10 files changed, 199 insertions(+), 39 deletions(-)

-- 
1.7.10


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

end of thread, other threads:[~2013-05-27  7:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-02 12:02 [PATCH V4 0/4] mmc: Use runtime pm for blkdevice Ulf Hansson
2013-05-02 12:02 ` [PATCH V4 1/4] mmc: core: Stop bkops for eMMC only from mmc suspend Ulf Hansson
2013-05-26  2:22   ` zhangfei gao
2013-05-27  7:26     ` Ulf Hansson
2013-05-02 12:02 ` [PATCH V4 2/4] mmc: core: Add bus_ops for runtime pm callbacks Ulf Hansson
2013-05-02 12:02 ` [PATCH V4 3/4] mmc: block: Enable runtime pm for mmc blkdevice Ulf Hansson
2013-05-02 12:02 ` [PATCH V4 4/4] mmc: core: Support aggressive power management for (e)MMC/SD Ulf Hansson
2013-05-03 11:11 ` [PATCH V4 0/4] mmc: Use runtime pm for blkdevice Ulf Hansson
2013-05-03 13:10   ` Adrian Hunter
2013-05-26 17:38 ` Chris Ball

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.