Re: [RFC PATCH] PM: Domain: Add flag to assure that device's runtime pm callback is called at once.

2014-06-11 Thread Rafael J. Wysocki
On Wed, Jun 11, 2014 at 12:31 PM, wrote: > Hi Ulf, > On 2014년 06월 11일 17:27, Ulf Hansson wrote: > >> On 11 June 2014 02:33, Jonghwa Lee wrote: >>> When device uses generic pm domain, its own runtime suspend callback will be >>> executed only when all devices in the same domain are suspended. How

Re: [RFC PATCH] PM: Domain: Add flag to assure that device's runtime pm callback is called at once.

2014-06-11 Thread jonghwa3 . lee
Hi Ulf, On 2014년 06월 11일 17:27, Ulf Hansson wrote: > On 11 June 2014 02:33, Jonghwa Lee wrote: >> When device uses generic pm domain, its own runtime suspend callback will be >> executed only when all devices in the same domain are suspended. However, >> some >> device needs sychronized runtime

Re: [RFC PATCH] PM: Domain: Add flag to assure that device's runtime pm callback is called at once.

2014-06-11 Thread Ulf Hansson
On 11 June 2014 02:33, Jonghwa Lee wrote: > When device uses generic pm domain, its own runtime suspend callback will be > executed only when all devices in the same domain are suspended. However, some > device needs sychronized runtime suspend and not to be deffered. > For those devices, Generic

[RFC PATCH] PM: Domain: Add flag to assure that device's runtime pm callback is called at once.

2014-06-10 Thread Jonghwa Lee
When device uses generic pm domain, its own runtime suspend callback will be executed only when all devices in the same domain are suspended. However, some device needs sychronized runtime suspend and not to be deffered. For those devices, Generic pm domain adds new API for adding device with flag,