On 22/04/2025 12:54, 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 <stephan.gerh...@linaro.org>
---
Stephan Gerhold (6):
clk: qcom: apq8016: Fix SDCC clock addresses
clk: qcom: Move qcom_gate_clk_en() to C file
clk: qcom: Use setbits_le32() for qcom_gate_clk_en()
clk: qcom: Allow polling for clock status in qcom_gate_clk_en()
clk: qcom: apq8016: Convert GATE_CLK() to BRANCH_CLK()
clk: qcom: apq8016: Fix SDCC clock warnings
drivers/clk/qcom/clock-apq8016.c | 17 ++++++++---------
drivers/clk/qcom/clock-qcom.c | 27 +++++++++++++++++++++++++++
drivers/clk/qcom/clock-qcom.h | 22 ++++++----------------
3 files changed, 41 insertions(+), 25 deletions(-)
---
base-commit: cde0050618968aae335dfbc930641656d51ff5d0
change-id: 20250419-apq8016-clock-fixes2-66ace5b26ab4
Best regards,
Reviewed-by: Neil Armstrong <neil.armstr...@linaro.org>