mbox series

[GIT,PULL] OPP updates for 6.3

Message ID 20230214053838.5tyq375sxbrprque@vireshk-i7
State New
Headers show
Series [GIT,PULL] OPP updates for 6.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/opp-updates-6.3

Message

Viresh Kumar Feb. 14, 2023, 5:38 a.m. UTC
Hi Rafael,

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/opp-updates-6.3

for you to fetch changes up to eca4c0eea53432ec4b711b2a8ad282cbad231b4f:

  OPP: fix error checking in opp_migrate_dentry() (2023-02-08 10:40:59 +0530)

----------------------------------------------------------------
OPP updates for 6.3

- Add missing 'cache-unified' property in example for kryo OPP bindings
  (Rob Herring).

- Fix error checking in opp_migrate_dentry() (Qi Zheng).

- Remove "select SRCU" (Paul E. McKenney).

- Let qcom,opp-fuse-level be a 2-long array for qcom SoCs (Konrad
  Dybcio).

----------------------------------------------------------------
Konrad Dybcio (1):
      dt-bindings: opp: v2-qcom-level: Let qcom,opp-fuse-level be a 2-long array

Paul E. McKenney (1):
      drivers/opp: Remove "select SRCU"

Qi Zheng (1):
      OPP: fix error checking in opp_migrate_dentry()

Rob Herring (1):
      dt-bindings: opp: opp-v2-kryo-cpu: Add missing 'cache-unified' property in example

 Documentation/devicetree/bindings/opp/opp-v2-kryo-cpu.yaml   | 2 ++
 Documentation/devicetree/bindings/opp/opp-v2-qcom-level.yaml | 4 +++-
 drivers/opp/Kconfig                                          | 1 -
 drivers/opp/debugfs.c                                        | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)