MMC core:
 - Add support for host software queue for (e)MMC/SD
 - Throttle polling rate for CMD6
 - Update CMD13 busy condition check for CMD6 commands
 - Improve busy detect polling for erase/trim/discard/HPI
 - Fixup support for HW busy detection for HPI commands
 - Re-work and improve support for eMMC sanitize commands

MMC host:
 - mmci: Add support for sdmmc variant revision 2.0
 - mmci_sdmmc: Improve support for busyend detection
 - mmci_sdmmc: Fixup support for signal voltage switch
 - mmci_sdmmc: Add support for tuning with delay block
 - mtk-sd: Fix another SDIO irq issue
 - sdhci: Disable native card detect when GPIO based type exist
 - sdhci: Add option to defer request completion
 - sdhci_am654: Add support to set a tap value per speed mode
 - sdhci-esdhc-imx: Add support for i.MX8MM based variant
 - sdhci-esdhc-imx: Fixup support for standard tuning on i.MX8 usdhc
 - sdhci-esdhc-imx: Optimize for strobe/clock dll settings
 - sdhci-esdhc-imx: Fixup support for system and runtime suspend/resume
 - sdhci-iproc: Update regulator/bus-voltage management for bcm2711
 - sdhci-msm: Prevent clock gating with PWRSAVE_DLL on broken variants
 - sdhci-msm: Fix management of CQE during SDHCI reset
 - sdhci-of-arasan: Add support for auto tuning on ZynqMP based platforms
 - sdhci-omap: Add support for system suspend/resume
 - sdhci-sprd: Add support for HW busy detection
 - sdhci-sprd: Enable support host software queue
 - sdhci-tegra: Add support for HW busy detection
 - tmio/renesas_sdhi: Enforce retune after runtime suspend
 - renesas_sdhi: Use manual tap correction for HS400 on some variants
 - renesas_sdhi: Add support for manual correction of tap values for tunings
mmc: cavium-octeon: remove nonsense variable coercion

In this function, the variable 'base' is already 'void __iomem *base',
and the return function 'devm_platform_ioremap_resource()' also returns
this type, so the mandatory definition here is redundant.

Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20200327043639.6564-1-tangbin@cmss.chinamobile.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 file changed