public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 0/4] Use runtime-pm to switch sdio to 1-bit when idle
@ 2015-03-24 20:56 NeilBrown
  2015-03-24 20:56 ` [PATCH 2/4] mmc/core: add pm_runtime tracking to mmc_host devices NeilBrown
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: NeilBrown @ 2015-03-24 20:56 UTC (permalink / raw)
  To: Ulf Hansson, Adrian Hunter; +Cc: linux-mmc

This is a proof-of-concept hack to demonstrate what I was
trying to describe earlier.
The last patch, in particular, takes some very ugly short-cuts
which I would never dream of proposing for upstream inclusion.

It seems to work, but I haven't tested thoroughly.  I may not even be
doing what I think it is doing...

Comments?

Thanks,
NeilBrown
---

NeilBrown (4):
      mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.
      mmc/core: add pm_runtime tracking to mmc_host devices.
      mmc/sdio: keep device awake when interrupts expected in 4bit mode
      mmc/host: use runtime_pm to switch to 1-bit mode


 drivers/mmc/core/core.c |    5 +++
 drivers/mmc/core/host.c |   78 ++++++++++++++++++++++++++++++++++++++++++++++-
 drivers/mmc/core/sdio.c |   41 +++++++++++--------------
 3 files changed, 100 insertions(+), 24 deletions(-)

--
Signature


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

end of thread, other threads:[~2015-03-24 21:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-24 20:56 [PATCH/RFC 0/4] Use runtime-pm to switch sdio to 1-bit when idle NeilBrown
2015-03-24 20:56 ` [PATCH 2/4] mmc/core: add pm_runtime tracking to mmc_host devices NeilBrown
2015-03-24 20:56 ` [PATCH 4/4] mmc/host: use runtime_pm to switch to 1-bit mode NeilBrown
2015-03-24 20:56 ` [PATCH 1/4] mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus NeilBrown
2015-03-24 21:18   ` Ulf Hansson
2015-03-24 20:56 ` [PATCH 3/4] mmc/sdio: keep device awake when interrupts expected in 4bit mode NeilBrown

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