commit | 578aebc7d6eca1de7a641b7ab0e70db73a42bcfa | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Thu Sep 26 10:54:30 2013 +0200 |
committer | Chris Ball <cjb@laptop.org> | Wed Oct 30 20:28:37 2013 -0400 |
tree | 9c4617ffc134c0629bb44901ae67483f23313358 | |
parent | ccad9b973f50144dddd05e9704b0eb4060c316a3 [diff] |
mmc: mmci: 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. Cc: Russell King <linux@arm.linux.org.uk> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org>