]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: mxs-mmc: Move away from using deprecated APIs
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 25 Sep 2013 13:21:53 +0000 (15:21 +0200)
committerChris Ball <cjb@laptop.org>
Thu, 31 Oct 2013 00:28:25 +0000 (20:28 -0400)
commit683590791dedcae4170cb0fd4b05241098d27b54
treeb60ec0ad24d041ad36c6d8e34ae16c4b4dca3372
parent3932afd514af5855741116159627a90fd1ac918e
mmc: mxs-mmc: 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: Shawn Guo <shawn.guo@linaro.org>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/mxs-mmc.c