Patch "cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev" has been added to the 5.11-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev

to the 5.11-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     cpufreq-blacklist-arm-vexpress-platforms-in-cpufreq-.patch
and it can be found in the queue-5.11 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 3a397a1671f3c6ed090d26a38dab17a03cc1a6ae
Author: Sudeep Holla <sudeep.holla@xxxxxxx>
Date:   Thu Feb 18 22:23:26 2021 +0000

    cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev
    
    [ Upstream commit fbb31cb805fd3574d3be7defc06a7fd2fd9af7d2 ]
    
    Add "arm,vexpress" to cpufreq-dt-platdev blacklist since the actual
    scaling is handled by the firmware cpufreq drivers(scpi, scmi and
    vexpress-spc).
    
    Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx>
    Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index bd2db0188cbb..91e6a0c10dbf 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -103,6 +103,8 @@ static const struct of_device_id whitelist[] __initconst = {
 static const struct of_device_id blacklist[] __initconst = {
 	{ .compatible = "allwinner,sun50i-h6", },
 
+	{ .compatible = "arm,vexpress", },
+
 	{ .compatible = "calxeda,highbank", },
 	{ .compatible = "calxeda,ecx-2000", },
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux