Message ID | 20240311100947.mfbotbjngjvirg7m@vireshk-i7 (mailing list archive) |
---|---|
State | Mainlined, archived |
Headers | show |
Series | [GIT,PULL] cpufreq/arm updates for 6.9 | expand |
Hi Viresh, On Mon, Mar 11, 2024 at 11:09 AM Viresh Kumar <viresh.kumar@linaro.org> wrote: > > Hi Rafael, > > The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: > > Linux 6.8-rc1 (2024-01-21 14:11:32 -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.9 > > for you to fetch changes up to ad2a91086e288c9ab1d74eee57edabe08bd90471: > > cpufreq: scmi: Set transition_delay_us (2024-03-06 10:54:24 +0530) > > ---------------------------------------------------------------- > ARM cpufreq updates for 6.9 > > - General enhancements / cleanups to cpufreq drivers (tianyu2, Nícolas > F. R. A. Prado, Erick Archer, Arnd Bergmann, Anastasia Belova). > - Update cpufreq-dt-platdev to block/approve devices (Richard Acayan). > - scmi: get transition delay from firmware (Pierre Gondois). > > ---------------------------------------------------------------- > Anastasia Belova (1): > cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value > > Arnd Bergmann (1): > cpufreq: qcom-hw: add CONFIG_COMMON_CLK dependency > > Erick Archer (1): > Documentation: power: Use kcalloc() instead of kzalloc() > > Nícolas F. R. A. Prado (2): > cpufreq: mediatek-hw: Wait for CPU supplies before probing > cpufreq: mediatek-hw: Don't error out if supply is not found > > Pierre Gondois (3): > firmware: arm_scmi: Populate perf commands rate_limit > firmware: arm_scmi: Populate fast channel rate_limit > cpufreq: scmi: Set transition_delay_us > > Richard Acayan (1): > cpufreq: dt-platdev: block SDM670 in cpufreq-dt-platdev > > tianyu2 (1): > cpufreq: imx6: use regmap to read ocotp register > > Documentation/power/opp.rst | 2 +- > Documentation/translations/zh_CN/power/opp.rst | 2 +- > drivers/cpufreq/Kconfig.arm | 1 + > drivers/cpufreq/brcmstb-avs-cpufreq.c | 2 ++ > drivers/cpufreq/cpufreq-dt-platdev.c | 1 + > drivers/cpufreq/imx6q-cpufreq.c | 45 +++++++++++++++------------------------------ > drivers/cpufreq/mediatek-cpufreq-hw.c | 19 ++++++++++++++++++- > drivers/cpufreq/scmi-cpufreq.c | 26 ++++++++++++++++++++++++++ > drivers/firmware/arm_scmi/driver.c | 5 ++++- > drivers/firmware/arm_scmi/perf.c | 53 +++++++++++++++++++++++++++++++++++++++++++++++++---- > drivers/firmware/arm_scmi/powercap.c | 12 ++++++++---- > drivers/firmware/arm_scmi/protocols.h | 4 +++- > include/linux/scmi_protocol.h | 8 ++++++++ > 13 files changed, 137 insertions(+), 43 deletions(-) > > -- Pulled and added to the pm branch in linux-pm.git, thanks!