Re: [PATCH 1/3] omap_hsmmc: consider MMC_PM_KEEP_POWER on suspend/resume

2011-12-08 Thread Tony Lindgren
* Chris Ball [111201 09:40]: > Hi, > > On Tue, Nov 22 2011, Eliad Peller wrote: > > When an mmc card has the MMC_PM_KEEP_POWER flag, it shouldn't > > be powered off on suspend (and thus doesn't have to be powered-on > > on resume) > > > > While on it, change the suspend flow a bit, to make it a b

Re: [PATCH 1/3] omap_hsmmc: consider MMC_PM_KEEP_POWER on suspend/resume

2011-12-01 Thread Chris Ball
Hi, On Tue, Nov 22 2011, Eliad Peller wrote: > When an mmc card has the MMC_PM_KEEP_POWER flag, it shouldn't > be powered off on suspend (and thus doesn't have to be powered-on > on resume) > > While on it, change the suspend flow a bit, to make it a bit > easier to follow. > > Signed-off-by: Elia

[PATCH 1/3] omap_hsmmc: consider MMC_PM_KEEP_POWER on suspend/resume

2011-11-22 Thread Eliad Peller
When an mmc card has the MMC_PM_KEEP_POWER flag, it shouldn't be powered off on suspend (and thus doesn't have to be powered-on on resume) While on it, change the suspend flow a bit, to make it a bit easier to follow. Signed-off-by: Eliad Peller --- drivers/mmc/host/omap_hsmmc.c | 24