Re: [GIT PULL] cpufreq/arm updates for 7.3
"Rafael J. Wysocki (Intel)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <CAJZ5v0hYb8QwZk7pzGntXZXK-ijmhFtBh415z+Ev+OSQ2R1F-Q@mail.gmail.com> |
On Thu, Aug 6, 2026 at 8:41 AM Viresh Kumar <[email protected]> wrote: > > The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: > > Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-7.3 > > for you to fetch changes up to 8c3afcf27fa4582c1ab912503dc8a4ebb8dc0f82: > > cpufreq: imx6q: fix out-of-bounds write when probed more than once (2026-08-06 11:54:41 +0530) > > ---------------------------------------------------------------- > CPUFreq arm updates for 7.3 > > - Minor fixes / cleanups in cpufreq drivers (Dan Carpenter, Guru Das > Srinagesh, Haoxiang Li, Karl Mehltretter, Sasha Finkelstein, and Pan > Chuang). > > - Fix cpufreq table creation and bios_limits() callback in the Rust > bindings (Priya Bala Govindasamy). > > - Add IPQ5210 support to qcom-nvmem driver (Varadarajan Narayanan). > > ---------------------------------------------------------------- > Dan Carpenter (1): > cpufreq: spear: Fix an IS_ERR() vs NULL bug in spear1340_set_cpu_rate() > > Guru Das Srinagesh (1): > rust: rcpufreq_dt: use vertical import style > > Haoxiang Li (1): > cpufreq: apple-soc: Fix OPP table cleanup > > Karl Mehltretter (2): > cpufreq: imx6q: fix devres accumulation across driver rebind > cpufreq: imx6q: fix out-of-bounds write when probed more than once > > Pan Chuang (1): > cpufreq: brcmstb-avs: Remove redundant dev_err() > > Priya Bala Govindasamy (2): > rust: cpufreq: Add CPUFREQ_TABLE_END as last table entry in TableBuilder::to_table > rust: cpufreq: Fix temporary write in Registration::bios_limit_callback > > Sasha Finkelstein (1): > cpufreq: apple-soc: Calculate frequency as a 64-bit value > > Varadarajan Narayanan (1): > cpufreq: qcom-nvmem: Add IPQ5210 support > > drivers/cpufreq/apple-soc-cpufreq.c | 38 +++++++++++++++----------------------- > drivers/cpufreq/brcmstb-avs-cpufreq.c | 5 +---- > drivers/cpufreq/cpufreq-dt-platdev.c | 1 + > drivers/cpufreq/imx6q-cpufreq.c | 6 ++++-- > drivers/cpufreq/qcom-cpufreq-nvmem.c | 8 ++++++++ > drivers/cpufreq/rcpufreq_dt.rs | 13 ++++++++++--- > drivers/cpufreq/spear-cpufreq.c | 4 ++-- > rust/kernel/cpufreq.rs | 24 +++++++++++++++++------- > 8 files changed, 58 insertions(+), 41 deletions(-) > > -- Pulled and added to linux-pm.git/linux-next, thanks!