mbox series

[GIT,PULL] cpufreq/arm updates for 6.12

Message ID 20240906054735.cbsjpwvpelgukppq@vireshk-i7
State New
Headers show
Series [GIT,PULL] cpufreq/arm updates for 6.12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.12

Message

Viresh Kumar Sept. 6, 2024, 5:47 a.m. UTC
Hi Rafael,

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.12

for you to fetch changes up to 6b612d1bac67b0f483fde7779a45f6310274d4eb:

  cpufreq: ti-cpufreq: Use socinfo to get revision in AM62 family (2024-09-04 20:43:59 +0530)

----------------------------------------------------------------
ARM cpufreq updates for 6.12

- Several OF related cleanups in cpufreq drivers (Rob Herring).

- Enable COMPILE_TEST for ARM drivers (Rob Herrring).

- Introduce quirks for syscon failures and use socinfo to get revision
  for TI cpufreq driver (Dhruva Gole and Nishanth Menon).

- Minor cleanups in amd-pstate driver (Anastasia Belova and Dhananjay
  Ugwekar).

- Minor cleanups for loongson, cpufreq-dt and powernv cpufreq drivers
  (Danila Tikhonov, Huacai Chen, and Liu Jing).

----------------------------------------------------------------
Anastasia Belova (1):
      cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value

Danila Tikhonov (1):
      cpufreq: Add SM7325 to cpufreq-dt-platdev blocklist

Dhananjay Ugwekar (1):
      cpufreq/amd-pstate: Add the missing cpufreq_cpu_put()

Dhruva Gole (1):
      cpufreq: ti-cpufreq: Use socinfo to get revision in AM62 family

Huacai Chen (1):
      cpufreq: loongson3: Use raw_smp_processor_id() in do_service_request()

Liu Jing (1):
      cpufreq: Fix the cacography in powernv-cpufreq.c

Nishanth Menon (1):
      cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriately

Rob Herring (Arm) (8):
      cpufreq: Use of_property_present()
      cpufreq: spear: Use of_property_for_each_u32() instead of open coding
      cpufreq: qcom: Add explicit io.h include for readl/writel_relaxed
      cpufreq: omap: Drop asm includes
      cpufreq: armada-8k: Avoid excessive stack usage
      cpufreq: Enable COMPILE_TEST on Arm drivers
      cpufreq: Drop CONFIG_ARM and CONFIG_ARM64 dependency on Arm drivers
      cpufreq: Fix warning on unused of_device_id tables for !CONFIG_OF

 drivers/cpufreq/Kconfig                |  2 --
 drivers/cpufreq/Kconfig.arm            | 50 ++++++++++++++++++++++++++++++--------------------
 drivers/cpufreq/amd-pstate.c           | 19 ++++++++++++++++---
 drivers/cpufreq/apple-soc-cpufreq.c    |  2 +-
 drivers/cpufreq/armada-8k-cpufreq.c    |  2 +-
 drivers/cpufreq/cpufreq-dt-platdev.c   |  1 +
 drivers/cpufreq/cpufreq-dt.c           | 11 +++--------
 drivers/cpufreq/loongson3_cpufreq.c    |  2 +-
 drivers/cpufreq/mediatek-cpufreq.c     |  2 +-
 drivers/cpufreq/omap-cpufreq.c         |  3 ---
 drivers/cpufreq/pmac64-cpufreq.c       |  2 +-
 drivers/cpufreq/powernv-cpufreq.c      |  2 +-
 drivers/cpufreq/qcom-cpufreq-hw.c      |  1 +
 drivers/cpufreq/qcom-cpufreq-nvmem.c   |  2 +-
 drivers/cpufreq/spear-cpufreq.c        | 18 +++++++-----------
 drivers/cpufreq/sti-cpufreq.c          |  2 +-
 drivers/cpufreq/sun50i-cpufreq-nvmem.c |  2 +-
 drivers/cpufreq/ti-cpufreq.c           | 31 ++++++++++++++++++++++++++++---
 18 files changed, 95 insertions(+), 59 deletions(-)