Re: [PATCH] mmc: omap_hsmmc: add hibernation support

2015-03-05 Thread Ulf Hansson
On 27 February 2015 at 12:24, grygorii.stras...@linaro.org wrote: From: Russ Dill russ.d...@ti.com Setting a dev_pm_ops suspend/resume pair but not a set of hibernation functions means those pm functions will not be called upon hibernation. Fix this by using SET_SYSTEM_SLEEP_PM_OPS, which

[PATCH] mmc: omap_hsmmc: add hibernation support

2015-02-27 Thread grygorii.strashko
From: Russ Dill russ.d...@ti.com Setting a dev_pm_ops suspend/resume pair but not a set of hibernation functions means those pm functions will not be called upon hibernation. Fix this by using SET_SYSTEM_SLEEP_PM_OPS, which appropriately assigns the suspend and hibernation handlers and move