]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scsi: ufs: core: Fix clk scaling to be conditional in reset and restore
authoranvithdosapati <anvithdosapati@google.com>
Mon, 16 Jun 2025 08:57:34 +0000 (08:57 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 20 Jun 2025 02:51:51 +0000 (22:51 -0400)
commit2e083cd802294693a5414e4557a183dd7e442e71
tree23718597a96beb146968cd98914225b8d314cdcc
parent752eb816b55adb0673727ba0ed96609a17895654
scsi: ufs: core: Fix clk scaling to be conditional in reset and restore

In ufshcd_host_reset_and_restore(), scale up clocks only when clock
scaling is supported. Without this change CPU latency is voted for 0
(ufshcd_pm_qos_update) during resume unconditionally.

Signed-off-by: anvithdosapati <anvithdosapati@google.com>
Link: https://lore.kernel.org/r/20250616085734.2133581-1-anvithdosapati@google.com
Fixes: a3cd5ec55f6c ("scsi: ufs: add load based scaling of UFS gear")
Cc: stable@vger.kernel.org
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ufs/core/ufshcd.c