Re: [PATCH v2 1/3] cpuidle/coupled: Remove cpuidle_device::safe_state_index

2015-08-28 Thread Rafael J. Wysocki
On Tuesday, August 04, 2015 01:48:55 PM Xunlei Pang wrote: > From: Xunlei Pang > > cpuidle_device::safe_state_index need to be initialized before > use, it should be the same as cpuidle_driver::safe_state_index. > > We tackled this issue by removing the safe_state_index from the >

Re: [PATCH v2 1/3] cpuidle/coupled: Remove cpuidle_device::safe_state_index

2015-08-28 Thread Rafael J. Wysocki
On Tuesday, August 04, 2015 01:48:55 PM Xunlei Pang wrote: From: Xunlei Pang pang.xun...@linaro.org cpuidle_device::safe_state_index need to be initialized before use, it should be the same as cpuidle_driver::safe_state_index. We tackled this issue by removing the safe_state_index from the

Re: [PATCH v2 1/3] cpuidle/coupled: Remove cpuidle_device::safe_state_index

2015-08-25 Thread pang . xunlei
Ping Xunlei Pang wrote 2015-08-04 PM 01:48:55: > [PATCH v2 1/3] cpuidle/coupled: Remove cpuidle_device::safe_state_index > > From: Xunlei Pang > > cpuidle_device::safe_state_index need to be initialized before > use, it should be the same as cpuidle_driver::safe_state_inde

Re: [PATCH v2 1/3] cpuidle/coupled: Remove cpuidle_device::safe_state_index

2015-08-25 Thread pang . xunlei
Ping Xunlei Pang xlp...@126.com wrote 2015-08-04 PM 01:48:55: [PATCH v2 1/3] cpuidle/coupled: Remove cpuidle_device::safe_state_index From: Xunlei Pang pang.xun...@linaro.org cpuidle_device::safe_state_index need to be initialized before use, it should be the same as cpuidle_driver

[PATCH v2 1/3] cpuidle/coupled: Remove cpuidle_device::safe_state_index

2015-08-03 Thread Xunlei Pang
From: Xunlei Pang cpuidle_device::safe_state_index need to be initialized before use, it should be the same as cpuidle_driver::safe_state_index. We tackled this issue by removing the safe_state_index from the cpuidle_device structure and use the one in the cpuidle_driver structure instead.

[PATCH v2 1/3] cpuidle/coupled: Remove cpuidle_device::safe_state_index

2015-08-03 Thread Xunlei Pang
From: Xunlei Pang pang.xun...@linaro.org cpuidle_device::safe_state_index need to be initialized before use, it should be the same as cpuidle_driver::safe_state_index. We tackled this issue by removing the safe_state_index from the cpuidle_device structure and use the one in the cpuidle_driver