public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
[parent not found: <ED64882F200EF5419CDAC2E6B5C4B3A2097FC4412E@SC-VEXCH1.marvell.com>]
* [PATCH 0/3] mmc: Use runtime pm for blkdevice
@ 2013-03-01 12:47 Ulf Hansson
  2013-03-02 20:00 ` Maya Erez
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Ulf Hansson @ 2013-03-01 12:47 UTC (permalink / raw)
  To: linux-mmc, Chris Ball; +Cc: Johan Rudholm, 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.

To actually perform some power save operations the corresponding bus ops
for mmc and sd shall be implemented. Typically it could make sense to do
BKOPS for eMMC in here.

Ulf Hansson (3):
  mmc: core: Remove power_restore bus_ops for mmc and sd
  mmc: core: Add bus_ops for runtime pm callbacks
  mmc: block: Enable runtime pm for mmc blkdevice

 drivers/mmc/card/block.c |   28 ++++++++++++++++++++++++++--
 drivers/mmc/core/bus.c   |   14 ++++++++++++--
 drivers/mmc/core/core.h  |    2 ++
 drivers/mmc/core/mmc.c   |   14 --------------
 drivers/mmc/core/sd.c    |   14 --------------
 drivers/mmc/core/sdio.c  |   20 ++++++++++++++++++++
 6 files changed, 60 insertions(+), 32 deletions(-)

-- 
1.7.10


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

end of thread, other threads:[~2013-04-03 10:51 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <25B60CDC2F704E4E9D88FFD52780CB4C0BDED3BFE1@SC-VEXCH1.marvell.com>
2013-03-28  1:43 ` [PATCH 0/3] mmc: Use runtime pm for blkdevice Kevin Liu
2013-03-28 21:05   ` merez
2013-04-02 10:45     ` Ulf Hansson
2013-04-03 10:51       ` Maya Erez
     [not found] <ED64882F200EF5419CDAC2E6B5C4B3A2097FC4412E@SC-VEXCH1.marvell.com>
     [not found] ` <25B60CDC2F704E4E9D88FFD52780CB4C0BDE9E0DE9@SC-VEXCH1.marvell.com>
2013-03-06 17:12   ` FW: " Kevin Liu
2013-03-07  3:41     ` Ulf Hansson
2013-03-07  9:38       ` Kevin Liu
2013-03-07 14:14         ` Kevin Liu
2013-03-08  3:14           ` Ulf Hansson
2013-03-08  4:38             ` Kevin Liu
2013-03-15  4:18             ` Sujit Reddy Thumma
2013-03-15  8:50               ` Ulf Hansson
2013-03-20 15:44                 ` Sujit Reddy Thumma
2013-03-20 21:58                   ` Ulf Hansson
2013-03-20 22:04                     ` Ulf Hansson
2013-03-27 18:25                     ` Sujit Reddy Thumma
2013-03-01 12:47 Ulf Hansson
2013-03-02 20:00 ` Maya Erez
2013-03-27 13:31 ` Chris Ball
2013-03-27 13:40 ` Arnd Bergmann

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