Message ID | 20250120033527.w7s6bzbuw3sa63u3@vireshk-i7 (mailing list archive) |
---|---|
State | In Next |
Delegated to: | Rafael Wysocki |
Headers | show |
Series | [GIT,PULL] cpufreq/arm updates for 6.14 | expand |
Hi Viresh, On Mon, Jan 20, 2025 at 4:35 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > Hi Rafael, > > The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: > > Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.14 > > for you to fetch changes up to 84cf9e541cccb8cb698518a9897942e8c78f1d83: > > cpufreq: airoha: Add EN7581 CPUFreq SMCCC driver (2025-01-17 09:05:07 +0530) > > ---------------------------------------------------------------- > ARM cpufreq updates for 6.14 > > - 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). > > ---------------------------------------------------------------- > Andreas Kemnade (1): > cpufreq: fix using cpufreq-dt as module > > Christian Marangi (2): > dt-bindings: cpufreq: Document support for Airoha EN7581 CPUFreq > cpufreq: airoha: Add EN7581 CPUFreq SMCCC driver > > Ethan Carter Edwards (1): > cpufreq: sparc: change kzalloc to kcalloc > > Hector Martin (1): > cpufreq: apple-soc: Drop setting the PS2 field on M2+ > > Manivannan Sadhasivam (2): > cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT if LMh IRQ is not available > cpufreq: qcom: Implement clk_ops::determine_rate() for qcom_cpufreq* clocks > > Nick Chan (6): > dt-bindings: cpufreq: apple,cluster-cpufreq: Add A7-A11, T2 compatibles > cpufreq: apple-soc: Allow per-SoC configuration of APPLE_DVFS_CMD_PS1 > cpufreq: apple-soc: Use 32-bit read for status register > cpufreq: apple-soc: Increase cluster switch timeout to 400us > cpufreq: apple-soc: Set fallback transition latency to APPLE_DVFS_TRANSITION_TIMEOUT > cpufreq: apple-soc: Add Apple A7-A8X SoC cpufreq support > > Sibi Sankar (1): > cpufreq: scmi: Register for limit change notifications > > Documentation/devicetree/bindings/cpufreq/airoha,en7581-cpufreq.yaml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++ > Documentation/devicetree/bindings/cpufreq/apple,cluster-cpufreq.yaml | 10 ++++++++- > drivers/cpufreq/Kconfig | 2 +- > drivers/cpufreq/Kconfig.arm | 8 ++++++++ > drivers/cpufreq/Makefile | 1 + > drivers/cpufreq/airoha-cpufreq.c | 152 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > drivers/cpufreq/apple-soc-cpufreq.c | 56 ++++++++++++++++++++++++++++++++++++++++---------- > drivers/cpufreq/cpufreq-dt-platdev.c | 4 ++-- > drivers/cpufreq/qcom-cpufreq-hw.c | 34 +++++++++++++++++++++--------- > drivers/cpufreq/scmi-cpufreq.c | 45 ++++++++++++++++++++++++++++++++++++++++ > drivers/cpufreq/sparc-us2e-cpufreq.c | 2 +- > drivers/cpufreq/sparc-us3-cpufreq.c | 2 +- > 12 files changed, 344 insertions(+), 27 deletions(-) > create mode 100644 Documentation/devicetree/bindings/cpufreq/airoha,en7581-cpufreq.yaml > create mode 100644 drivers/cpufreq/airoha-cpufreq.c > > -- Pulled and added to linux-pm.git/linux-next, thanks!