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 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html