Allow vendor drivers to decide which clock should be kept on when clk gating or suspend disables clocks while link is active. Change since v2: - Fixed a typo in commit title - Changed naming always_on_while_link_active to keep_link_active Change since v1: - Incorporated Stanley's idea which is to refactor func ufshcd_setup_clocks() Can Guo (2): scsi: ufs: Refactor ufshcd_setup_clocks() to remove skip_ref_clk scsi: ufs-qcom: Keep core_clk_unipro ON while link is active drivers/scsi/ufs/ufs-qcom.c | 6 ++++++ drivers/scsi/ufs/ufshcd-pltfrm.c | 2 ++ drivers/scsi/ufs/ufshcd.c | 29 +++++++++-------------------- drivers/scsi/ufs/ufshcd.h | 3 +++ 4 files changed, 20 insertions(+), 20 deletions(-) -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.