On 10 September 2013 20:42, Guennadi Liakhovetski <g.liakhovetski@xxxxxx> wrote: > 4. reverted that commit, resolving a trivial conflict. Added a debug > output in __cpufreq_driver_target() of > > > if (cpufreq_disabled()) > return -ENODEV; > + pr_info("%s() %d\n", __func__, policy->transition_ongoing); > if (policy->transition_ongoing) > return -EBUSY; Are you sure this diff is on linux-next and not after the revert that you mentioned later in the mail? There is some locking introduced by my patch which I can't see in you diff.. > Built and booted, got > > cpufreq: __cpufreq_driver_target(): 1 > > printed out 4 times from the beginning. > > 5. tried > > echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor > > the above output appeared 2 more times - no frequency change resulted. > > 6. reverted commit dceff5ce18801dddc220d6238628619c93bc3cb6, built booted > - cpufreq works again. > >> I am afraid you need to give us some more information on how it broke >> your stuff.. :) > > Hope the above is enough. A bit more would be helpful.. Can you add these debug prints to all the places where transition_ongoing is getting modified? with %s, __func__ to distinguish them better? That will make it a bit easy for me... Also, what's the configuration of your system? How many CPUs? And are all of them sharing clock? (I believe yes, as you are using cpufreq-cpu0).. -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html