mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/6] clk: qcom: Add support for basic clocks providers on Eliza SoC
@ 2026-01-27 15:03 Abel Vesa
  2026-01-27 15:03 ` [PATCH v2 1/6] dt-bindings: clock: qcom: document the Eliza Global Clock Controller Abel Vesa
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: Abel Vesa @ 2026-01-27 15:03 UTC (permalink / raw)
  To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Luca Weiss, Taniya Das,
	Taniya Das
  Cc: linux-arm-msm, linux-clk, devicetree, linux-kernel, Abel Vesa

These are the bare minimum clock providers needed in order to
be able to boot to shell and have the rootfs on UFS.

The multimedia-specific clock providers will come later on.

Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
Changes in v2:
- Rebased on next-20260126
- Replaced the all-caps SoC name everywhere
- Created separate patches for each clock controller
- Dropped unused header includes
- Added parents to all TCSR clocks
- Added an explanation to why the Milos GCC bindings schema was reused.
- Link to v1: https://patch.msgid.link/20260123-eliza-clocks-v1-0-664f1931f8c7@oss.qualcomm.com

---
Abel Vesa (1):
      clk: qcom: Add TCSR clock driver for Eliza

Taniya Das (5):
      dt-bindings: clock: qcom: document the Eliza Global Clock Controller
      dt-bindings: clock: qcom: Document the Eliza TCSR Clock Controller
      dt-bindings: clock: qcom-rpmhcc: Add RPMHCC for Eliza
      clk: qcom: rpmh: Add support for Eliza rpmh clocks
      clk: qcom: Add support for Global clock controller on Eliza

 .../devicetree/bindings/clock/qcom,milos-gcc.yaml  |    9 +-
 .../devicetree/bindings/clock/qcom,rpmhcc.yaml     |    1 +
 .../bindings/clock/qcom,sm8550-tcsr.yaml           |    2 +
 drivers/clk/qcom/Kconfig                           |   17 +
 drivers/clk/qcom/Makefile                          |    2 +
 drivers/clk/qcom/clk-rpmh.c                        |   20 +
 drivers/clk/qcom/gcc-eliza.c                       | 3160 ++++++++++++++++++++
 drivers/clk/qcom/tcsrcc-eliza.c                    |  144 +
 include/dt-bindings/clock/qcom,eliza-gcc.h         |  218 ++
 include/dt-bindings/clock/qcom,eliza-tcsr.h        |   15 +
 10 files changed, 3586 insertions(+), 2 deletions(-)
---
base-commit: 615aad0f61e0c7a898184a394dc895c610100d4f
change-id: 20260120-eliza-clocks-5ee7ec9d0e79

Best regards,
--  
Abel Vesa <abel.vesa@oss.qualcomm.com>


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

end of thread, other threads:[~2026-02-06 12:58 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-27 15:03 [PATCH v2 0/6] clk: qcom: Add support for basic clocks providers on Eliza SoC Abel Vesa
2026-01-27 15:03 ` [PATCH v2 1/6] dt-bindings: clock: qcom: document the Eliza Global Clock Controller Abel Vesa
2026-01-28 11:15   ` Krzysztof Kozlowski
2026-01-27 15:03 ` [PATCH v2 2/6] dt-bindings: clock: qcom: Document the Eliza TCSR " Abel Vesa
2026-01-28 11:16   ` Krzysztof Kozlowski
2026-01-27 15:03 ` [PATCH v2 3/6] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC for Eliza Abel Vesa
2026-01-28 11:15   ` Krzysztof Kozlowski
2026-01-27 15:03 ` [PATCH v2 4/6] clk: qcom: rpmh: Add support for Eliza rpmh clocks Abel Vesa
2026-01-27 16:58   ` Dmitry Baryshkov
2026-01-28 10:40   ` Konrad Dybcio
2026-01-28 12:01     ` Abel Vesa
2026-01-27 15:03 ` [PATCH v2 5/6] clk: qcom: Add support for Global clock controller on Eliza Abel Vesa
2026-01-27 17:10   ` Dmitry Baryshkov
2026-01-27 15:03 ` [PATCH v2 6/6] clk: qcom: Add TCSR clock driver for Eliza Abel Vesa
2026-01-27 16:58   ` Dmitry Baryshkov
2026-01-28 10:34   ` Konrad Dybcio
2026-01-28 14:10     ` Abel Vesa
2026-01-30  9:43       ` Konrad Dybcio
2026-01-30 20:40         ` Abel Vesa
2026-02-02 20:53           ` Abel Vesa
2026-02-04 12:36             ` Konrad Dybcio
2026-02-06 12:50               ` Abel Vesa
2026-02-06 12:58                 ` Abel Vesa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®