All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] power management support for SDIO cards
@ 2009-09-02 18:37 Nicolas Pitre
  2009-09-02 18:37 ` [PATCH 1/4] [MMC] core SDIO suspend/resume support Nicolas Pitre
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Nicolas Pitre @ 2009-09-02 18:37 UTC (permalink / raw)
  To: linux-mmc

This series is the core changes needed to support suspend/resume with
SDIO cards, and allow for special power management features needed to
implement things like the equivalent of wake-on-land for SDIO wireless
cards.  Further patches will eventually be posted for the SDHCI driver
and for the Libertas driver.

[PATCH 1/4] [MMC] core SDIO suspend/resume support
[PATCH 2/4] [MMC] propagate error codes back from bus drivers' suspend/resume methods
[PATCH 3/4] [MMC] make SDIO device/driver struct accessors public
[PATCH 4/4] [MMC] introduce API for special power management features


 drivers/mmc/core/core.c       |   45 +++++-
 drivers/mmc/core/core.h       |    4 +-
 drivers/mmc/core/mmc.c        |   15 +--
 drivers/mmc/core/sd.c         |   15 +--
 drivers/mmc/core/sdio.c       |  278 ++++++++++++++++++++++++-----------
 drivers/mmc/core/sdio_bus.c   |    3 -
 drivers/mmc/core/sdio_io.c    |   49 ++++++
 include/linux/mmc/host.h      |    5 +
 include/linux/mmc/pm.h        |   30 ++++
 include/linux/mmc/sdio_func.h |    8 +
 10 files changed, 329 insertions(+), 123 deletions(-)


Nicolas


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

end of thread, other threads:[~2009-09-08  1:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-02 18:37 [PATCH 0/4] power management support for SDIO cards Nicolas Pitre
2009-09-02 18:37 ` [PATCH 1/4] [MMC] core SDIO suspend/resume support Nicolas Pitre
2009-09-06 14:17   ` Pierre Ossman
2009-09-08  1:53     ` Nicolas Pitre
2009-09-02 18:37 ` [PATCH 2/4] [MMC] propagate error codes back from bus drivers' suspend/resume methods Nicolas Pitre
2009-09-02 18:37 ` [PATCH 3/4] [MMC] make SDIO device/driver struct accessors public Nicolas Pitre
2009-09-02 18:37 ` [PATCH 4/4] [MMC] introduce API for special power management features Nicolas Pitre

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.