Re: [PATCH 15/27] mmc: mxs-mmc: Move away from using deprecated APIs

2013-09-26 Thread Shawn Guo
On Thu, Sep 26, 2013 at 04:54:40PM +0200, Ulf Hansson wrote: > 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 deprecat

[PATCH 15/27] mmc: mxs-mmc: Move away from using deprecated APIs

2013-09-26 Thread Ulf Hansson
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 Cc: Fabio Estevam Signed-off-by: Ulf Hansson