Re: [GIT PULL] : cpuidle-big.little fix when mcpm is not available

2015-01-25 Thread Rafael J. Wysocki
On Sunday, January 25, 2015 03:39:40 PM Daniel Lezcano wrote: > Hi Rafael, > > This pull request has a single patch which is a fix for the > cpuidle-big.little driver. If the mcpm backend is not available because > the CCI is not defined in the DT, the cpuidle driver will > unconditionally assu

[GIT PULL] : cpuidle-big.little fix when mcpm is not available

2015-01-25 Thread Daniel Lezcano
Hi Rafael, This pull request has a single patch which is a fix for the cpuidle-big.little driver. If the mcpm backend is not available because the CCI is not defined in the DT, the cpuidle driver will unconditionally assume it is and call the mcpm functions leading to a kernel WARNING. Sude