[GIT PULL] Power management fixes for v6.0-rc7

From: Rafael J. Wysocki
Date: Sat Sep 24 2022 - 11:48:39 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.0-rc7

with top-most commit 9614369a042a3a345ef7e2997c277aa8a271b8a0

Merge tag 'opp-fixes-6.0' of
git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm

on top of commit 521a547ced6477c54b4b0cc206000406c221b4d6

Linux 6.0-rc6

to receive power management fixes for 6.0-rc7.

These fix an uninitialized variable usage in the operating performance
points code and add missing DT bindings for it.

Specifics:

- Fix uninitialized variable usage in dev_pm_opp_config_clks_simple()
(Christophe JAILLET).

- Add missing OPP DT properties (Rob Herring).

Thanks!


---------------

Christophe JAILLET (1):
OPP: Fix an un-initialized variable usage

Rob Herring (1):
dt-bindings: opp: Add missing (unevaluated|additional)Properties
on child nodes

---------------

Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml | 1 +
Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml | 1 +
drivers/opp/core.c | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)