All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/7] mmc: sdhci/sdhci-pci: prepare for wl12xx/SDIO
@ 2011-12-27 13:48 Adrian Hunter
  2011-12-27 13:48 ` [PATCH V4 1/7] mmc: sdhci: fix vmmc handling Adrian Hunter
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Adrian Hunter @ 2011-12-27 13:48 UTC (permalink / raw)
  To: Chris Ball; +Cc: linux-mmc, Adrian Hunter

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
"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

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

end of thread, other threads:[~2012-01-03  0:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-27 13:48 [PATCH V4 0/7] mmc: sdhci/sdhci-pci: prepare for wl12xx/SDIO Adrian Hunter
2011-12-27 13:48 ` [PATCH V4 1/7] mmc: sdhci: fix vmmc handling Adrian Hunter
2011-12-27 13:48 ` [PATCH V4 2/7] mmc: sdhci: prevent card detection activity for non-removable cards Adrian Hunter
2011-12-27 13:48 ` [PATCH V4 3/7] mmc: sdhci-pci: add platform data Adrian Hunter
2011-12-27 13:48 ` [PATCH V4 4/7] mmc: sdhci-pci: get gpio numbers from " Adrian Hunter
2011-12-27 13:48 ` [PATCH V4 5/7] mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTION Adrian Hunter
2011-12-27 13:48 ` [PATCH V4 6/7] sdhci: Always pass clock request value zero to set_clock host op Adrian Hunter
2011-12-27 13:48 ` [PATCH V4 7/7] mmc: sdhci-pci: enable runtime PM for Medfield SDIO Adrian Hunter
2011-12-27 14:00 ` [PATCH V4 0/7] mmc: sdhci/sdhci-pci: prepare for wl12xx/SDIO Adrian Hunter
2012-01-03  0:08 ` Chris Ball

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.