Re: [PATCH 0/6] mmc: sdhci-brcmstb: Driver updates

From: Adrian Hunter
Date: Mon Jan 20 2020 - 03:27:15 EST


On 13/01/20 11:07 pm, Al Cooper wrote:
> 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

For patches 2-5

Acked-by: Adrian Hunter <adrian.hunter@xxxxxxxxx>

>
> .../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(-)
>