From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Stephen Boyd <sboyd@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
Taniya Das <quic_tdas@quicinc.com>
Cc: linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
freedreno@lists.freedesktop.org, Rob Clark <robdclark@gmail.com>
Subject: [RFC PATCH 0/2] clk: qcom: provide alternative 'parked' RCG
Date: Wed, 4 Oct 2023 03:31:23 +0300 [thread overview]
Message-ID: <20231004003125.2289613-1-dmitry.baryshkov@linaro.org> (raw)
Implement an alternative for the clk_rcg2_shared_ops, which also
implements a proper is_enabled callback. Note, to use
clk_rcg2_parked_ops one must remove XO (safe source) from the
parent_data and parent_map.
Dmitry Baryshkov (2):
clk: qcom: implement RCG2 'parked' clock support
clk: qcom: dispcc-sm8250: switch to clk_rcg2_parked_ops
drivers/clk/qcom/clk-rcg.h | 1 +
drivers/clk/qcom/clk-rcg2.c | 34 ++++++++++++++++++++++++++++++++
drivers/clk/qcom/dispcc-sm8250.c | 10 +++-------
3 files changed, 38 insertions(+), 7 deletions(-)
--
2.39.2
next reply other threads:[~2023-10-04 0:31 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-04 0:31 Dmitry Baryshkov [this message]
2023-10-04 0:31 ` [RFC PATCH 1/2] clk: qcom: implement RCG2 'parked' clock support Dmitry Baryshkov
2023-10-04 9:27 ` Bryan O'Donoghue
2023-10-04 12:08 ` Dmitry Baryshkov
2023-10-04 12:52 ` Bryan O'Donoghue
2023-10-04 17:57 ` Dmitry Baryshkov
2023-10-06 23:45 ` Konrad Dybcio
2023-10-07 10:08 ` Bryan O'Donoghue
2023-10-25 9:45 ` Dmitry Baryshkov
2023-10-06 23:43 ` Konrad Dybcio
2023-10-26 18:57 ` Konrad Dybcio
2023-10-26 20:47 ` Dmitry Baryshkov
2023-10-26 20:49 ` Konrad Dybcio
2023-10-26 21:05 ` Dmitry Baryshkov
2023-10-26 22:56 ` Bjorn Andersson
2023-10-27 0:35 ` Dmitry Baryshkov
2023-10-04 0:31 ` [RFC PATCH 2/2] clk: qcom: dispcc-sm8250: switch to clk_rcg2_parked_ops Dmitry Baryshkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231004003125.2289613-1-dmitry.baryshkov@linaro.org \
--to=dmitry.baryshkov@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=freedreno@lists.freedesktop.org \
--cc=konrad.dybcio@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=quic_tdas@quicinc.com \
--cc=robdclark@gmail.com \
--cc=sboyd@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).