All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Pitre <nico@cam.org>
To: linux-mmc@vger.kernel.org
Subject: [PATCH 0/4] power management support for SDIO cards
Date: Wed, 02 Sep 2009 14:37:22 -0400	[thread overview]
Message-ID: <1251916646-3537-1-git-send-email-nico@cam.org> (raw)

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


             reply	other threads:[~2009-09-02 18:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-02 18:37 Nicolas Pitre [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1251916646-3537-1-git-send-email-nico@cam.org \
    --to=nico@cam.org \
    --cc=linux-mmc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.