All of lore.kernel.org
 help / color / mirror / Atom feed
* wl1271: sdio: is fine-grained runtime_pm possible?
@ 2014-01-14  2:58 Chao Xu
  2014-01-14  3:27 ` Chris Ball
  0 siblings, 1 reply; 8+ messages in thread
From: Chao Xu @ 2014-01-14  2:58 UTC (permalink / raw)
  To: Luciano Coelho, chris, ohad, linux-mmc

Hi,

The patch "SDIO Runtime PM Support" implements the pm for wl12xx
driver this way: the power for sdio is on whenever the WLAN interface
is on, and the power is down only when the interface is down.
Is it possible to do pm in a more fine-grained way, such as only
turning on the power when reading/writing through sdio? An example is
the mmc_blk_issue_rq() in drivers/mmc/card/block.c, where the host is
released when there are no more requests. And in turn the host driver,
such as omap_hsmmc.c, calls pm_runtime_put_autosuspend().
Is there any fundamental argument against doing fine-grained runtime
pm for sdio? Or is it just too much trouble for too little power
saved?
Thank you!
-- 
Regards,
Chao Xu

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

end of thread, other threads:[~2014-01-24  8:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14  2:58 wl1271: sdio: is fine-grained runtime_pm possible? Chao Xu
2014-01-14  3:27 ` Chris Ball
2014-01-14  4:46   ` Chao Xu
2014-01-14  8:36     ` Ulf Hansson
2014-01-14 22:12       ` Chao Xu
2014-01-15 10:46         ` Ulf Hansson
2014-01-18 22:44           ` Chao Xu
2014-01-24  8:15             ` Ulf Hansson

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.