Re: [PATCH 4/5] clk: Add flag to prevent frequency changes when walking subtrees
From: Miquel Raynal
Date: Mon Dec 23 2024 - 13:38:34 EST
Hi Stephen,
>> +/* do not passively change this clock rate during subtree rate propagation */
>> +#define CLK_NO_RATE_CHANGE_DURING_PROPAGATION BIT(14)
>
> Why doesn't rate locking work?
Can you be more specific? What function from the API is supposed to do
what I need? AFAIU, none of them is properly locking the rate during a
subtree walk, but if I misread one of them, I'd be glad to drop all this.
Thanks,
Miquèl