]> asedeno.scripts.mit.edu Git - linux.git/commit
mmc: renesas_sdhi: set CBSY flag before probing TMIO host
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 19 Mar 2019 10:34:17 +0000 (11:34 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 15 Apr 2019 09:55:54 +0000 (11:55 +0200)
commit91ecbe50b69c90d58ffca12e37cf841212e054c0
tree780fa376f4e6973402de9d028c34aa93de725380
parent2a55c1eac78822321d08cb89b1ac2e06e37fd9ff
mmc: renesas_sdhi: set CBSY flag before probing TMIO host

The CBSY flag should be proper before calling tmio_mmc_host_probe()
because this function will already use write16 which checks this bit.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/renesas_sdhi_core.c