diff options
| author | 2018-01-18 01:28:01 +0900 | |
|---|---|---|
| committer | 2018-01-18 09:08:56 +0100 | |
| commit | 8d09a13386ccdee8fb6d66aa2cfedbbc9255f892 (patch) | |
| tree | 6fdde1ef07579de4e1709f2bc14d10299dda8a66 /include/linux | |
| parent | mmc: sh_mmcif: remove redundant initialization of 'opc' (diff) | |
mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()
The register region is ioremap'ed in the tmio_mmc_host_probe(), i.e.
drivers cannot get access to the hardware before mmc_add_host().
Actually, renesas_sdhi_core.c reads out the CTL_VERSION register to
complete the platform-specific settings. However, at this point,
the MMC host is already running.
Move the register ioremap to tmio_mmc_host_alloc() so that drivers
can perform platform-specific settings between tmio_mmc_host_alloc()
and tmio_mmc_host_probe().
I changed tmio_mmc_host_alloc() to return an error pointer to
propagate the return code from devm_ioremap_resource().
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
