RE: [PATCH V2]mmc: remove MMC bus legacy suspend/resume method

2012-04-10 Thread Dong, Chuanxiao
> -Original Message- > From: Ulf Hansson [mailto:ulf.hans...@stericsson.com] > Sent: Tuesday, April 10, 2012 9:20 PM > To: Dong, Chuanxiao > Cc: linux-mmc@vger.kernel.org; linux...@lists.linux-foundation.org; > r...@sisk.pl > Subject: Re: [PATCH V2]mmc: remove M

Re: [PATCH V2]mmc: remove MMC bus legacy suspend/resume method

2012-04-10 Thread Ulf Hansson
On 04/05/2012 09:51 AM, Chuanxiao Dong wrote: MMC bus is using legacy suspend/resume method, which is not compatible if runtime pm callbacks are used. In this scenario, MMC bus suspend/resume callbacks cannot be called when system entering S3. So change to use the new defined dev_pm_ops for syst

Re: [PATCH V2]mmc: remove MMC bus legacy suspend/resume method

2012-04-09 Thread Linus Walleij
On Thu, Apr 5, 2012 at 9:51 AM, Chuanxiao Dong wrote: > MMC bus is using legacy suspend/resume method, which is not compatible if > runtime pm callbacks are used. In this scenario, MMC bus suspend/resume > callbacks cannot be called when system entering S3. So change to use the new > defined dev_

RE: [PATCH V2]mmc: remove MMC bus legacy suspend/resume method

2012-04-08 Thread Hebbar, Gururaja
On Thu, Apr 05, 2012 at 13:21:18, Chuanxiao Dong wrote: > MMC bus is using legacy suspend/resume method, which is not compatible if > runtime pm callbacks are used. In this scenario, MMC bus suspend/resume > callbacks cannot be called when system entering S3. So change to use the new > defined dev_

[PATCH V2]mmc: remove MMC bus legacy suspend/resume method

2012-04-05 Thread Chuanxiao Dong
MMC bus is using legacy suspend/resume method, which is not compatible if runtime pm callbacks are used. In this scenario, MMC bus suspend/resume callbacks cannot be called when system entering S3. So change to use the new defined dev_pm_ops for system sleeping mode Signed-off-by: Chuanxiao Dong