Re: [PATCH 1/3] clk/qcom: bubble up qcom_gate_clk_en() errors

2025-03-17 Thread Neil Armstrong
On 14/03/2025 16:31, Caleb Connolly wrote: If we try to enable a gate clock that doesn't exist, we used to just fail silently. This may make sense for early bringup of some core peripherals that we know are already enabled, but it only makes debugging missing clocks more difficult. Bubble up err

[PATCH 1/3] clk/qcom: bubble up qcom_gate_clk_en() errors

2025-03-14 Thread Caleb Connolly
If we try to enable a gate clock that doesn't exist, we used to just fail silently. This may make sense for early bringup of some core peripherals that we know are already enabled, but it only makes debugging missing clocks more difficult. Bubble up errors now that qcom_gate_clk_en() can return an