All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: qcom: use GATE_CLK_POLLED for CBCR-backed gate clocks
@ 2026-07-23  6:39 Balaji Selvanathan via U-Boot
  2026-07-23  6:39 ` [PATCH 1/3] clk: qcom: sa8775p: " Balaji Selvanathan via U-Boot
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Balaji Selvanathan via U-Boot @ 2026-07-23  6:39 UTC (permalink / raw)
  To: Sumit Garg, u-boot-qcom, u-boot
  Cc: Lukasz Majewski, Casey Connolly, Neil Armstrong, Tom Rini,
	Ajit Singh, Aswin Murugan, Balaji Selvanathan

Convert CBCR-backed gate clocks in the sa8775p, sc7280, and qcs615
clock drivers from GATE_CLK() to GATE_CLK_POLLED(), so clock enable is
confirmed by polling the per-clock CBCR status bit instead of assuming
the enable write took effect immediately.

Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
---
Balaji Selvanathan (3):
      clk: qcom: sa8775p: use GATE_CLK_POLLED for CBCR-backed gate clocks
      clk: qcom: sc7280: use GATE_CLK_POLLED for CBCR-backed gate clocks
      clk: qcom: qcs615: use GATE_CLK_POLLED for CBCR-backed gate clocks

 drivers/clk/qcom/clock-qcs615.c  | 44 ++++++++++++++--------------
 drivers/clk/qcom/clock-sa8775p.c | 36 +++++++++++------------
 drivers/clk/qcom/clock-sc7280.c  | 62 +++++++++++++++++++++-------------------
 3 files changed, 73 insertions(+), 69 deletions(-)
---
base-commit: de02bc0eccb76aec8272abed651c35ab120f4844
change-id: 20260723-clk_gate-1c5e54a8ae47

Best regards,
-- 
Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-07-23  8:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-23  6:39 [PATCH 0/3] clk: qcom: use GATE_CLK_POLLED for CBCR-backed gate clocks Balaji Selvanathan via U-Boot
2026-07-23  6:39 ` [PATCH 1/3] clk: qcom: sa8775p: " Balaji Selvanathan via U-Boot
2026-07-23  8:35   ` Varadarajan Narayanan via U-Boot
2026-07-23  6:39 ` [PATCH 2/3] clk: qcom: sc7280: " Balaji Selvanathan via U-Boot
2026-07-23  8:35   ` Varadarajan Narayanan via U-Boot
2026-07-23  6:39 ` [PATCH 3/3] clk: qcom: qcs615: " Balaji Selvanathan via U-Boot
2026-07-23  8:36   ` Varadarajan Narayanan via U-Boot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.