Skip to content

Commit ed7dac8

Browse files
Ram Prakash Guptamartinkpetersen
authored andcommitted
scsi: ufs: qcom: Enable suspending clk scaling on no request
Enable suspending clk scaling on no request for Qualcomm SoC. Signed-off-by: Ram Prakash Gupta <quic_rampraka@quicinc.com> Link: https://lore.kernel.org/r/20240627083756.25340-3-quic_rampraka@quicinc.com Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 50183ac commit ed7dac8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/ufs/host/ufs-qcom.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1548,6 +1548,8 @@ static void ufs_qcom_config_scaling_param(struct ufs_hba *hba,
15481548
p->timer = DEVFREQ_TIMER_DELAYED;
15491549
d->upthreshold = 70;
15501550
d->downdifferential = 5;
1551+
1552+
hba->clk_scaling.suspend_on_no_request = true;
15511553
}
15521554
#else
15531555
static void ufs_qcom_config_scaling_param(struct ufs_hba *hba,

0 commit comments

Comments
 (0)