commit | 4dc48a95fa20832c972c667efa5518bcf3ece6be | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Wed Jun 28 17:21:56 2017 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed Aug 30 14:01:26 2017 +0200 |
tree | f9ca2fa07862f353af505159e46d3148fbc4bcbd | |
parent | 01ffb1ae84dc1df6fc0c077aad0de597c6ddc05b [diff] |
mmc: renesas_sdhi_core: on R-Car 2+, make use of CBSY bit Most registers need to wait until the command is completed, not necessarily until the bus is free. At least, R-Car 2+ SoCs can signal that via the CBSY bit, so let's use it there instead of SCLKDIVEN to save a little bit of delay. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>