1. 16 10月, 2013 3 次提交
  2. 01 10月, 2013 2 次提交
  3. 24 6月, 2013 1 次提交
    • V
      cpufreq: arm-big-little: call CPUFREQ_POSTCHANGE notfier in error cases · 3d69dd50
      Viresh Kumar 提交于
      PRECHANGE and POSTCHANGE notifiers must be called in groups, i.e either both
      should be called or both shouldn't be.
      
      In case we have started PRECHANGE notifier and found an error, we must call
      POSTCHANGE notifier with freqs.new = freqs.old to guarantee that sequence of
      calling notifiers is complete.
      
      This patch fixes it.
      
      This also removes code setting policy->cur as this is also done by POSTCHANGE
      notifier.
      Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org>
      3d69dd50
  4. 12 5月, 2013 2 次提交
  5. 22 4月, 2013 1 次提交
  6. 02 4月, 2013 1 次提交