commit | 774c010350a16f44705971e8aff457580628c76e | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@bootlin.com> | Thu Mar 08 15:52:51 2018 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Thu Mar 15 14:43:22 2018 +0100 |
tree | 865a0ad052c7eee1dbf9622ccf00efeb1aa2864f | |
parent | e382ab741252471383e9990583258e3054f66963 [diff] |
mmc: sunxi: Move resources management to separate functions We've had all our resources management, and especially the clocks and reset sequence, done directly as part of the probe. As we want to implement runtime_pm, we'll obviously want to have that moved outside of the probe so that we can call do it in our runtime suspend and resume hooks without too much duplication. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>