[PATCH 2/5] PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PM

2013-11-27 Thread Ulf Hansson
The pm_generic_runtime_suspend|resume functions were implemented within CONFIG_PM_RUNTIME. As we also may use runtime PM callbacks during system suspend, to put devices into low power state, we need to move the implementation of pm_generic_runtime_suspend|resume to CONFIG_PM. This change

[PATCH 2/5] PM / Runtime: Implement the pm_generic_runtime functions for CONFIG_PM

2013-11-27 Thread Ulf Hansson
The pm_generic_runtime_suspend|resume functions were implemented within CONFIG_PM_RUNTIME. As we also may use runtime PM callbacks during system suspend, to put devices into low power state, we need to move the implementation of pm_generic_runtime_suspend|resume to CONFIG_PM. This change