Re: [PATCH v2 5/5] clk: implement sync_state support
From: Brian Masney
Date: Mon Jun 22 2026 - 10:49:22 EST
On Mon, Jun 22, 2026 at 6:35 AM Konrad Dybcio
<konrad.dybcio@xxxxxxxxxxxxxxxx> wrote:
> On 6/18/26 11:12 PM, Brian Masney wrote:
> > I am not aware of any clks setup that way but that's not to say they don't
> > exist. Stephen, and/or some of the folks from QC would know better.
>
> I'm not sure I'm following, but we do have this bit
>
> qcom_cc_probe()
> -> qcom_cc_really_probe()
> -> gdsc_register()
> -> of_genpd_add_provider_onecell()
> -> dev_set_drv_sync_state()
>
> and this patch calls dev_set_drv_sync_state() again in __clk_register()
This is what Ulf brought up. In my next version of this series, I am
going to change it so that we can add to the sync_state callbacks.
Brian