| From: |
| Viresh Kumar <viresh.kumar-AT-linaro.org> |
| To: |
| Nishanth Menon <nm-AT-ti.com>, "Rafael J. Wysocki" <rafael-AT-kernel.org>, Stephen Boyd <sboyd-AT-kernel.org>, Viresh Kumar <vireshk-AT-kernel.org> |
| Subject: |
| [PATCH 0/6] OPP: Indexed searching based on frequency |
| Date: |
| Fri, 21 Jul 2023 15:10:53 +0530 |
| Message-ID: |
| <cover.1689932341.git.viresh.kumar@linaro.org> |
| Cc: |
| Viresh Kumar <viresh.kumar-AT-linaro.org>, linux-pm-AT-vger.kernel.org, Vincent Guittot <vincent.guittot-AT-linaro.org>, Manivannan Sadhasivam <manivannan.sadhasivam-AT-linaro.org>, linux-kernel-AT-vger.kernel.org |
| Archive-link: |
| Article |
Hi,
This series adds support for indexed versions OPP finding helpers.
Some of these are picked from the series posted by Manivannan.
--
Viresh
Manivannan Sadhasivam (2):
OPP: Introduce dev_pm_opp_find_freq_{ceil/floor}_indexed() APIs
OPP: Introduce dev_pm_opp_get_freq_indexed() API
Viresh Kumar (4):
OPP: Rearrange entries in pm_opp.h
OPP: Add dev_pm_opp_find_freq_exact_indexed()
OPP: Update _read_freq() to return the correct frequency
OPP: Reuse dev_pm_opp_get_freq_indexed()
drivers/opp/core.c | 109 ++++++++++++++++++++++++++++++++++++-----
include/linux/pm_opp.h | 62 ++++++++++++++++++-----
2 files changed, 146 insertions(+), 25 deletions(-)
--
2.31.1.272.g89b43f80a514