[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1657002904.git.viresh.kumar@linaro.org>
Date: Tue, 5 Jul 2022 12:07:36 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Nishanth Menon <nm@...com>,
"Rafael J. Wysocki" <rafael@...nel.org>,
Stephen Boyd <sboyd@...nel.org>,
Viresh Kumar <vireshk@...nel.org>
Cc: Viresh Kumar <viresh.kumar@...aro.org>, linux-pm@...r.kernel.org,
Vincent Guittot <vincent.guittot@...aro.org>,
Dmitry Osipenko <dmitry.osipenko@...labora.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH V2 0/4] OPP: Make ceil/floor/exact helpers share code
Hello,
All helpers of type ceil/floor/exact do pretty much the same thing. Rewrite them
in order to reduce code redundancy.
Tested the freq based routines on Hikey platform, works as expected.
This is rebased over other recent OPP changes and is pushed here:
git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next
V1->V2:
- Don't cast unsigned int * to unsigned long *.
- Rearrange into 4 patches instead of 5.
- Move back to 80 column width.
- New tags.
--
Viresh
Viresh Kumar (4):
OPP: Remove dev_pm_opp_find_freq_ceil_by_volt()
OPP: Add generic key finding helpers and use them for freq APIs
OPP: Use generic key finding helpers for level key
OPP: Use generic key finding helpers for bandwidth key
drivers/opp/core.c | 429 +++++++++++++++--------------------------
include/linux/pm_opp.h | 8 -
2 files changed, 155 insertions(+), 282 deletions(-)
--
2.31.1.272.g89b43f80a514
Powered by blists - more mailing lists