Re: [PATCH v2 0/6] clk: qcom: apq8016: Clock fixes for U-Boot v2025.07

2025-06-03 Thread Casey Connolly
On Thu, 24 Apr 2025 11:16:40 +0200, Stephan Gerhold wrote: > Fix some issues in the clock-apq8016 driver that I noticed while testing > U-Boot v2025.07-rc on the DragonBoard 410c. Make it possible to poll the > clock status with GATE_CLK() to avoid potential race conditions. > > Applied, thank

Re: [PATCH v2 0/6] clk: qcom: apq8016: Clock fixes for U-Boot v2025.07

2025-04-28 Thread Sumit Garg
On Thu, Apr 24, 2025 at 11:16:40AM +0200, Stephan Gerhold wrote: > Fix some issues in the clock-apq8016 driver that I noticed while testing > U-Boot v2025.07-rc on the DragonBoard 410c. Make it possible to poll the > clock status with GATE_CLK() to avoid potential race conditions. > > Signed-off-b

Re: [PATCH v2 0/6] clk: qcom: apq8016: Clock fixes for U-Boot v2025.07

2025-04-24 Thread Casey Connolly
On 4/24/25 11:16, Stephan Gerhold wrote: Fix some issues in the clock-apq8016 driver that I noticed while testing U-Boot v2025.07-rc on the DragonBoard 410c. Make it possible to poll the clock status with GATE_CLK() to avoid potential race conditions. Signed-off-by: Stephan Gerhold Reviewe

[PATCH v2 0/6] clk: qcom: apq8016: Clock fixes for U-Boot v2025.07

2025-04-24 Thread Stephan Gerhold
Fix some issues in the clock-apq8016 driver that I noticed while testing U-Boot v2025.07-rc on the DragonBoard 410c. Make it possible to poll the clock status with GATE_CLK() to avoid potential race conditions. Signed-off-by: Stephan Gerhold --- Changes in v2: - Rename BRANCH_CLK() -> GATE_CLK_PO