All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Intel MID SDHCI support (take two)
@ 2010-09-13 17:38 Alan Cox
  2010-09-13 17:38 ` [PATCH 1/7] sdhci: Rework some of the quirk behaviour Alan Cox
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Alan Cox @ 2010-09-13 17:38 UTC (permalink / raw)
  To: linux-mmc, cjb

Please ignore the original submission I found a nasty bug in it while I
was submitting.

---

Alan Cox (6):
      sdhci: Tidy up sdhci.c
      sdhci_pci: Tidy this as well
      sdhci: Tidy up spaces in sdhci_intel_mid
      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       |  153 ++++++++++++++++++++++++++++----
 drivers/mmc/host/sdhci.c           |  118 +++++++++++++++++--------
 drivers/mmc/host/sdhci.h           |   21 ++++
 include/linux/mmc/core.h           |    1 
 include/linux/mmc/host.h           |    3 +
 include/linux/pci_ids.h            |    7 +
 10 files changed, 452 insertions(+), 63 deletions(-)
 create mode 100644 drivers/mmc/host/sdhci-intel-mid.c

-- 
	"Standards committees don't like hashing.  It looks complicated and
         insufficiently deterministic on an overhead projector."
			-Vern Schryver


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

end of thread, other threads:[~2010-09-14 20:00 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 17:38 [PATCH 0/7] Intel MID SDHCI support (take two) Alan Cox
2010-09-13 17:38 ` [PATCH 1/7] sdhci: Rework some of the quirk behaviour Alan Cox
2010-09-14 14:34   ` Wolfram Sang
2010-09-14 14:20     ` Alan Cox
2010-09-13 17:39 ` [PATCH 2/7] sdhci: Allow the probe handler to override slots Alan Cox
2010-09-13 17:39 ` [PATCH 3/7] sdhci: Intel Medfield support Alan Cox
2010-09-13 17:39 ` [PATCH 4/7] mmc: serialization support Alan Cox
2010-09-13 17:39 ` [PATCH 5/7] sdhci: Tidy up spaces in sdhci_intel_mid Alan Cox
2010-09-14 14:21   ` Wolfram Sang
2010-09-14 13:40     ` Alan Cox
2010-09-14 14:45       ` Wolfram Sang
2010-09-14 14:21         ` Alan Cox
2010-09-14 16:57         ` Chris Ball
2010-09-14 16:41           ` Alan Cox
2010-09-14 20:00             ` Wolfram Sang
2010-09-13 17:39 ` [PATCH 6/7] sdhci_pci: Tidy this as well Alan Cox
2010-09-13 17:39 ` [PATCH 7/7] sdhci: Tidy up sdhci.c Alan Cox

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.