Re: [GIT PULL] cpufreq/arm fixes for 5.14
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2021-08-17 03:45:23
On 16-08-21, 16:42, Rafael J. Wysocki wrote:
And now it looks like there's more stuff on this branch.
Sorry about that.
Hi Rafael,
This pull request contains:
- Addition of SoCs to blocklist for cpufreq-dt driver (Bjorn Andersson
and Thara Gopinath).
- Fix error path for scmi driver (Lukasz Luba).
- Temporarily disable highest frequency for armada, its unsafe and
breaks stuff.
-------------------------8<-------------------------
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git cpufreq/arm/fixes
for you to fetch changes up to 484f2b7c61b9ae58cc00c5127bcbcd9177af8dfe:
cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variant (2021-08-09 09:31:22 +0530)
----------------------------------------------------------------
Bjorn Andersson (1):
cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev
Lukasz Luba (1):
cpufreq: arm_scmi: Fix error path when allocation failed
Marek Behún (1):
cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variant
Thara Gopinath (1):
cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdev
drivers/cpufreq/armada-37xx-cpufreq.c | 6 +++++-
drivers/cpufreq/cpufreq-dt-platdev.c | 2 ++
drivers/cpufreq/scmi-cpufreq.c | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)