cpufreq: Simplify core code related to boost support
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 26 Dec 2015 23:27:38 +0000 (00:27 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 1 Jan 2016 02:49:51 +0000 (03:49 +0100)
commit7a6c79f2fe53dac9b7b290f3a4c56b0958e19201
treeed4fe2c6a492e42e69e885e81a9ec1f5f6b9bbf0
parent17135782b816383b426d280c350467b23ef9c10c
cpufreq: Simplify core code related to boost support

Notice that the boost_supported field in struct cpufreq_driver is
redundant, because the driver's ->set_boost callback may be left
unset if "boost" is not supported.  Moreover, the only driver
populating the ->set_boost callback is acpi_cpufreq, so make it
avoid populating that callback if "boost" is not supported, rework
the core to check ->set_boost instead of boost_supported to
verify "boost" support and drop boost_supported which isn't
used any more.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/cpufreq/acpi-cpufreq.c
drivers/cpufreq/cpufreq.c
include/linux/cpufreq.h