commit | f7ba3b41e27129575201f0f9656e83fb67e86c3b | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Mon Dec 02 11:04:12 2013 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Jan 06 01:43:44 2014 +0100 |
tree | 3d7499edac72668560510c7345785e222da8b3d0 | |
parent | 26ab1c62b6e1ed4720d533320d646866027ade09 [diff] |
cpufreq: Introduce cpufreq_notify_post_transition() This introduces a new routine cpufreq_notify_post_transition() which can be used to send POSTCHANGE notification for new freq with or without both {PRE|POST}CHANGE notifications for last freq. This is useful at multiple places, especially for sending transition failure notifications. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>