[PATCH V2 3/5] cpufreq: pcc: send new set of notification for transition failures

2013-12-01 Thread Viresh Kumar
In the current code, if we fail during a frequency transition we simply send the POSTCHANGE notification with old frequency. This isn't enough. One of the core user of these notifications is the code responsible for keeping loops_per_jiffy aligned with frequency change. And mostly it is written

[PATCH V2 3/5] cpufreq: pcc: send new set of notification for transition failures

2013-12-01 Thread Viresh Kumar
In the current code, if we fail during a frequency transition we simply send the POSTCHANGE notification with old frequency. This isn't enough. One of the core user of these notifications is the code responsible for keeping loops_per_jiffy aligned with frequency change. And mostly it is written