Re: [RFC/NOT FOR MERGING 2/5] arm: omap: don't forcefully runtime suspend a device

2012-10-18 Thread Kevin Hilman
Felipe Balbi ba...@ti.com writes: device drivers should be smart enough to provide -suspend/-resume callbacks when needed and they should take care of doing whatever needs to be done in order to allow a device to be suspended. Calling pm_runtime_* from system suspend isn't the right way to

Re: [RFC/NOT FOR MERGING 2/5] arm: omap: don't forcefully runtime suspend a device

2012-10-18 Thread Felipe Balbi
Hi, On Thu, Oct 18, 2012 at 10:01:00AM -0700, Kevin Hilman wrote: Felipe Balbi ba...@ti.com writes: device drivers should be smart enough to provide -suspend/-resume callbacks when needed and they should take care of doing whatever needs to be done in order to allow a device to be

[RFC/NOT FOR MERGING 2/5] arm: omap: don't forcefully runtime suspend a device

2012-10-17 Thread Felipe Balbi
device drivers should be smart enough to provide -suspend/-resume callbacks when needed and they should take care of doing whatever needs to be done in order to allow a device to be suspended. Calling pm_runtime_* from system suspend isn't the right way to achieve that, as it creates a situation