mbox series

[GIT,PULL] cpufreq/arm updates for 5.20-rc1

Message ID 20220802043421.q6zykqujdyutt67k@vireshk-i7
State New
Headers show
Series [GIT,PULL] cpufreq/arm updates for 5.20-rc1 | expand

Pull-request

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

Message

Viresh Kumar Aug. 2, 2022, 4:34 a.m. UTC
Hi Rafael,

The following changes since commit d2394860b45c3c1484e4b0a5d09909a1e3f6569e:

  cpufreq: mediatek: Handle sram regulator probe deferral (2022-07-13 16:51:32 +0530)

are available in the Git repository at:

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

for you to fetch changes up to 33fe1cb20cf44af9c12048b2bfdebae0408cd4aa:

  cpufreq: tegra194: Staticize struct tegra_cpufreq_soc instances (2022-07-18 12:27:00 +0530)

----------------------------------------------------------------
Cpufreq/arm updates for 5.20-rc1

- Fix return error code in mtk_cpu_dvfs_info_init (Yang Yingliang).

- Minor cleanups and support for new boards for Qcom cpufreq drivers
  (Bryan O'Donoghue, Konrad Dybcio, Pierre Gondois, and Yicong Yang).

- Fix sparse warnings for Tegra driver (Viresh Kumar).

----------------------------------------------------------------
Bryan O'Donoghue (3):
      dt-bindings: opp: opp-v2-kryo-cpu: Fix example binding checks
      dt-bindings: opp: Add missing compat devices
      dt-bindings: opp: Add msm8939 to the compatible list

Konrad Dybcio (1):
      dt-bindings: cpufreq: cpufreq-qcom-hw: Add SM6375 compatible

Pierre Gondois (4):
      cpufreq: qcom-hw: Reset cancel_throttle when policy is re-enabled
      cpufreq: qcom-hw: Disable LMH irq when disabling policy
      cpufreq: qcom-hw: Remove deprecated irq_set_affinity_hint() call
      cpufreq: Change order of online() CB and policy->cpus modification

Viresh Kumar (1):
      cpufreq: tegra194: Staticize struct tegra_cpufreq_soc instances

Yang Yingliang (1):
      cpufreq: mediatek: fix error return code in mtk_cpu_dvfs_info_init()

Yicong Yang (1):
      cpufreq: qcom-cpufreq-hw: use HZ_PER_KHZ macro in units.h

 Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml    |  1 +
 Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml |  7 +++++++
 Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml        | 15 +++++++++++++++
 drivers/cpufreq/cpufreq.c                                         |  6 +++---
 drivers/cpufreq/mediatek-cpufreq.c                                |  1 +
 drivers/cpufreq/qcom-cpufreq-hw.c                                 | 14 +++++++++-----
 drivers/cpufreq/tegra194-cpufreq.c                                |  4 ++--
 7 files changed, 38 insertions(+), 10 deletions(-)