From: Balaji Selvanathan via U-Boot <u-boot@lists.u-boot-project.org>
To: Sumit Garg <sumit.garg@kernel.org>,
u-boot-qcom@groups.io, u-boot@lists.u-boot-project.org
Cc: Lukasz Majewski <lukma@denx.de>,
Casey Connolly <casey.connolly@linaro.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Tom Rini <trini@konsulko.com>, Ajit Singh <blfizzyy@gmail.com>,
Aswin Murugan <aswin.murugan@oss.qualcomm.com>,
Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
Subject: [PATCH 0/3] clk: qcom: use GATE_CLK_POLLED for CBCR-backed gate clocks
Date: Thu, 23 Jul 2026 12:09:45 +0530 [thread overview]
Message-ID: <20260723-clk_gate-v1-0-9549cad4d097@oss.qualcomm.com> (raw)
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>
next reply other threads:[~2026-07-23 6:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-23 6:39 Balaji Selvanathan via U-Boot [this message]
2026-07-23 6:39 ` [PATCH 1/3] clk: qcom: sa8775p: use GATE_CLK_POLLED for CBCR-backed gate clocks 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260723-clk_gate-v1-0-9549cad4d097@oss.qualcomm.com \
--to=u-boot@lists.u-boot-project.org \
--cc=aswin.murugan@oss.qualcomm.com \
--cc=balaji.selvanathan@oss.qualcomm.com \
--cc=blfizzyy@gmail.com \
--cc=casey.connolly@linaro.org \
--cc=lukma@denx.de \
--cc=neil.armstrong@linaro.org \
--cc=sumit.garg@kernel.org \
--cc=trini@konsulko.com \
--cc=u-boot-qcom@groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.