Re: [PATCH v5 2/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2018-07-16 05:10:17
Also in:
linux-pm, lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2018-07-16 05:10:17
Also in:
linux-pm, lkml
On 12-07-18, 23:35, Taniya Das wrote:
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 <redacted> Signed-off-by: Taniya Das <redacted> --- drivers/cpufreq/Kconfig.arm | 10 ++ drivers/cpufreq/Makefile | 1 + drivers/cpufreq/qcom-cpufreq-hw.c | 344 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 355 insertions(+) create mode 100644 drivers/cpufreq/qcom-cpufreq-hw.c
Have you addressed my concerns that I raised for this patch in the previous version ? You never replied to me as well. -- viresh