thermal: cpu_cooling: Switch to QoS requests for freq limits
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 23 Jul 2019 06:14:02 +0000 (11:44 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 10 Aug 2019 12:08:03 +0000 (14:08 +0200)
commit5130802ddbb10a73cf17d1117e2044c8d5ba7d65
tree5b931c79c7c12a94e43e42485f0d66195528ce50
parent6a1490367c44f94614e39e8b98ff7114ff8a6449
thermal: cpu_cooling: Switch to QoS requests for freq limits

The cpufreq core now takes the min/max frequency constraints via QoS
requests and the CPUFREQ_ADJUST notifier shall get removed later on.

Switch over to using the QoS request for maximum frequency constraint
for cpu_cooling driver.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
[ rjw: Subject ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/thermal/cpu_cooling.c