mbox series

[GIT,PULL] cpufreq/arm updates for 6.5

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

Pull-request

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

Message

Viresh Kumar June 27, 2023, 2:30 a.m. UTC
Hi Rafael,

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -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.5

for you to fetch changes up to 5ee64250286e8c5162808667a9a8668488d9f577:

  cpufreq: qcom-cpufreq-hw: Use dev_err_probe() when failing to get icc paths (2023-06-26 12:09:47 +0530)

----------------------------------------------------------------
ARM cpufreq updates for 6.5

- Add support to build cpufreq-dt-platdev as module (Zhipeng Wang).

- Don't allocate Sparc's cpufreq_driver dynamically (Viresh Kumar).

- Add support for TI's AM62A7 platform (Vibhore Vardhan).

- Add support for Armada's ap807 platform (Russell King (Oracle)).

- Add support for StarFive JH7110 SoC (Mason Huo).

- Fix voltage selection for Mediatek Socs (Daniel Golle).

- Fix error handling in Tegra's cpufreq driver (Christophe JAILLET).

- Document Qualcomm's IPQ8074 in DT bindings (Robert Marko).

- Don't warn for disabling a non-existing frequency for imx6q cpufreq
  driver (Christoph Niedermaier).

- Use dev_err_probe() in Qualcomm's cpufreq driver (Andrew Halaney).

----------------------------------------------------------------
Andrew Halaney (1):
      cpufreq: qcom-cpufreq-hw: Use dev_err_probe() when failing to get icc paths

Christoph Niedermaier (1):
      cpufreq: imx6q: don't warn for disabling a non-existing frequency

Christophe JAILLET (1):
      cpufreq: tegra194: Fix an error handling path in tegra194_cpufreq_probe()

Daniel Golle (1):
      cpufreq: mediatek: correct voltages for MT7622 and MT7623

Mason Huo (1):
      cpufreq: dt-platdev: Add JH7110 SOC to the allowlist

Robert Marko (1):
      dt-bindings: cpufreq: qcom-cpufreq-nvmem: document IPQ8074

Russell King (Oracle) (1):
      cpufreq: armada-8k: add ap807 support

Vibhore Vardhan (2):
      cpufreq: ti-cpufreq: Add support for AM62A7
      cpufreq: dt-platdev: Blacklist ti,am62a7 SoC

Viresh Kumar (1):
      cpufreq: sparc: Don't allocate cpufreq_driver dynamically

Zhipeng Wang (1):
      cpufreq: dt-platdev: Support building as module

 Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml |  1 +
 drivers/cpufreq/Kconfig                                           |  2 +-
 drivers/cpufreq/armada-8k-cpufreq.c                               | 16 +++++++++-------
 drivers/cpufreq/cpufreq-dt-platdev.c                              |  5 +++++
 drivers/cpufreq/imx6q-cpufreq.c                                   | 30 ++++++++++++++++--------------
 drivers/cpufreq/mediatek-cpufreq.c                                | 13 ++++++++++---
 drivers/cpufreq/qcom-cpufreq-hw.c                                 |  2 +-
 drivers/cpufreq/sparc-us2e-cpufreq.c                              | 58 +++++++++++++++++-----------------------------------------
 drivers/cpufreq/sparc-us3-cpufreq.c                               | 58 +++++++++++++++++-----------------------------------------
 drivers/cpufreq/tegra194-cpufreq.c                                |  6 ++++--
 drivers/cpufreq/ti-cpufreq.c                                      |  1 +
 11 files changed, 82 insertions(+), 110 deletions(-)