[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f705e9b3-864d-46bf-a6b3-f3be4756293b@linaro.org>
Date: Fri, 26 Sep 2025 01:55:51 +0100
From: Bryan O'Donoghue <bryan.odonoghue@...aro.org>
To: Jingyi Wang <jingyi.wang@....qualcomm.com>,
Bjorn Andersson <andersson@...nel.org>,
Michael Turquette <mturquette@...libre.com>, Stephen Boyd
<sboyd@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, Neil Armstrong <neil.armstrong@...aro.org>,
Vladimir Zapolskiy <vladimir.zapolskiy@...aro.org>,
Jagadeesh Kona <quic_jkona@...cinc.com>,
Dmitry Baryshkov <dmitry.baryshkov@....qualcomm.com>,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
Alexandre Torgue <alexandre.torgue@...s.st.com>,
Taniya Das <taniya.das@....qualcomm.com>,
Konrad Dybcio <konradybcio@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
linux-stm32@...md-mailman.stormreply.com,
linux-arm-kernel@...ts.infradead.org, aiqun.yu@....qualcomm.com,
tingwei.zhang@....qualcomm.com, trilok.soni@....qualcomm.com,
yijie.yang@....qualcomm.com
Subject: Re: [PATCH 8/9] clk: qcom: Add support for VideoCC driver for
Kaanapali
On 25/09/2025 00:56, Jingyi Wang wrote:
> + /*
> + * Maximize ctl data download delay and enable memory redundancy:
> + * MVS0A CFG3
> + * MVS0 CFG3
> + * MVS0 VPP1 CFG3
> + * MVS0 VPP0 CFG3
> + * MVS0C CFG3
> + */
> + regmap_set_bits(regmap, 0x8088, ACCU_CFG_MASK);
> + regmap_set_bits(regmap, 0x80b4, ACCU_CFG_MASK);
> + regmap_set_bits(regmap, 0x8100, ACCU_CFG_MASK);
> + regmap_set_bits(regmap, 0x812c, ACCU_CFG_MASK);
> + regmap_set_bits(regmap, 0x8158, ACCU_CFG_MASK);
> +}
How ?
You're doing the right thing commenting on what is being done but,
you're not providing any context on what that thing is done.
Write a set of unnamed bits ?
+#define ACCU_CFG_MASK GENMASK(25, 21)
It's only five of them, please name in your comment at least a give a
clue as to what they do.
---
bod
Powered by blists - more mailing lists