MMC core:
 - Add a new host cap bit and a corresponding DT property, to support power
cycling of the card by FW at system suspend/resume.
 - Fix clock rate setting for SDIO in SDR12/SDR25 speed-mode
 - Fix switch to 1/4-bit mode at system suspend/resume for SD-combo cards
 - Convert the mmc-pwrseq DT bindings to the json-schema
 - Always allow the card detect uevent to be consumed by userspace

MMC host:
 - Convert a few DT bindings to the json-schema
 - mtk-sd: Add support for command queue through cqhci
 - mtk-sd: Add support for the MT6779 variant
 - renesas_sdhi_internal_dmac: Fix dma unmapping in the error path
 - sdhci_am654: Add support for the AM65x PG2.0 variant
 - sdhci_am654: Extend support for phys/clocks
 - sdhci-cadence: Drop incorrect HW tuning for SD mode
 - sdhci-msm: Add support for interconnect bandwidth scaling
 - sdhci-msm: Enable internal voltage control
 - sdhci-msm: Enable low power state for pinctrls
 - sdhci-of-at91: Ludovic Desroches handovers maintenance to Eugen Hristev
 - sdhci-pci-gli: Improve clock handling for GL975x
 - sdhci-pci-o2micro: Add HW tuning for SDR104 mode
 - sdhci-pci-o2micro: Fix support for O2 host controller Seabird1
mmc: mediatek: make function msdc_cqe_disable() static

The sparse tool complains as follows:

drivers/mmc/host/mtk-sd.c:2269:6: warning:
 symbol 'msdc_cqe_disable' was not declared. Should it be static?

This function is not used outside of mtk-sd.c, so this commit
marks it static.

Fixes: 88bd652b3c74 ("mmc: mediatek: command queue support")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Chun-Hung Wu <chun-hung.wu@mediatek.com>
Link: https://lore.kernel.org/r/20200727171129.2945-1-weiyongjun1@huawei.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 file changed