cpufreq: arm_big_little: Add support to register a cpufreq cooling device
authorPunit Agrawal <punit.agrawal@arm.com>
Tue, 17 Nov 2015 12:06:23 +0000 (12:06 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Dec 2015 23:14:58 +0000 (00:14 +0100)
commit2f7e8a175db72bdaf377235962fd85796edb3fbc
tree4f25585f65cece59ca04bbe72981db5c1a6d1089
parentf8fa8ae06b8c2c25d81c99766f9226adc5c3e073
cpufreq: arm_big_little: Add support to register a cpufreq cooling device

Register passive cooling devices when initialising cpufreq on
big.LITTLE systems. If the device tree provides a dynamic power
coefficient for the CPUs then the bound cooling device will support
the extensions that allow it to be used with all the existing thermal
governors including the power allocator governor.

A cooling device will be created per individual frequency domain and
can be bound to thermal zones via the thermal DT bindings.

Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/Kconfig.arm
drivers/cpufreq/arm_big_little.c