mbox series

[0/5] OPP: Minor cleanups

Message ID cover.1697186772.git.viresh.kumar@linaro.org
Headers show
Series OPP: Minor cleanups | expand

Message

Viresh Kumar Oct. 13, 2023, 8:48 a.m. UTC
Hi,

While working on solving a bigger problem (which I will post separately), found
these minor issues which can be applied right away. Please let me know if
something breaks because of them.

--
Viresh

Viresh Kumar (5):
  OPP: Fix formatting of if/else block
  OPP: Add _link_required_opps() to avoid code duplication
  OPP: Reorder code in _opp_set_required_opps_genpd()
  OPP: Remove genpd_virt_dev_lock
  OPP: No need to defer probe from _opp_attach_genpd()

 drivers/opp/core.c | 67 +++++++++++++---------------------------------
 drivers/opp/of.c   | 66 +++++++++++++++++++++------------------------
 drivers/opp/opp.h  |  2 --
 3 files changed, 49 insertions(+), 86 deletions(-)