]> asedeno.scripts.mit.edu Git - linux.git/commit
cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver
authorTaniya Das <tdas@codeaurora.org>
Fri, 14 Dec 2018 04:10:24 +0000 (09:40 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 18 Dec 2018 22:43:09 +0000 (23:43 +0100)
commit2849dd8bc72b62a315854863c84c523176bd55ce
tree0156c25213d362676300d11304524dd8424f990a
parent0a3b0c7f979563c97a136c51e43ef724121e83ed
cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver

The CPUfreq HW present in some QCOM chipsets offloads the steps necessary
for changing the frequency of CPUs. The driver implements the cpufreq
driver interface for this hardware engine.

Signed-off-by: Saravana Kannan <skannan@codeaurora.org>
Signed-off-by: Taniya Das <tdas@codeaurora.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Tested-by: Stephen Boyd <swboyd@chromium.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Tested-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/Kconfig.arm
drivers/cpufreq/Makefile
drivers/cpufreq/qcom-cpufreq-hw.c [new file with mode: 0644]