Re: [PATCH 09/27] mmc: mvsdio: Remove redundant suspend and resume callbacks

2013-09-27 Thread Ulf Hansson
On 26 September 2013 17:40, Nicolas Pitre wrote: > On Thu, 26 Sep 2013, Ulf Hansson wrote: > >> Suspend and resume of cards are handled by the protocol layer and >> consequently the mmc_suspend|resume_host APIs are marked as deprecated. > > Having the protocol layer take care of card suspend is pe

Re: [PATCH 09/27] mmc: mvsdio: Remove redundant suspend and resume callbacks

2013-09-26 Thread Nicolas Pitre
On Thu, 26 Sep 2013, Ulf Hansson wrote: > Suspend and resume of cards are handled by the protocol layer and > consequently the mmc_suspend|resume_host APIs are marked as deprecated. Having the protocol layer take care of card suspend is perfectly sound. However, what about host controllers? Sho

[PATCH 09/27] mmc: mvsdio: Remove redundant suspend and resume callbacks

2013-09-26 Thread Ulf Hansson
Suspend and resume of cards are handled by the protocol layer and consequently the mmc_suspend|resume_host APIs are marked as deprecated. While moving away from using the deprecated APIs, there are nothing left to be done for the suspend and resume callbacks, so remove them. Cc: Nicolas Pitre Cc