Re: [PATCH v2 2/2] scsi: ufs-qcom: Keep core_clk_unipro ON while link is active

2020-11-24 Thread hongwus
On 2020-11-24 15:28, Can Guo wrote: If we want to disable clocks to save power but still keep the link active, core_clk_unipro, as same as ref_clk, should not be the one being disabled. Signed-off-by: Can Guo --- drivers/scsi/ufs/ufs-qcom.c | 6 ++ 1 file changed, 6 insertions(+) diff

[PATCH v2 2/2] scsi: ufs-qcom: Keep core_clk_unipro ON while link is active

2020-11-23 Thread Can Guo
If we want to disable clocks to save power but still keep the link active, core_clk_unipro, as same as ref_clk, should not be the one being disabled. Signed-off-by: Can Guo --- drivers/scsi/ufs/ufs-qcom.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/scsi/ufs/ufs-qcom.c