From: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
To: Satya Priya Kakitapalli <quic_skakitap@quicinc.com>,
Andy Gross <agross@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: Bjorn Andersson <andersson@kernel.org>,
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 3/4] clk: qcom: videocc-sm8150: Update the video_pll0_config
Date: Fri, 10 Nov 2023 11:16:31 +0000 [thread overview]
Message-ID: <8457b113-bef2-47e4-a138-0f92a4f5798a@linaro.org> (raw)
In-Reply-To: <20231110065029.2117212-4-quic_skakitap@quicinc.com>
On 10/11/2023 06:50, Satya Priya Kakitapalli wrote:
> Update the video_pll0_config to configure the test_ctl_hi and
> test_ctl_hi1 values.
>
> Fixes: 5658e8cf1a8a ("clk: qcom: add video clock controller driver for SM8150")
> Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com>
> ---
> drivers/clk/qcom/videocc-sm8150.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/clk/qcom/videocc-sm8150.c b/drivers/clk/qcom/videocc-sm8150.c
> index 6a5f89f53da8..ddfe784fb9e1 100644
> --- a/drivers/clk/qcom/videocc-sm8150.c
> +++ b/drivers/clk/qcom/videocc-sm8150.c
> @@ -33,6 +33,8 @@ static struct alpha_pll_config video_pll0_config = {
> .config_ctl_val = 0x20485699,
> .config_ctl_hi_val = 0x00002267,
> .config_ctl_hi1_val = 0x00000024,
> + .test_ctl_hi_val = 0x00000002,
> + .test_ctl_hi1_val = 0x00000020,
> .user_ctl_val = 0x00000000,
> .user_ctl_hi_val = 0x00000805,
> .user_ctl_hi1_val = 0x000000D0,
It would be nice to get a better description of this change.
Reading this - I can see it does an update but, the commit log should
contain what it is updating and why plus what effect the update will have.
Please update the commit log to capture that data and +cc me on the V2.
---
bod
next prev parent reply other threads:[~2023-11-10 11:16 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-10 6:50 [PATCH 0/4] Add runtime PM support for videocc on SM8150 Satya Priya Kakitapalli
2023-11-10 6:50 ` [PATCH 1/4] dt-bindings: clock: Update the videocc resets for sm8150 Satya Priya Kakitapalli
2023-11-10 7:51 ` Krzysztof Kozlowski
2023-11-10 6:50 ` [PATCH 2/4] clk: qcom: videocc-sm8150: Update the videocc resets Satya Priya Kakitapalli
2023-11-10 11:49 ` Bryan O'Donoghue
2023-11-15 16:48 ` Konrad Dybcio
2023-11-15 17:09 ` Bryan O'Donoghue
2023-11-16 9:29 ` Satya Priya Kakitapalli (Temp)
2023-11-16 9:55 ` Bryan O'Donoghue
2023-11-10 6:50 ` [PATCH 3/4] clk: qcom: videocc-sm8150: Update the video_pll0_config Satya Priya Kakitapalli
2023-11-10 11:16 ` Bryan O'Donoghue [this message]
2023-11-16 9:31 ` Satya Priya Kakitapalli (Temp)
2023-11-13 12:07 ` Konrad Dybcio
2023-11-17 11:05 ` Satya Priya Kakitapalli (Temp)
2023-11-10 6:50 ` [PATCH 4/4] clk: qcom: videocc-sm8150: Add runtime PM support Satya Priya Kakitapalli
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=8457b113-bef2-47e4-a138-0f92a4f5798a@linaro.org \
--to=bryan.odonoghue@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=quic_skakitap@quicinc.com \
--cc=robh+dt@kernel.org \
--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).