Re: [PATCH V2 5/6] PM / domain: Save/restore performance state at runtime suspend/resume

2017-02-20 Thread Viresh Kumar
On 17-02-17, 15:58, Kevin Hilman wrote: > Viresh Kumar writes: > > > With runtime PM, the devices get suspended while the system is up and > > running in order to save power. At such times, it is important to > > re-evaluate the required performance state of the domain,

Re: [PATCH V2 5/6] PM / domain: Save/restore performance state at runtime suspend/resume

2017-02-20 Thread Viresh Kumar
On 17-02-17, 15:58, Kevin Hilman wrote: > Viresh Kumar writes: > > > With runtime PM, the devices get suspended while the system is up and > > running in order to save power. At such times, it is important to > > re-evaluate the required performance state of the domain, in order to > > choose a

Re: [PATCH V2 5/6] PM / domain: Save/restore performance state at runtime suspend/resume

2017-02-17 Thread Kevin Hilman
Viresh Kumar writes: > With runtime PM, the devices get suspended while the system is up and > running in order to save power. At such times, it is important to > re-evaluate the required performance state of the domain, in order to > choose a lower state if possible. >

Re: [PATCH V2 5/6] PM / domain: Save/restore performance state at runtime suspend/resume

2017-02-17 Thread Kevin Hilman
Viresh Kumar writes: > With runtime PM, the devices get suspended while the system is up and > running in order to save power. At such times, it is important to > re-evaluate the required performance state of the domain, in order to > choose a lower state if possible. > > This patch updates the

[PATCH V2 5/6] PM / domain: Save/restore performance state at runtime suspend/resume

2017-02-08 Thread Viresh Kumar
With runtime PM, the devices get suspended while the system is up and running in order to save power. At such times, it is important to re-evaluate the required performance state of the domain, in order to choose a lower state if possible. This patch updates the genpd suspend/resume callbacks to

[PATCH V2 5/6] PM / domain: Save/restore performance state at runtime suspend/resume

2017-02-08 Thread Viresh Kumar
With runtime PM, the devices get suspended while the system is up and running in order to save power. At such times, it is important to re-evaluate the required performance state of the domain, in order to choose a lower state if possible. This patch updates the genpd suspend/resume callbacks to