Re: [PATCH v7 1/8] scsi: ufs: Add checks before setting clk-gating states

2020-07-29 Thread Stanley Chu
On Tue, 2020-07-28 at 13:00 +0800, Can Guo wrote: > Clock gating features can be turned on/off selectively which means its > state information is only important if it is enabled. This change makes > sure that we only look at state of clk-gating if it is enabled. > > Signed-off-by: Can Guo >

[PATCH v7 1/8] scsi: ufs: Add checks before setting clk-gating states

2020-07-27 Thread Can Guo
Clock gating features can be turned on/off selectively which means its state information is only important if it is enabled. This change makes sure that we only look at state of clk-gating if it is enabled. Signed-off-by: Can Guo Reviewed-by: Avri Altman Reviewed-by: Hongwu Su ---