]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier event
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 3 Aug 2015 03:06:14 +0000 (08:36 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 1 Sep 2015 13:50:38 +0000 (15:50 +0200)
commit5940fb871e147330ecdbbd933772e1d35c96b0f5
tree113dcc567f4eee2ec2623aa8b8f3aff9351d2c5b
parent8f7bb94dd65057330570854660fd2d06e5c16a06
cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier event

What's being done from CPUFREQ_INCOMPATIBLE, can also be done with
CPUFREQ_ADJUST. There is nothing special with CPUFREQ_INCOMPATIBLE
notifier.

Kill CPUFREQ_INCOMPATIBLE and fix its usage sites.

This also updates the numbering of notifier events to remove holes.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/cpu-freq/core.txt
drivers/acpi/processor_perflib.c
drivers/cpufreq/cpufreq.c
drivers/cpufreq/ppc_cbe_cpufreq_pmi.c
drivers/video/fbdev/pxafb.c
drivers/video/fbdev/sa1100fb.c
include/linux/cpufreq.h