Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1642976 > unrolled thread

[PATCH 0/4] PM / OPP: Minor cleanups

Started byViresh Kumar <viresh.kumar@linaro.org>
First post2017-05-17 06:50 +0200
Last post2017-05-17 06:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/4] PM / OPP: Minor cleanups Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-17 06:50 +0200

#1642976 — [PATCH 0/4] PM / OPP: Minor cleanups

FromViresh Kumar <viresh.kumar@linaro.org>
Date2017-05-17 06:50 +0200
Subject[PATCH 0/4] PM / OPP: Minor cleanups
Message-ID<tHZ4l-6Ti-9@gated-at.bofh.it>
Hi,

Here are few cleanup patches for the OPP core. The first two simplify
the code that was written specifically due to the limitations that we
had because of RCUs. We don't RCUs anymore and this can be simplified.

The last two take care of specific corner cases.

Rebased over pm/linux-next and tested on Exynos dual core board.

Viresh Kumar (4):
  PM / OPP: Reorganize _generic_set_opp_regulator()
  PM / OPP: Don't create copy of regulators unnecessarily
  PM / OPP: opp-microvolt is not optional if regulators are set
  PM / OPP: Don't create debugfs "supply-0" directory unnecessarily

 drivers/base/power/opp/core.c    | 87 +++++++++++++++++-----------------------
 drivers/base/power/opp/debugfs.c |  6 +--
 drivers/base/power/opp/of.c      | 11 ++++-
 3 files changed, 49 insertions(+), 55 deletions(-)

-- 
2.13.0.303.g4ebf3021692d

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web