Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/4] clk: qcom: Add support for basic clock providers on Fillmore SoC
@ 2026-03-08  0:39 Aelin Reidel
  2026-03-08  0:39 ` [PATCH 1/4] dt-bindings: clock: qcom: document the Fillmore Global Clock Controller Aelin Reidel
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Aelin Reidel @ 2026-03-08  0:39 UTC (permalink / raw)
  To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Taniya Das
  Cc: linux-arm-msm, linux-clk, devicetree, linux-kernel, linux,
	phone-devel, ~postmarketos/upstreaming, Aelin Reidel

This series adds the bare minimum clock provider (gcc and rpmh) driver
support for the Fillmore SoC (e.g. SM7450).

With this, it is possible to boot to the rootfs from the UFS storage and
have functioning USB.

The multimedia-specific clock providers will be sent in a follow-up
series.

This patch series was tested on a Xiaomi 13 Lite / Civi 2 (xiaomi-ziyi).

Signed-off-by: Aelin Reidel <aelin@mainlining.org>
---
Aelin Reidel (4):
      dt-bindings: clock: qcom: document the Fillmore Global Clock Controller
      dt-bindings: clock: qcom: Document the Fillmore RPMH Clock Controller
      clk: qcom: Add Global Clock controller (GCC) driver for Fillmore
      clk: qcom: rpmh: Add support for Fillmore rpmh clocks

 .../bindings/clock/qcom,fillmore-gcc.yaml          |   60 +
 .../devicetree/bindings/clock/qcom,rpmhcc.yaml     |    1 +
 drivers/clk/qcom/Kconfig                           |    9 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/clk-rpmh.c                        |   22 +
 drivers/clk/qcom/gcc-fillmore.c                    | 2714 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,fillmore-gcc.h      |  195 ++
 7 files changed, 3002 insertions(+)
---
base-commit: a0ae2a256046c0c5d3778d1a194ff2e171f16e5f
change-id: 20260301-fillmore-clks-9509b588e71f

Best regards,
-- 
Aelin Reidel <aelin@mainlining.org>


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

end of thread, other threads:[~2026-03-10 15:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-08  0:39 [PATCH 0/4] clk: qcom: Add support for basic clock providers on Fillmore SoC Aelin Reidel
2026-03-08  0:39 ` [PATCH 1/4] dt-bindings: clock: qcom: document the Fillmore Global Clock Controller Aelin Reidel
2026-03-08  0:50   ` Aelin Reidel
2026-03-09  7:38   ` Krzysztof Kozlowski
2026-03-09 14:56     ` Aelin Reidel
2026-03-10 13:22       ` Konrad Dybcio
2026-03-08  0:39 ` [PATCH 2/4] dt-bindings: clock: qcom: Document the Fillmore RPMH " Aelin Reidel
2026-03-09  7:39   ` Krzysztof Kozlowski
2026-03-08  0:39 ` [PATCH 3/4] clk: qcom: Add Global Clock controller (GCC) driver for Fillmore Aelin Reidel
2026-03-10 13:33   ` Dmitry Baryshkov
2026-03-10 15:15   ` Konrad Dybcio
2026-03-08  0:39 ` [PATCH 4/4] clk: qcom: rpmh: Add support for Fillmore rpmh clocks Aelin Reidel
2026-03-10 13:26   ` Konrad Dybcio
2026-03-09 10:57 ` [PATCH 0/4] clk: qcom: Add support for basic clock providers on Fillmore SoC Krzysztof Kozlowski

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