]> Git Repo - linux.git/commitdiff
Merge tag 'cpufreq-arm-updates-6.14' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
authorRafael J. Wysocki <[email protected]>
Mon, 20 Jan 2025 11:53:59 +0000 (12:53 +0100)
committerRafael J. Wysocki <[email protected]>
Mon, 20 Jan 2025 11:53:59 +0000 (12:53 +0100)
Merge ARM cpufreq updates for 6.14 from Viresh Kumar:

"- Extended support for more SoCs in apple cpufreq driver (Hector Martin
   and Nick Chan).

 - Add new cpufreq driver for Airoha SoCs (Christian Marangi).

 - Fix using cpufreq-dt as module (Andreas Kemnade).

 - Minor fixes for Sparc, scmi, and Qcom drivers (Ethan Carter Edwards,
   Sibi Sankar and Manivannan Sadhasivam)."

* tag 'cpufreq-arm-updates-6.14' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/vireshk/pm:
  cpufreq: airoha: Add EN7581 CPUFreq SMCCC driver
  cpufreq: sparc: change kzalloc to kcalloc
  cpufreq: qcom: Implement clk_ops::determine_rate() for qcom_cpufreq* clocks
  cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT if LMh IRQ is not available
  cpufreq: apple-soc: Add Apple A7-A8X SoC cpufreq support
  cpufreq: apple-soc: Set fallback transition latency to APPLE_DVFS_TRANSITION_TIMEOUT
  cpufreq: apple-soc: Increase cluster switch timeout to 400us
  cpufreq: apple-soc: Use 32-bit read for status register
  cpufreq: apple-soc: Allow per-SoC configuration of APPLE_DVFS_CMD_PS1
  cpufreq: apple-soc: Drop setting the PS2 field on M2+
  dt-bindings: cpufreq: apple,cluster-cpufreq: Add A7-A11, T2 compatibles
  dt-bindings: cpufreq: Document support for Airoha EN7581 CPUFreq
  cpufreq: fix using cpufreq-dt as module
  cpufreq: scmi: Register for limit change notifications

1  2 
drivers/cpufreq/Kconfig

diff --combined drivers/cpufreq/Kconfig
index 26e98fea991ae08b2ff8dde4304c9db02db0767e,ea9afdc119fbf1240048790c9c5c45aba799499d..d64b07ec48e5402d4fa5a175cfa314b4224efc63
@@@ -232,7 -232,7 +232,7 @@@ config CPUFREQ_VIR
          If in doubt, say N.
  
  config CPUFREQ_DT_PLATDEV
-       tristate "Generic DT based cpufreq platdev driver"
+       bool "Generic DT based cpufreq platdev driver"
        depends on OF
        help
          This adds a generic DT based cpufreq platdev driver for frequency
@@@ -325,6 -325,8 +325,6 @@@ config QORIQ_CPUFRE
          This adds the CPUFreq driver support for Freescale QorIQ SoCs
          which are capable of changing the CPU's frequency dynamically.
  
 -endif
 -
  config ACPI_CPPC_CPUFREQ
        tristate "CPUFreq driver based on the ACPI CPPC spec"
        depends on ACPI_PROCESSOR
@@@ -353,6 -355,4 +353,6 @@@ config ACPI_CPPC_CPUFREQ_FI
  
          If in doubt, say N.
  
 +endif
 +
  endmenu
This page took 0.071015 seconds and 4 git commands to generate.