[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1654849214.git.viresh.kumar@linaro.org>
Date: Fri, 10 Jun 2022 13:50:44 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
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>,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/8] OPP: Add support for multiple clocks
Hello,
This patchset adds support for device with multiple clocks. None of the clocks
is considered primary in this case and all are handled equally.
This is rebased over a lot of other OPP changes and is pushed here:
git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/clk
Krzysztof, can you please test this for your use case. I wasn't able to test he
multiple clock support.
--
Viresh
Viresh Kumar (8):
OPP: Use consistent names for OPP table instances
OPP: Remove rate_not_available parameter to _opp_add()
OPP: Reuse _opp_compare_key() in _opp_add_static_v2()
OPP: Make dev_pm_opp_set_opp() independent of frequency
OPP: Allow multiple clocks for a device
OPP: Add key specific assert() method to key finding helpers
OPP: Assert clk_count == 1 for single clk helpers
OPP: Provide a simple implementation to configure multiple clocks
drivers/opp/core.c | 337 +++++++++++++++++++++++++++++++----------
drivers/opp/cpu.c | 12 +-
drivers/opp/debugfs.c | 27 +++-
drivers/opp/of.c | 91 +++++++----
drivers/opp/opp.h | 22 +--
include/linux/pm_opp.h | 17 ++-
6 files changed, 378 insertions(+), 128 deletions(-)
--
2.31.1.272.g89b43f80a514
Powered by blists - more mailing lists