Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1647613
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 0/4] PM / OPP: Minor cleanups |
| Date | 2017-05-23 06:10 +0200 |
| Message-ID | <tK9iV-6tR-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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. V1->V2: - Some RBY from Stephen - s/while/for/ for one of the loops - Dropped a comment and fixed an error message - opp-table marked as const in one of the place. 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 | 7 ++-- drivers/base/power/opp/of.c | 10 ++++- 3 files changed, 48 insertions(+), 56 deletions(-) -- 2.13.0.70.g6367777092d9
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V2 0/4] PM / OPP: Minor cleanups Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-23 06:10 +0200
[PATCH V2 1/4] PM / OPP: Reorganize _generic_set_opp_regulator() Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-23 06:10 +0200
[PATCH V2 4/4] PM / OPP: Don't create debugfs "supply-0" directory unnecessarily Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-23 06:10 +0200
Re: [PATCH V2 4/4] PM / OPP: Don't create debugfs "supply-0" directory unnecessarily Stephen Boyd <sboyd@codeaurora.org> - 2017-05-23 23:20 +0200
csiph-web