On 27/12/11 15:48, Adrian Hunter wrote: > Hi > > Here are some changes (V4) 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. > > > V4: Fix initialization and free of cd_irq in Actually "cd_gpio" > "mmc: sdhci-pci: get gpio numbers from platform data" > > 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 | 143 ++++++++++++++++++------------------ > drivers/mmc/host/sdhci.c | 51 ++++++------- > include/linux/mmc/sdhci-pci-data.h | 18 +++++ > include/linux/mmc/sdhci.h | 2 - > 8 files changed, 123 insertions(+), 102 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html