public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V7 0/2] Add SDHCI driver for Broadcom BRCMSTB/BMIPS Soc's
@ 2016-06-16 16:47 Al Cooper
  2016-06-16 16:47 ` [PATCH V7 1/2] mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs Al Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Al Cooper @ 2016-06-16 16:47 UTC (permalink / raw)
  To: ulf.hansson, adrian.hunter, linux-mmc, bcm-kernel-feedback-list; +Cc: Al Cooper

V7 - Don't select SDHCI I/O ACCESSORS in Kconfig for MMC_SDHCI_BRCMSTB
     because they are no longer used.
V6 - Call clk_disable_unprepare() on errors in probe function.
     Improve commit message.
V5 - Don't create new device tree properties to disable broken UHS
     modes. Use devm_clk_get() to get clk and change
     clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare
V4 - Change the DT compatible property to "brcm,bcm7425-sdhci".
     Add "clocks" property to DT bindings document.
V3 - Don't add new QUIRKS to workaround Host Controller issues.
     It turns out that all the issues could be solved by using
     SDHCI_QUIRK_MISSING_CAPS to supply modified "caps" and "caps1"
     Host Controller registers.

Al Cooper (2):
  mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs
  mmc: DT: sdhci-brcmstb: Add device tree bindings

 .../devicetree/bindings/mmc/brcm,bcm7425-sdhci.txt |  36 ++++++
 MAINTAINERS                                        |   7 +
 drivers/mmc/host/Kconfig                           |  10 ++
 drivers/mmc/host/Makefile                          |   1 +
 drivers/mmc/host/sdhci-brcmstb.c                   | 143 +++++++++++++++++++++
 5 files changed, 197 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mmc/brcm,bcm7425-sdhci.txt
 create mode 100644 drivers/mmc/host/sdhci-brcmstb.c

-- 
1.9.0.138.g2de3478


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

end of thread, other threads:[~2016-06-22 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-16 16:47 [PATCH V7 0/2] Add SDHCI driver for Broadcom BRCMSTB/BMIPS Soc's Al Cooper
2016-06-16 16:47 ` [PATCH V7 1/2] mmc: sdhci-brcmstb: Add driver for Broadcom BRCMSTB SoCs Al Cooper
2016-06-22  9:48   ` Adrian Hunter
2016-06-16 16:47 ` [PATCH V7 2/2] mmc: DT: sdhci-brcmstb: Add device tree bindings Al Cooper
2016-06-22 15:23 ` [PATCH V7 0/2] Add SDHCI driver for Broadcom BRCMSTB/BMIPS Soc's Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox