commit | 4ee14ec65810702a95d195757d307c41ecfd1c71 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Wed Sep 25 14:15:24 2013 +0200 |
committer | Chris Ball <cjb@laptop.org> | Wed Oct 30 20:28:19 2013 -0400 |
tree | 4b0bd8d0293af2de1ae4a3fcc319e7a58e20ce8c | |
parent | 990b2993d11489cb6ee19f948d203afb35871071 [diff] |
mmc: sdhci: Move away from using deprecated APIs Suspend and resume of cards are being handled from the protocol layer and consequently the mmc_suspend|resume_host APIs are deprecated. This means we can simplify the suspend|resume callbacks by removing the use of the deprecated APIs. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>