All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] Add SDHCI driver for Broadcom BRCMSTB/BMIPS Soc's
@ 2015-11-06 18:56 Al Cooper
  2015-11-06 18:56 ` [PATCH V2 1/3] mmc: sdhci-pltfm: Add DT properties to set various QUIRKS Al Cooper
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Al Cooper @ 2015-11-06 18:56 UTC (permalink / raw)
  To: ulf.hansson, linux-mmc, bcm-kernel-feedback-list; +Cc: Al Cooper

This patchset adds the SDHCI driver for the Broadcom BRCMSTB/BMIPS
Soc's. A few new Device Tree properties, needed by this driver,
were added to sdhci-pltfm.c to set various QUIRKS. The mmc.txt
bindings document was update with the both new and existing
properties handled by sdhci-pltfm.c

V2 - Don't create a new QUIRK to handle broken SDR50 mode in
     the controller. The functionality was moved into the
     sdhci-brcmstb driver.

Al Cooper (3):
  mmc: sdhci-pltfm: Add DT properties to set various QUIRKS
  mmc: Add Device Tree binding supported by sdhci-pltfm.c
  mmc: sdhci-brcmstb: Add sdhci driver for Broadcom BRCMSTB/BMIPS SOCs

 Documentation/devicetree/bindings/mmc/mmc.txt      |   8 ++
 .../devicetree/bindings/mmc/sdhci-brcmstb.txt      |  36 +++++
 drivers/mmc/host/Kconfig                           |  12 ++
 drivers/mmc/host/Makefile                          |   1 +
 drivers/mmc/host/sdhci-brcmstb.c                   | 158 +++++++++++++++++++++
 drivers/mmc/host/sdhci-pltfm.c                     |   8 +-
 6 files changed, 222 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-brcmstb.txt
 create mode 100644 drivers/mmc/host/sdhci-brcmstb.c

-- 
1.9.0.138.g2de3478


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

end of thread, other threads:[~2015-11-16 23:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-06 18:56 [PATCH V2 0/3] Add SDHCI driver for Broadcom BRCMSTB/BMIPS Soc's Al Cooper
2015-11-06 18:56 ` [PATCH V2 1/3] mmc: sdhci-pltfm: Add DT properties to set various QUIRKS Al Cooper
2015-11-12  9:35   ` Ulf Hansson
2015-11-12 19:44     ` Alan Cooper
2015-11-13  9:31       ` Ulf Hansson
2015-11-16 23:43         ` Alan Cooper
2015-11-06 18:56 ` [PATCH V2 2/3] mmc: Add Device Tree binding supported by sdhci-pltfm.c Al Cooper
2015-11-06 18:56 ` [PATCH V2 3/3] mmc: sdhci-brcmstb: Add sdhci driver for Broadcom BRCMSTB/BMIPS SOCs Al Cooper
2015-11-12  1:37 ` [PATCH V2 0/3] Add SDHCI driver for Broadcom BRCMSTB/BMIPS Soc's Florian Fainelli

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.