--- Changes for v2: Add Adrian's ack for patch 1~8 Patch 9~10, change to use 'sdhci,auto-cmd23-broken' instead of 'fsl,auto-cmd23-broken' Patch 11, clear cqhci irq status and halt cqhci, move this change to sdhci_esdhc_imx_hwinit() and add some comment to explain the reason. Patch 12, add error return check for pinctrl_pm_select_sleep_state() Patch 13, clear the DMA_SEL in sdhci-esdhc-imx.c instead of sdhci.c Patch 14, add the dev->dma_parms in core/queue.c, instead of host/sdhci.c. Haibo Chen (14): mmc: sdhci: do not enable card detect interrupt for gpio cd type mmc: sdhci-esdhc-imx: no fail when no pinctrl available mmc: sdhci-esdhci-imx: retune needed for Mega/Mix enabled SoCs mmc: sdhci-esdhc-imx: restore the per_clk rate in PM_RUNTIME doc: dt: fsl-imx-esdhc: add strobe-dll-delay-target binding mmc: sdhci-esdhc-imx: add strobe-dll-delay-target support mmc: sdhci-esdhc-imx: optimize the clock setting mmc: sdhci-esdhc-imx: optimize the strobe dll setting doc: dt: fsl-imx-esdhc: add auto-cmd23-broken binding mmc: sdhci-esdhc-imx: handle 'sdhci,auto-cmd23-broken' from devicetree mmc: sdhci-esdhc-imx: clear pending interrupt and halt cqhci mmc: sdhci-esdhc-imx: restore pin state when resume back mmc: sdhci-esdhc-imx: clear DMA_SEL when disable DMA mode mmc: queue: create dev->dma_parms before call dma_set_max_seg_size() .../devicetree/bindings/mmc/fsl-imx-esdhc.txt | 13 ++ drivers/mmc/core/queue.c | 9 +- drivers/mmc/host/sdhci-esdhc-imx.c | 146 ++++++++++++++---- drivers/mmc/host/sdhci-esdhc.h | 1 + drivers/mmc/host/sdhci-pltfm.c | 3 + drivers/mmc/host/sdhci.c | 2 +- include/linux/platform_data/mmc-esdhc-imx.h | 1 + 7 files changed, 144 insertions(+), 31 deletions(-) -- 2.17.1