lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b3sfrp463snupwgxssoenq37tooecoy7wgmy4arw62hbhq4suv@qj5fma65jztw>
Date: Wed, 17 Dec 2025 18:41:54 -0800
From: Bjorn Andersson <andersson@...nel.org>
To: Taniya Das <taniya.das@....qualcomm.com>
Cc: Michael Turquette <mturquette@...libre.com>, 
	Stephen Boyd <sboyd@...nel.org>, Dmitry Baryshkov <dmitry.baryshkov@....qualcomm.com>, 
	Ajit Pandey <ajit.pandey@....qualcomm.com>, Imran Shaik <imran.shaik@....qualcomm.com>, 
	Jagadeesh Kona <jagadeesh.kona@....qualcomm.com>, linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org, 
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] clk: qcom: clk-rpmh: Update the clock suffix for Glymur

On Wed, Dec 17, 2025 at 06:39:00PM -0800, Bjorn Andersson wrote:
> On Tue, Nov 25, 2025 at 11:42:39PM +0530, Taniya Das wrote:
> > Update the RPMh VRM clock definitions for Glymur to add the suffix to
> > indicate the clock div and e0 for the C3A_E0, C4A_E0, C5A_E0, and
> > C8A_E0 clock resources.
> 
> This clearly explain what the patch does, but could you please start the
> commit message with a paragraph (or sentence) that explains why this
> change is done?
> 

Never mind, I figured out that you have resubmitted this patch as
20251209-gcc_kaanapali-v3-v5-1-3af118262289@....qualcomm.com, but in
some way that patchwork wasn't able to detect that they are the same
patch.

Thanks for addressing my request in that version.

Regards,
Bjorn

> Regards,
> Bjorn
> 
> > 
> > Fixes: ebcb9db98bda ("clk: qcom: rpmh: Add support for Glymur rpmh clocks")
> > Signed-off-by: Taniya Das <taniya.das@....qualcomm.com>
> > ---
> >  drivers/clk/qcom/clk-rpmh.c | 8 ++++----
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> > 
> > diff --git a/drivers/clk/qcom/clk-rpmh.c b/drivers/clk/qcom/clk-rpmh.c
> > index 1a98b3a0c528c24b600326e6b951b2edb6dcadd7..a370ab2d96c34fa8e7a090e8427b11008318c02f 100644
> > --- a/drivers/clk/qcom/clk-rpmh.c
> > +++ b/drivers/clk/qcom/clk-rpmh.c
> > @@ -390,10 +390,10 @@ DEFINE_CLK_RPMH_VRM(clk7, _a4, "clka7", 4);
> >  
> >  DEFINE_CLK_RPMH_VRM(div_clk1, _div2, "divclka1", 2);
> >  
> > -DEFINE_CLK_RPMH_VRM(clk3, _a, "C3A_E0", 1);
> > -DEFINE_CLK_RPMH_VRM(clk4, _a, "C4A_E0", 1);
> > -DEFINE_CLK_RPMH_VRM(clk5, _a, "C5A_E0", 1);
> > -DEFINE_CLK_RPMH_VRM(clk8, _a, "C8A_E0", 1);
> > +DEFINE_CLK_RPMH_VRM(clk3, _a1_e0, "C3A_E0", 1);
> > +DEFINE_CLK_RPMH_VRM(clk4, _a1_e0, "C4A_E0", 1);
> > +DEFINE_CLK_RPMH_VRM(clk5, _a1_e0, "C5A_E0", 1);
> > +DEFINE_CLK_RPMH_VRM(clk8, _a1_e0, "C8A_E0", 1);
> >  
> >  DEFINE_CLK_RPMH_BCM(ce, "CE0");
> >  DEFINE_CLK_RPMH_BCM(hwkm, "HK0");
> > 
> > ---
> > base-commit: 92fd6e84175befa1775e5c0ab682938eca27c0b2
> > change-id: 20251125-glymur_rpmhcc_fix-5daa36a1e8ff
> > 
> > Best regards,
> > -- 
> > Taniya Das <taniya.das@....qualcomm.com>
> > 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ