public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@linux.intel.com>
To: linux-mmc@vger.kernel.org, cjb@laptop.org
Subject: [PATCH 0/4] Intel MID support for SDHCI devices
Date: Mon, 13 Sep 2010 16:01:44 +0100	[thread overview]
Message-ID: <20100913145805.23167.35463.stgit@localhost.localdomain> (raw)

The Intel MID platforms need various workarounda and helpers. This series of
patches introduces two things

- A set of overrides for basic operations (as opposed to yet more quirk flags)
- The supporting logic to propogate those new operations through the PCI sdhci
  code as far as is needed in each case.

Several of the other quirks could now be removed and rephrased using the hooks
more cleanly. I've not done so as I don't have all the relevant other embedded
platform hardware to test any such changes.

---

Alan Cox (3):
      mmc: serialization support
      sdhci: Allow the probe handler to override slots
      sdhci: Rework some of the quirk behaviour

Xiaochen Shen (1):
      sdhci: Intel Medfield support


 drivers/mmc/core/core.c            |   30 ++++++
 drivers/mmc/host/Kconfig           |   11 ++
 drivers/mmc/host/Makefile          |    1 
 drivers/mmc/host/sdhci-intel-mid.c |  170 ++++++++++++++++++++++++++++++++++++
 drivers/mmc/host/sdhci-pci.c       |  107 ++++++++++++++++++++++-
 drivers/mmc/host/sdhci.c           |   73 +++++++++++++--
 drivers/mmc/host/sdhci.h           |   19 ++++
 include/linux/mmc/core.h           |    1 
 include/linux/mmc/host.h           |    3 +
 include/linux/pci_ids.h            |    7 +
 10 files changed, 403 insertions(+), 19 deletions(-)
 create mode 100644 drivers/mmc/host/sdhci-intel-mid.c

-- 
     "Knowledge has no value or use for the solitary owner: to be
      enjoyed it must be communicated" -- Charles Pratt, 1st Earl Camden


             reply	other threads:[~2010-09-13 15:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-13 15:01 Alan Cox [this message]
2010-09-13 15:02 ` [PATCH 1/4] sdhci: Rework some of the quirk behaviour Alan Cox
2010-09-13 15:02 ` [PATCH 2/4] sdhci: Allow the probe handler to override slots Alan Cox

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=20100913145805.23167.35463.stgit@localhost.localdomain \
    --to=alan@linux.intel.com \
    --cc=cjb@laptop.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox