Re: [PATCH] cpuidle: remove cpu_pm calls when entering a idle state

2016-10-21 Thread Sudeep Holla
Hi Chenhui, On Fri, Oct 21, 2016 at 10:32 AM, Chenhui Zhao wrote: > The functions, cpu_pm_enter and cpu_pm_exit, assume that CPU would > be reset when entering and exiting a idle state. If that is not the > case, they would cause issue. > So are you OK to break all the

Re: [PATCH] cpuidle: remove cpu_pm calls when entering a idle state

2016-10-21 Thread Sudeep Holla
Hi Chenhui, On Fri, Oct 21, 2016 at 10:32 AM, Chenhui Zhao wrote: > The functions, cpu_pm_enter and cpu_pm_exit, assume that CPU would > be reset when entering and exiting a idle state. If that is not the > case, they would cause issue. > So are you OK to break all the states that would be

[PATCH] cpuidle: remove cpu_pm calls when entering a idle state

2016-10-21 Thread Chenhui Zhao
The functions, cpu_pm_enter and cpu_pm_exit, assume that CPU would be reset when entering and exiting a idle state. If that is not the case, they would cause issue. Signed-off-by: Chenhui Zhao --- include/linux/cpuidle.h | 7 +-- 1 file changed, 1 insertion(+), 6

[PATCH] cpuidle: remove cpu_pm calls when entering a idle state

2016-10-21 Thread Chenhui Zhao
The functions, cpu_pm_enter and cpu_pm_exit, assume that CPU would be reset when entering and exiting a idle state. If that is not the case, they would cause issue. Signed-off-by: Chenhui Zhao --- include/linux/cpuidle.h | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git