Hi

Here are some changes (V3) to allow wl12xx/SDIO to be set up for sdhci-pci.
There a a couple of fixes plus a method to get platform data.  The
changes to the platform files are not included in this patchset.


V3: add "mmc: sdhci-pci: enable runtime PM for Medfield SDIO"
    roll-in "sdhci: Always pass clock request value zero to set_clock host op"

V2: change sdhci_pci_get_data() from a weak function to a function
pointer


Adrian Hunter (6):
      mmc: sdhci: fix vmmc handling
      mmc: sdhci: prevent card detection activity for non-removable cards
      mmc: sdhci-pci: add platform data
      mmc: sdhci-pci: get gpio numbers from platform data
      mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTION
      mmc: sdhci-pci: enable runtime PM for Medfield SDIO

Todd Poynor (1):
      sdhci: Always pass clock request value zero to set_clock host op

 drivers/Makefile                   |    2 +-
 drivers/mmc/Makefile               |    3 +-
 drivers/mmc/host/Makefile          |    1 +
 drivers/mmc/host/sdhci-pci-data.c  |    5 ++
 drivers/mmc/host/sdhci-pci.c       |  139 ++++++++++++++++++------------------
 drivers/mmc/host/sdhci.c           |   51 ++++++-------
 include/linux/mmc/sdhci-pci-data.h |   18 +++++
 include/linux/mmc/sdhci.h          |    2 -
 8 files changed, 120 insertions(+), 101 deletions(-)
 create mode 100644 drivers/mmc/host/sdhci-pci-data.c
 create mode 100644 include/linux/mmc/sdhci-pci-data.h


Regards
Adrian
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to