summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorIlia Lin <ilialin@codeaurora.org>2018-05-29 22:39:28 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-05-30 06:53:11 -0400
commit46e2856b8e188949757c9123fd7f9ce36edd1a52 (patch)
treeabb383dfe51d59eb2347acf607b3eb491721c3d1 /MAINTAINERS
parentcc85de361d99490df182e63d13f409054a579a13 (diff)
cpufreq: Add Kryo CPU scaling driver
In Certain QCOM SoCs like apq8096 and msm8996 that have KRYO processors, the CPU frequency subset and voltage value of each OPP varies based on the silicon variant in use. Qualcomm Process Voltage Scaling Tables defines the voltage and frequency value based on the msm-id in SMEM and speedbin blown in the efuse combination. The qcom-cpufreq-kryo driver reads the msm-id and efuse value from the SoC to provide the OPP framework with required information. This is used to determine the voltage and frequency value for each OPP of operating-points-v2 table when it is parsed by the OPP framework. Signed-off-by: Ilia Lin <ilialin@codeaurora.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org> Tested-by: Amit Kucheria <amit.kucheria@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 58b9861ccf99..02f6a49f3272 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11653,6 +11653,13 @@ F: Documentation/devicetree/bindings/media/qcom,camss.txt
11653F: Documentation/media/v4l-drivers/qcom_camss.rst 11653F: Documentation/media/v4l-drivers/qcom_camss.rst
11654F: drivers/media/platform/qcom/camss-8x16/ 11654F: drivers/media/platform/qcom/camss-8x16/
11655 11655
11656QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
11657M: Ilia Lin <ilia.lin@gmail.com>
11658L: linux-pm@vger.kernel.org
11659S: Maintained
11660F: Documentation/devicetree/bindings/opp/kryo-cpufreq.txt
11661F: drivers/cpufreq/qcom-cpufreq-kryo.c
11662
11656QUALCOMM EMAC GIGABIT ETHERNET DRIVER 11663QUALCOMM EMAC GIGABIT ETHERNET DRIVER
11657M: Timur Tabi <timur@codeaurora.org> 11664M: Timur Tabi <timur@codeaurora.org>
11658L: netdev@vger.kernel.org 11665L: netdev@vger.kernel.org