]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit142879bd69ca3b0da1d4468c38c53ff874dc63b3
tree4f25585f65cece59ca04bbe72981db5c1a6d1089
parent36ffc19f0124cae3e0f1f45e74190d9fc1913a91
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