Re: [PATCH 3/3] powercap/drivers/idle_inject: Specify the idle state to inject

2019-09-27 Thread Mathieu Poirier
On Tue, 24 Sep 2019 at 07:02, Daniel Lezcano wrote: > > > Hi Mathieu, > > On 18/09/2019 21:35, Mathieu Poirier wrote: > > On Mon, Sep 09, 2019 at 04:50:15PM +0200, Daniel Lezcano wrote: > >> Currently the idle injection framework only allows to inject the > >> deepest idle state available on the

Re: [PATCH 3/3] powercap/drivers/idle_inject: Specify the idle state to inject

2019-09-24 Thread Daniel Lezcano
Hi Mathieu, On 18/09/2019 21:35, Mathieu Poirier wrote: > On Mon, Sep 09, 2019 at 04:50:15PM +0200, Daniel Lezcano wrote: >> Currently the idle injection framework only allows to inject the >> deepest idle state available on the system. >> >> Give the opportunity to specify which idle state we

Re: [PATCH 3/3] powercap/drivers/idle_inject: Specify the idle state to inject

2019-09-18 Thread Mathieu Poirier
On Mon, Sep 09, 2019 at 04:50:15PM +0200, Daniel Lezcano wrote: > Currently the idle injection framework only allows to inject the > deepest idle state available on the system. > > Give the opportunity to specify which idle state we want to inject by > adding a new function helper to set the

[PATCH 3/3] powercap/drivers/idle_inject: Specify the idle state to inject

2019-09-09 Thread Daniel Lezcano
Currently the idle injection framework only allows to inject the deepest idle state available on the system. Give the opportunity to specify which idle state we want to inject by adding a new function helper to set the state and use it when calling play_idle(). There is no functional changes,

[PATCH 3/3] powercap/drivers/idle_inject: Specify the idle state to inject

2019-08-05 Thread Daniel Lezcano
Currently the idle injection framework only allows to inject the deepest idle state available on the system. Give the opportunity to specify which idle state we want to inject by adding a new function helper to set the state and use it when calling play_idle(). Signed-off-by: Daniel Lezcano ---