Re: [PATCH 4/6] clk: qcom: Allow polling for clock status in qcom_gate_clk_en()

2025-04-22 Thread Casey Connolly
On 4/22/25 12:54, Stephan Gerhold wrote: GATE_CLK() in its current state is unsafe: A simple write to the clock enable register does not guarantee that the clock is immediately running. Without polling the clock status, we may issue writes to registers before the necessary clocks start running

[PATCH 4/6] clk: qcom: Allow polling for clock status in qcom_gate_clk_en()

2025-04-22 Thread Stephan Gerhold
GATE_CLK() in its current state is unsafe: A simple write to the clock enable register does not guarantee that the clock is immediately running. Without polling the clock status, we may issue writes to registers before the necessary clocks start running. This doesn't seem to cause issues in U-Boot