The latest BRCMSTB SoC's now use a new Arasan controller along with a custom Broadcom PHY that supports HS200, HS400, SDR104, HS400E-ES and CQE. This series of commits adds support for these new features along with a few bug fixes. The 7216 is the first SoC to have this new hardware. Al Cooper (6): dt-bindings: mmc: brcm,sdhci-brcmstb: Add support for 7216b0 mmc: sdhci-brcmstb: Add ability to use HS400ES transfer mode mmc: sdhci-brcmstb: Fix driver to defer on clk_get defer mmc: sdhci-brcmstb: Add shutdown callback mmc: sdhci-brcmstb: Add support for Command Queuing (CQE) mmc: sdhci-brcmstb: Fix incorrect switch to HS mode .../bindings/mmc/brcm,sdhci-brcmstb.txt | 41 ++- drivers/mmc/host/Kconfig | 1 + drivers/mmc/host/sdhci-brcmstb.c | 270 +++++++++++++++++- 3 files changed, 284 insertions(+), 28 deletions(-) -- 2.17.1