@@ -96,6 +96,7 @@ static struct platform_driver apss_ipq6018_driver = {
.probe = apss_ipq6018_probe,
.driver = {
.name = "qcom,apss-ipq6018-clk",
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -1695,6 +1695,7 @@ static struct platform_driver cam_cc_sc7180_driver = {
.name = "cam_cc-sc7180",
.of_match_table = cam_cc_sc7180_match_table,
.pm = &cam_cc_pm_ops,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -2465,6 +2465,7 @@ static struct platform_driver cam_cc_sc7280_driver = {
.driver = {
.name = "cam_cc-sc7280",
.of_match_table = cam_cc_sc7280_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -1743,6 +1743,7 @@ static struct platform_driver cam_cc_sdm845_driver = {
.driver = {
.name = "sdm845-camcc",
.of_match_table = cam_cc_sdm845_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -1887,6 +1887,7 @@ static struct platform_driver camcc_sm6350_driver = {
.driver = {
.name = "sm6350-camcc",
.of_match_table = camcc_sm6350_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -2441,6 +2441,7 @@ static struct platform_driver cam_cc_sm8250_driver = {
.driver = {
.name = "cam_cc-sm8250",
.of_match_table = cam_cc_sm8250_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -2847,6 +2847,7 @@ static struct platform_driver cam_cc_sm8450_driver = {
.driver = {
.name = "camcc-sm8450",
.of_match_table = cam_cc_sm8450_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -530,6 +530,7 @@ static struct platform_driver disp_cc_qcm2290_driver = {
.driver = {
.name = "dispcc-qcm2290",
.of_match_table = disp_cc_qcm2290_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -721,6 +721,7 @@ static struct platform_driver disp_cc_sc7180_driver = {
.driver = {
.name = "sc7180-dispcc",
.of_match_table = disp_cc_sc7180_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -892,6 +892,7 @@ static struct platform_driver disp_cc_sc7280_driver = {
.driver = {
.name = "disp_cc-sc7280",
.of_match_table = disp_cc_sc7280_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3199,6 +3199,7 @@ static struct platform_driver disp_cc_sc8280xp_driver = {
.driver = {
.name = "disp_cc-sc8280xp",
.of_match_table = disp_cc_sc8280xp_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -869,6 +869,7 @@ static struct platform_driver disp_cc_sdm845_driver = {
.driver = {
.name = "disp_cc-sdm845",
.of_match_table = disp_cc_sdm845_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -600,6 +600,7 @@ static struct platform_driver disp_cc_sm6115_driver = {
.driver = {
.name = "dispcc-sm6115",
.of_match_table = disp_cc_sm6115_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -690,6 +690,7 @@ static struct platform_driver disp_cc_sm6125_driver = {
.driver = {
.name = "disp_cc-sm6125",
.of_match_table = disp_cc_sm6125_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -778,6 +778,7 @@ static struct platform_driver disp_cc_sm6350_driver = {
.driver = {
.name = "disp_cc-sm6350",
.of_match_table = disp_cc_sm6350_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -591,6 +591,7 @@ static struct platform_driver disp_cc_sm6375_driver = {
.driver = {
.name = "disp_cc-sm6375",
.of_match_table = disp_cc_sm6375_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -1380,6 +1380,7 @@ static struct platform_driver disp_cc_sm8250_driver = {
.driver = {
.name = "disp_cc-sm8250",
.of_match_table = disp_cc_sm8250_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -1803,6 +1803,7 @@ static struct platform_driver disp_cc_sm8450_driver = {
.driver = {
.name = "disp_cc-sm8450",
.of_match_table = disp_cc_sm8450_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -1788,6 +1788,7 @@ static struct platform_driver disp_cc_sm8550_driver = {
.driver = {
.name = "disp_cc-sm8550",
.of_match_table = disp_cc_sm8550_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3642,6 +3642,7 @@ static struct platform_driver gcc_apq8084_driver = {
.driver = {
.name = "gcc-apq8084",
.of_match_table = gcc_apq8084_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3428,6 +3428,7 @@ static struct platform_driver gcc_ipq806x_driver = {
.driver = {
.name = "gcc-ipq806x",
.of_match_table = gcc_ipq806x_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -4741,6 +4741,7 @@ static struct platform_driver gcc_ipq8074_driver = {
.driver = {
.name = "qcom,gcc-ipq8074",
.of_match_table = gcc_ipq8074_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -1720,6 +1720,7 @@ static struct platform_driver gcc_mdm9615_driver = {
.driver = {
.name = "gcc-mdm9615",
.of_match_table = gcc_mdm9615_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -2775,6 +2775,7 @@ static struct platform_driver gcc_msm8660_driver = {
.driver = {
.name = "gcc-msm8660",
.of_match_table = gcc_msm8660_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -2711,6 +2711,7 @@ static struct platform_driver gcc_msm8909_driver = {
.driver = {
.name = "gcc-msm8909",
.of_match_table = gcc_msm8909_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3448,6 +3448,7 @@ static struct platform_driver gcc_msm8916_driver = {
.driver = {
.name = "gcc-msm8916",
.of_match_table = gcc_msm8916_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -4013,6 +4013,7 @@ static struct platform_driver gcc_msm8939_driver = {
.driver = {
.name = "gcc-msm8939",
.of_match_table = gcc_msm8939_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -4230,6 +4230,7 @@ static struct platform_driver gcc_msm8953_driver = {
.driver = {
.name = "gcc-msm8953",
.of_match_table = gcc_msm8953_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3768,6 +3768,7 @@ static struct platform_driver gcc_msm8960_driver = {
.driver = {
.name = "gcc-msm8960",
.of_match_table = gcc_msm8960_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -2904,6 +2904,7 @@ static struct platform_driver gcc_msm8974_driver = {
.driver = {
.name = "gcc-msm8974",
.of_match_table = gcc_msm8974_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -4137,6 +4137,7 @@ static struct platform_driver gcc_msm8976_driver = {
.driver = {
.name = "qcom,gcc-msm8976",
.of_match_table = gcc_msm8976_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -2712,6 +2712,7 @@ static struct platform_driver gcc_msm8994_driver = {
.driver = {
.name = "gcc-msm8994",
.of_match_table = gcc_msm8994_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3856,6 +3856,7 @@ static struct platform_driver gcc_msm8996_driver = {
.driver = {
.name = "gcc-msm8996",
.of_match_table = gcc_msm8996_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3249,6 +3249,7 @@ static struct platform_driver gcc_msm8998_driver = {
.driver = {
.name = "gcc-msm8998",
.of_match_table = gcc_msm8998_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3002,6 +3002,7 @@ static struct platform_driver gcc_qcm2290_driver = {
.driver = {
.name = "gcc-qcm2290",
.of_match_table = gcc_qcm2290_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -2832,6 +2832,7 @@ static struct platform_driver gcc_qcs404_driver = {
.driver = {
.name = "gcc-qcs404",
.of_match_table = gcc_qcs404_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -2634,6 +2634,7 @@ static struct platform_driver gcc_qdu1000_driver = {
.driver = {
.name = "gcc-qdu1000",
.of_match_table = gcc_qdu1000_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -4766,6 +4766,7 @@ static struct platform_driver gcc_sa8775p_driver = {
.driver = {
.name = "sa8775p-gcc",
.of_match_table = gcc_sa8775p_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -2469,6 +2469,7 @@ static struct platform_driver gcc_sc7180_driver = {
.driver = {
.name = "gcc-sc7180",
.of_match_table = gcc_sc7180_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3480,6 +3480,7 @@ static struct platform_driver gcc_sc7280_driver = {
.driver = {
.name = "gcc-sc7280",
.of_match_table = gcc_sc7280_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -4610,6 +4610,7 @@ static struct platform_driver gcc_sc8180x_driver = {
.driver = {
.name = "gcc-sc8180x",
.of_match_table = gcc_sc8180x_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -7441,6 +7441,7 @@ static struct platform_driver gcc_sc8280xp_driver = {
.driver = {
.name = "gcc-sc8280xp",
.of_match_table = gcc_sc8280xp_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -2485,6 +2485,7 @@ static struct platform_driver gcc_sdm660_driver = {
.driver = {
.name = "gcc-sdm660",
.of_match_table = gcc_sdm660_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -4020,6 +4020,7 @@ static struct platform_driver gcc_sdm845_driver = {
.driver = {
.name = "gcc-sdm845",
.of_match_table = gcc_sdm845_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -1628,6 +1628,7 @@ static struct platform_driver gcc_sdx55_driver = {
.driver = {
.name = "gcc-sdx55",
.of_match_table = gcc_sdx55_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -1591,6 +1591,7 @@ static struct platform_driver gcc_sdx65_driver = {
.driver = {
.name = "gcc-sdx65",
.of_match_table = gcc_sdx65_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3512,6 +3512,7 @@ static struct platform_driver gcc_sm6115_driver = {
.driver = {
.name = "gcc-sm6115",
.of_match_table = gcc_sm6115_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -4170,6 +4170,7 @@ static struct platform_driver gcc_sm6125_driver = {
.driver = {
.name = "gcc-sm6125",
.of_match_table = gcc_sm6125_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -2566,6 +2566,7 @@ static struct platform_driver gcc_sm6350_driver = {
.driver = {
.name = "gcc-sm6350",
.of_match_table = gcc_sm6350_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3902,6 +3902,7 @@ static struct platform_driver gcc_sm6375_driver = {
.driver = {
.name = "gcc-sm6375",
.of_match_table = gcc_sm6375_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3029,6 +3029,7 @@ static struct platform_driver gcc_sm7150_driver = {
.driver = {
.name = "gcc-sm7150",
.of_match_table = gcc_sm7150_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3795,6 +3795,7 @@ static struct platform_driver gcc_sm8150_driver = {
.driver = {
.name = "gcc-sm8150",
.of_match_table = gcc_sm8150_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3668,6 +3668,7 @@ static struct platform_driver gcc_sm8250_driver = {
.driver = {
.name = "gcc-sm8250",
.of_match_table = gcc_sm8250_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3855,6 +3855,7 @@ static struct platform_driver gcc_sm8350_driver = {
.driver = {
.name = "sm8350-gcc",
.of_match_table = gcc_sm8350_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3262,6 +3262,7 @@ static struct platform_driver gcc_sm8450_driver = {
.driver = {
.name = "gcc-sm8450",
.of_match_table = gcc_sm8450_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3368,6 +3368,7 @@ static struct platform_driver gcc_sm8550_driver = {
.driver = {
.name = "gcc-sm8550",
.of_match_table = gcc_sm8550_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -343,6 +343,7 @@ static struct platform_driver gpucc_msm8998_driver = {
.driver = {
.name = "gpucc-msm8998",
.of_match_table = gpucc_msm8998_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(gpucc_msm8998_driver);
@@ -249,6 +249,7 @@ static struct platform_driver gpu_cc_sc7180_driver = {
.driver = {
.name = "sc7180-gpucc",
.of_match_table = gpu_cc_sc7180_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -473,6 +473,7 @@ static struct platform_driver gpu_cc_sc7280_driver = {
.driver = {
.name = "gpu_cc-sc7280",
.of_match_table = gpu_cc_sc7280_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -453,6 +453,7 @@ static struct platform_driver gpu_cc_sc8280xp_driver = {
.driver = {
.name = "gpu_cc-sc8280xp",
.of_match_table = gpu_cc_sc8280xp_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(gpu_cc_sc8280xp_driver);
@@ -339,6 +339,7 @@ static struct platform_driver gpucc_sdm660_driver = {
.driver = {
.name = "gpucc-sdm660",
.of_match_table = gpucc_sdm660_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(gpucc_sdm660_driver);
@@ -200,6 +200,7 @@ static struct platform_driver gpu_cc_sdm845_driver = {
.driver = {
.name = "sdm845-gpucc",
.of_match_table = gpu_cc_sdm845_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -495,6 +495,7 @@ static struct platform_driver gpu_cc_sm6115_driver = {
.driver = {
.name = "sm6115-gpucc",
.of_match_table = gpu_cc_sm6115_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(gpu_cc_sm6115_driver);
@@ -416,6 +416,7 @@ static struct platform_driver gpu_cc_sm6125_driver = {
.driver = {
.name = "gpucc-sm6125",
.of_match_table = gpu_cc_sm6125_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(gpu_cc_sm6125_driver);
@@ -502,6 +502,7 @@ static struct platform_driver gpu_cc_sm6350_driver = {
.driver = {
.name = "sm6350-gpucc",
.of_match_table = gpu_cc_sm6350_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -449,6 +449,7 @@ static struct platform_driver gpucc_sm6375_driver = {
.driver = {
.name = "gpucc-sm6375",
.of_match_table = gpucc_sm6375_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(gpucc_sm6375_driver);
@@ -312,6 +312,7 @@ static struct platform_driver gpu_cc_sm8150_driver = {
.driver = {
.name = "sm8150-gpucc",
.of_match_table = gpu_cc_sm8150_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -328,6 +328,7 @@ static struct platform_driver gpu_cc_sm8250_driver = {
.driver = {
.name = "sm8250-gpucc",
.of_match_table = gpu_cc_sm8250_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -618,6 +618,7 @@ static struct platform_driver gpu_cc_sm8350_driver = {
.driver = {
.name = "sm8350-gpucc",
.of_match_table = gpu_cc_sm8350_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -463,6 +463,7 @@ static struct platform_driver lcc_ipq806x_driver = {
.driver = {
.name = "lcc-ipq806x",
.of_match_table = lcc_ipq806x_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(lcc_ipq806x_driver);
@@ -863,6 +863,7 @@ static struct platform_driver lpass_aon_cc_sc7280_driver = {
.name = "lpass_aon_cc-sc7280",
.of_match_table = lpass_aon_cc_sc7280_match_table,
.pm = &lpass_audio_cc_pm_ops,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -154,6 +154,7 @@ static struct platform_driver lpass_cc_sc7280_driver = {
.driver = {
.name = "sc7280-lpasscc",
.of_match_table = lpass_cc_sc7280_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -469,6 +469,7 @@ static struct platform_driver lpass_core_cc_sc7180_driver = {
.name = "lpass_core_cc-sc7180",
.of_match_table = lpass_core_cc_sc7180_match_table,
.pm = &lpass_pm_ops,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -478,6 +479,7 @@ static struct platform_driver lpass_hm_sc7180_driver = {
.name = "lpass_hm-sc7180",
.of_match_table = lpass_hm_sc7180_match_table,
.pm = &lpass_pm_ops,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -413,6 +413,7 @@ static struct platform_driver lpass_core_cc_sc7280_driver = {
.driver = {
.name = "lpass_core_cc-sc7280",
.of_match_table = lpass_core_cc_sc7280_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -438,6 +439,7 @@ static struct platform_driver lpass_hm_sc7280_driver = {
.driver = {
.name = "lpass_hm-sc7280",
.of_match_table = lpass_hm_sc7280_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -3145,6 +3145,7 @@ static struct platform_driver mmcc_apq8084_driver = {
.driver = {
.name = "mmcc-apq8084",
.of_match_table = mmcc_apq8084_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(mmcc_apq8084_driver);
@@ -2801,6 +2801,7 @@ static struct platform_driver mmcc_msm8974_driver = {
.driver = {
.name = "mmcc-msm8974",
.of_match_table = mmcc_msm8974_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(mmcc_msm8974_driver);
@@ -2611,6 +2611,7 @@ static struct platform_driver mmcc_msm8994_driver = {
.driver = {
.name = "mmcc-msm8994",
.of_match_table = mmcc_msm8994_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(mmcc_msm8994_driver);
@@ -3635,6 +3635,7 @@ static struct platform_driver mmcc_msm8996_driver = {
.driver = {
.name = "mmcc-msm8996",
.of_match_table = mmcc_msm8996_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(mmcc_msm8996_driver);
@@ -2881,6 +2881,7 @@ static struct platform_driver mmcc_msm8998_driver = {
.driver = {
.name = "mmcc-msm8998",
.of_match_table = mmcc_msm8998_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(mmcc_msm8998_driver);
@@ -2859,6 +2859,7 @@ static struct platform_driver mmcc_660_driver = {
.driver = {
.name = "mmcc-sdm660",
.of_match_table = mmcc_660_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
module_platform_driver(mmcc_660_driver);
@@ -234,6 +234,7 @@ static struct platform_driver video_cc_sc7180_driver = {
.driver = {
.name = "sc7180-videocc",
.of_match_table = video_cc_sc7180_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -306,6 +306,7 @@ static struct platform_driver video_cc_sc7280_driver = {
.driver = {
.name = "video_cc-sc7280",
.of_match_table = video_cc_sc7280_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -337,6 +337,7 @@ static struct platform_driver video_cc_sdm845_driver = {
.driver = {
.name = "sdm845-videocc",
.of_match_table = video_cc_sdm845_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -253,6 +253,7 @@ static struct platform_driver video_cc_sm8150_driver = {
.driver = {
.name = "video_cc-sm8150",
.of_match_table = video_cc_sm8150_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
@@ -399,6 +399,7 @@ static struct platform_driver video_cc_sm8250_driver = {
.driver = {
.name = "sm8250-videocc",
.of_match_table = video_cc_sm8250_match_table,
+ .sync_state = qcom_cc_sync_state,
},
};
Now that we have support for sync state delayed disabling of unused power domains and a provided generic qcom_cc sync state callback, add it to all the providers for all platforms that actually registers GDSCs. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- drivers/clk/qcom/apss-ipq6018.c | 1 + drivers/clk/qcom/camcc-sc7180.c | 1 + drivers/clk/qcom/camcc-sc7280.c | 1 + drivers/clk/qcom/camcc-sdm845.c | 1 + drivers/clk/qcom/camcc-sm6350.c | 1 + drivers/clk/qcom/camcc-sm8250.c | 1 + drivers/clk/qcom/camcc-sm8450.c | 1 + drivers/clk/qcom/dispcc-qcm2290.c | 1 + drivers/clk/qcom/dispcc-sc7180.c | 1 + drivers/clk/qcom/dispcc-sc7280.c | 1 + drivers/clk/qcom/dispcc-sc8280xp.c | 1 + drivers/clk/qcom/dispcc-sdm845.c | 1 + drivers/clk/qcom/dispcc-sm6115.c | 1 + drivers/clk/qcom/dispcc-sm6125.c | 1 + drivers/clk/qcom/dispcc-sm6350.c | 1 + drivers/clk/qcom/dispcc-sm6375.c | 1 + drivers/clk/qcom/dispcc-sm8250.c | 1 + drivers/clk/qcom/dispcc-sm8450.c | 1 + drivers/clk/qcom/dispcc-sm8550.c | 1 + drivers/clk/qcom/gcc-apq8084.c | 1 + drivers/clk/qcom/gcc-ipq806x.c | 1 + drivers/clk/qcom/gcc-ipq8074.c | 1 + drivers/clk/qcom/gcc-mdm9615.c | 1 + drivers/clk/qcom/gcc-msm8660.c | 1 + drivers/clk/qcom/gcc-msm8909.c | 1 + drivers/clk/qcom/gcc-msm8916.c | 1 + drivers/clk/qcom/gcc-msm8939.c | 1 + drivers/clk/qcom/gcc-msm8953.c | 1 + drivers/clk/qcom/gcc-msm8960.c | 1 + drivers/clk/qcom/gcc-msm8974.c | 1 + drivers/clk/qcom/gcc-msm8976.c | 1 + drivers/clk/qcom/gcc-msm8994.c | 1 + drivers/clk/qcom/gcc-msm8996.c | 1 + drivers/clk/qcom/gcc-msm8998.c | 1 + drivers/clk/qcom/gcc-qcm2290.c | 1 + drivers/clk/qcom/gcc-qcs404.c | 1 + drivers/clk/qcom/gcc-qdu1000.c | 1 + drivers/clk/qcom/gcc-sa8775p.c | 1 + drivers/clk/qcom/gcc-sc7180.c | 1 + drivers/clk/qcom/gcc-sc7280.c | 1 + drivers/clk/qcom/gcc-sc8180x.c | 1 + drivers/clk/qcom/gcc-sc8280xp.c | 1 + drivers/clk/qcom/gcc-sdm660.c | 1 + drivers/clk/qcom/gcc-sdm845.c | 1 + drivers/clk/qcom/gcc-sdx55.c | 1 + drivers/clk/qcom/gcc-sdx65.c | 1 + drivers/clk/qcom/gcc-sm6115.c | 1 + drivers/clk/qcom/gcc-sm6125.c | 1 + drivers/clk/qcom/gcc-sm6350.c | 1 + drivers/clk/qcom/gcc-sm6375.c | 1 + drivers/clk/qcom/gcc-sm7150.c | 1 + drivers/clk/qcom/gcc-sm8150.c | 1 + drivers/clk/qcom/gcc-sm8250.c | 1 + drivers/clk/qcom/gcc-sm8350.c | 1 + drivers/clk/qcom/gcc-sm8450.c | 1 + drivers/clk/qcom/gcc-sm8550.c | 1 + drivers/clk/qcom/gpucc-msm8998.c | 1 + drivers/clk/qcom/gpucc-sc7180.c | 1 + drivers/clk/qcom/gpucc-sc7280.c | 1 + drivers/clk/qcom/gpucc-sc8280xp.c | 1 + drivers/clk/qcom/gpucc-sdm660.c | 1 + drivers/clk/qcom/gpucc-sdm845.c | 1 + drivers/clk/qcom/gpucc-sm6115.c | 1 + drivers/clk/qcom/gpucc-sm6125.c | 1 + drivers/clk/qcom/gpucc-sm6350.c | 1 + drivers/clk/qcom/gpucc-sm6375.c | 1 + drivers/clk/qcom/gpucc-sm8150.c | 1 + drivers/clk/qcom/gpucc-sm8250.c | 1 + drivers/clk/qcom/gpucc-sm8350.c | 1 + drivers/clk/qcom/lcc-ipq806x.c | 1 + drivers/clk/qcom/lpassaudiocc-sc7280.c | 1 + drivers/clk/qcom/lpasscc-sc7280.c | 1 + drivers/clk/qcom/lpasscorecc-sc7180.c | 2 ++ drivers/clk/qcom/lpasscorecc-sc7280.c | 2 ++ drivers/clk/qcom/mmcc-apq8084.c | 1 + drivers/clk/qcom/mmcc-msm8974.c | 1 + drivers/clk/qcom/mmcc-msm8994.c | 1 + drivers/clk/qcom/mmcc-msm8996.c | 1 + drivers/clk/qcom/mmcc-msm8998.c | 1 + drivers/clk/qcom/mmcc-sdm660.c | 1 + drivers/clk/qcom/videocc-sc7180.c | 1 + drivers/clk/qcom/videocc-sc7280.c | 1 + drivers/clk/qcom/videocc-sdm845.c | 1 + drivers/clk/qcom/videocc-sm8150.c | 1 + drivers/clk/qcom/videocc-sm8250.c | 1 + 85 files changed, 87 insertions(+)