Re: [GIT PULL] OPP updates 7.3
"Rafael J. Wysocki (Intel)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <CAJZ5v0gFQg7Zb+LqnU+hkueSpgv82Kv6--D8E8NQRudp6fuVag@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/opp-updates-7.3 > > for you to fetch changes up to 84f05af0975c9f9c8ffee0361d6f7cbb1f289231: > > opp: Use clk_get_optional() to avoid leaving opp_table->clk as an error pointer (2026-08-06 11:54:14 +0530) > > ---------------------------------------------------------------- > OPP updates for 7.3 > > - Fix cleanup ordering around scope-based pointers (Gregor Herburger). > > - Use clk_get_optional() for optional clocks (Praveen Talari). > > ---------------------------------------------------------------- > Gregor Herburger (1): > OPP: Fix cleanup ordering > > Praveen Talari (1): > opp: Use clk_get_optional() to avoid leaving opp_table->clk as an error pointer > > drivers/opp/core.c | 67 +++++++++++++++++++++++++++++-------------------------------------- > 1 file changed, 29 insertions(+), 38 deletions(-) > > -- Pulled and added to linux-pm.git/linux-next, thanks!