On 27 February 2013 16:59, Viresh Kumar <[email protected]> wrote: > The only difference between schedule_delayed_work[_on]() and > queue_delayed_work[_on]() is the workqueue, work is scheduled on. We may need > to > modify the delay for works queued with schedule_delayed_work[_on]() calls and > thus adding these helpers. > > First users of these new helpers is cpufreq governors which need to modify the > delay for its works. > > Cc: Tejun Heo <[email protected]> > Signed-off-by: Viresh Kumar <[email protected]>
btw, this patchset is pushed here: http://git.linaro.org/gitweb?p=people/vireshk/linux.git;a=shortlog;h=refs/heads/cpufreq-fix-gov-wakeups -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

