lkml.org 
[lkml]   [2023]   [Mar]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[RFC PATCH v2 4/5] clk: qcom: Add sync state callback to all SC8280XP providers
    Date
    Now that we have support for sync state delayed disabling of unused
    power domains and a provided generic gdsc sync state callback, add it to
    all the providers related to the SC8280XP platform.

    Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
    ---
    drivers/clk/qcom/dispcc-sc8280xp.c | 1 +
    drivers/clk/qcom/gcc-sc8280xp.c | 1 +
    drivers/clk/qcom/gpucc-sc8280xp.c | 1 +
    3 files changed, 3 insertions(+)

    diff --git a/drivers/clk/qcom/dispcc-sc8280xp.c b/drivers/clk/qcom/dispcc-sc8280xp.c
    index 167470beb369..a64c396b9cc4 100644
    --- a/drivers/clk/qcom/dispcc-sc8280xp.c
    +++ b/drivers/clk/qcom/dispcc-sc8280xp.c
    @@ -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,
    },
    };

    diff --git a/drivers/clk/qcom/gcc-sc8280xp.c b/drivers/clk/qcom/gcc-sc8280xp.c
    index b3198784e1c3..64d828ba07da 100644
    --- a/drivers/clk/qcom/gcc-sc8280xp.c
    +++ b/drivers/clk/qcom/gcc-sc8280xp.c
    @@ -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,
    },
    };

    diff --git a/drivers/clk/qcom/gpucc-sc8280xp.c b/drivers/clk/qcom/gpucc-sc8280xp.c
    index ea1e9505c335..46ca242ba427 100644
    --- a/drivers/clk/qcom/gpucc-sc8280xp.c
    +++ b/drivers/clk/qcom/gpucc-sc8280xp.c
    @@ -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);
    --
    2.34.1
    \
     
     \ /
      Last update: 2023-03-27 01:09    [W:4.130 / U:1.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site