Re: [PATCH v3 7/8] scsi: ufs: core: Toggle Write Booster during clock scaling base on gear speed

From: Ziqi Chen
Date: Thu Feb 06 2025 - 03:00:10 EST




On 2/6/2025 4:03 AM, Bean Huo wrote:
On Mon, 2025-02-03 at 16:11 +0800, Ziqi Chen wrote:
+       if (!hba->clk_scaling.wb_gear)
+               hba->clk_scaling.wb_gear = UFS_HS_G3;
+

Hi Ziqi,

Initializes wb_gear to UFS_HS_G3, mabye add comments in the commit why.


Sure , I will add this comment, thank you~

-Ziqi

Reviewed-by: Bean Huo <beanhuo@xxxxxxxxxx>