Re: [GIT PULL] cpufreq/arm fixes for 5.14
From: "Rafael J. Wysocki" <rafael@kernel.org>
Date: 2021-08-16 14:43:26
On Tue, Aug 10, 2021 at 10:58 AM Viresh Kumar [off-list ref] wrote:
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.
I wasn;t able to pull last week, sorry about that.
-------------------------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/linux-next
And now it looks like there's more stuff on this branch. Can you please create a branch with fixes only and send this again with respect to that branch?
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(-)