diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-04-16 16:23:05 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2018-05-02 15:08:43 +0200 |
commit | eef797ac13c08fae0f0ce7d2215d0951e884fa2d (patch) | |
tree | 439d03e008270dabef4883ebe057d33d817bac66 /drivers/mmc/core | |
parent | 9a8e1e8cc2c02c57c4e941651a8481a633506c91 (diff) | |
download | linux-eef797ac13c08fae0f0ce7d2215d0951e884fa2d.tar.bz2 |
mmc: sunxi: Drop the init / reset of the controller from set_ios
Our set_ios hook is, when the card is power up or down, either doing a full
init or put our controller back into a reset mode.
Since we're also doing that in our runtime_pm hooks, and at possibly much
more often, we can drop it from the set_ios, and either rely on our
runtime_pm hooks or our probe to do it.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/core')
0 files changed, 0 insertions, 0 deletions