Re: [PATCH 2/3] cpuidle: play_idle: Specify play_idle with an idle state

2019-09-18 Thread Mathieu Poirier
On Mon, Sep 09, 2019 at 04:50:14PM +0200, Daniel Lezcano wrote: > Currently, the play_idle function does not allow to tell which idle > state we want to go. Improve this by passing the idle state as > parameter to the function. > > There is no functional changes, the cpuidle state is the deepest

[PATCH 2/3] cpuidle: play_idle: Specify play_idle with an idle state

2019-09-09 Thread Daniel Lezcano
Currently, the play_idle function does not allow to tell which idle state we want to go. Improve this by passing the idle state as parameter to the function. There is no functional changes, the cpuidle state is the deepest one. Signed-off-by: Daniel Lezcano --- drivers/powercap/idle_inject.c

[PATCH 2/3] cpuidle: play_idle: Specify play_idle with an idle state

2019-08-05 Thread Daniel Lezcano
Currently, the play_idle function does not allow to tell which idle state we want to go. Improve this by passing the idle state as parameter to the function. Signed-off-by: Daniel Lezcano --- drivers/powercap/idle_inject.c | 3 ++- drivers/thermal/intel/intel_powerclamp.c | 4 +++-