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: <7f0f1526-bae4-429c-977c-6c20ed443225@quicinc.com>
Date: Fri, 9 May 2025 13:33:40 +0800
From: Ziqi Chen <quic_ziqichen@...cinc.com>
To: Bean Huo <huobean@...il.com>, <quic_cang@...cinc.com>,
        <bvanassche@....org>, <mani@...nel.org>, <beanhuo@...ron.com>,
        <avri.altman@....com>, <junwoo80.lee@...sung.com>,
        <martin.petersen@...cle.com>, <quic_nguyenb@...cinc.com>,
        <quic_nitirawa@...cinc.com>, <quic_rampraka@...cinc.com>,
        <neil.armstrong@...aro.org>, <luca.weiss@...rphone.com>,
        <konrad.dybcio@....qualcomm.com>
CC: <linux-arm-msm@...r.kernel.org>, <linux-scsi@...r.kernel.org>,
        "Manivannan
 Sadhasivam" <manivannan.sadhasivam@...aro.org>,
        "James E.J. Bottomley"
	<James.Bottomley@...senPartnership.com>,
        open list
	<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 2/3] scsi: ufs: qcom: Map devfreq OPP freq to UniPro
 Core Clock freq



On 5/8/2025 5:21 PM, Bean Huo wrote:
> On Wed, 2025-05-07 at 15:44 +0800, Ziqi Chen wrote:
>> -       return ufs_qcom_set_core_clk_ctrl(hba, freq);
>> +       return ufs_qcom_set_core_clk_ctrl(hba, false, freq);
>>   }
>>   
>>   static int ufs_qcom_clk_scale_notify(struct ufs_hba *hba, bool scale_up,
>> @@ -2081,11 +2100,53 @@ static int ufs_qcom_config_esi(struct ufs_hba *hba)
>>          return ret;
>>   }
>>   
>> +static unsigned long ufs_qcom_opp_freq_to_clk_freq(struct ufs_hba *hba,
>> +                                                                                                  unsigned long freq, char *name)
> 
> 
> This tab indentation is strange!
> 
Thanks Bean, it is my fault , I didn't change My IDE Tab indentation
size to 8 characters, it is still 4 . let me update.

BRs,
Ziqi
> 
>> +{
>> +       struct ufs_clk_info *clki
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ