Re: [PATCH 1/1] scsi: ufs: fix missing clk change notification on host reset

From: Bart Van Assche
Date: Mon Jul 11 2022 - 13:17:14 EST


On 7/11/22 07:42, Po-Wen Kao wrote:
In ufshcd_host_reset_and_restore(), ufshcd_set_clk_freq() is called
to scale clk rate. However, this did not call vops->clk_scale_notify()
to inform platform driver of clk change.

We propose to call on ufshcd_scale_clks() instead so that clk change
can be properly handled.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>