mbox series

[GIT,PULL] OPP updates for 6.4

Message ID 20230418091957.5e7sopmiaoa4fw2r@vireshk-i7
State New
Headers show
Series [GIT,PULL] OPP updates for 6.4 | expand

Pull-request

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

Message

Viresh Kumar April 18, 2023, 9:19 a.m. UTC
Hi Rafael,

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 528f2d8d540a3c374d6b765c769620d91536b176:

  OPP: Move required opps configuration to specialized callback (2023-04-03 09:45:09 +0530)

----------------------------------------------------------------
OPP updates for 6.4

- Use of_property_present() for testing DT property presence (Rob
  Herring).

- Add set_required_opps() callback to the 'struct opp_table', to make
  the code paths cleaner (Viresh Kumar).

----------------------------------------------------------------
Rob Herring (1):
      opp: Use of_property_present() for testing DT property presence

Viresh Kumar (2):
      OPP: Handle all genpd cases together in _set_required_opps()
      OPP: Move required opps configuration to specialized callback

 drivers/opp/core.c | 78 ++++++++++++++++++++++++++++++++++++++++++++----------------------------------
 drivers/opp/of.c   |  7 +++++--
 drivers/opp/opp.h  |  4 ++++
 3 files changed, 53 insertions(+), 36 deletions(-)