[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d2ba254c-1a4c-4206-9d0d-bf7576c63766@quicinc.com>
Date: Thu, 23 Jan 2025 15:38:56 +0800
From: Ziqi Chen <quic_ziqichen@...cinc.com>
To: Bart Van Assche <bvanassche@....org>, <quic_cang@...cinc.com>,
<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>
CC: <linux-arm-msm@...r.kernel.org>, <linux-scsi@...r.kernel.org>,
Alim Akhtar
<alim.akhtar@...sung.com>,
"James E.J. Bottomley"
<James.Bottomley@...senPartnership.com>,
Peter Wang
<peter.wang@...iatek.com>,
Manivannan Sadhasivam
<manivannan.sadhasivam@...aro.org>,
Eric Biggers <ebiggers@...gle.com>, Minwoo Im <minwoo.im@...sung.com>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 3/8] scsi: ufs: core: Add a vops to map clock frequency
to gear speed
Hi Bart,
Thanks for you review~
On 1/23/2025 2:22 AM, Bart Van Assche wrote:
> On 1/22/25 2:02 AM, Ziqi Chen wrote:
>> From: Can Guo <quic_cang@...cinc.com>
>>
>> Add a vops to map UFS host controller clock frequencies to the maximum
>
> Above and in the subject, please change "vops" into "vop" (variant
> operation).
>
OK , will update it in next version.
>> struct ufs_hba_variant_ops {
>> const char *name;
>> @@ -387,6 +388,8 @@ struct ufs_hba_variant_ops {
>> unsigned long *ocqs);
>> int (*config_esi)(struct ufs_hba *hba);
>> void (*config_scsi_dev)(struct scsi_device *sdev);
>> + int (*freq_to_gear_speed)(struct ufs_hba *hba, unsigned long freq,
>> + u32 *gear);
>> };
>
> Please keep the indentation consistent.
Sure, thanks~
>
> Thanks,
>
> Bart.
>
Powered by blists - more mailing lists