linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] SM8750 GPU clocks
@ 2025-07-08 12:47 Konrad Dybcio
  2025-07-08 12:47 ` [PATCH 1/3] dt-bindings: clock: qcom: Add " Konrad Dybcio
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Konrad Dybcio @ 2025-07-08 12:47 UTC (permalink / raw)
  To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Konrad Dybcio
  Cc: Marijn Suijten, linux-arm-msm, linux-clk, devicetree,
	linux-kernel, Konrad Dybcio

This series brings a driver for GPU clock controllers (there are two
now, but that's almost a cosmetic change) on 8750 and wires up the GPU
SMMU instance.

No external dependencies to the best of my knowledge.

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
Konrad Dybcio (3):
      dt-bindings: clock: qcom: Add SM8750 GPU clocks
      clk: qcom: Add a driver for SM8750 GPU clocks
      arm64: dts: qcom: sm8750: Add GPU clock & IOMMU nodes

 .../bindings/clock/qcom,sm8450-gpucc.yaml          |   5 +
 .../bindings/clock/qcom,sm8750-gxcc.yaml           |  58 +++
 arch/arm64/boot/dts/qcom/sm8750.dtsi               |  63 +++
 drivers/clk/qcom/Kconfig                           |   9 +
 drivers/clk/qcom/Makefile                          |   1 +
 drivers/clk/qcom/gpucc-sm8750.c                    | 524 +++++++++++++++++++++
 include/dt-bindings/clock/qcom,sm8750-gpucc.h      |  53 +++
 7 files changed, 713 insertions(+)
---
base-commit: 58ba80c4740212c29a1cf9b48f588e60a7612209
change-id: 20250708-topic-8750_gpucc-2e68defb27d3

Best regards,
-- 
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>


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

end of thread, other threads:[~2025-07-10 21:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08 12:47 [PATCH 0/3] SM8750 GPU clocks Konrad Dybcio
2025-07-08 12:47 ` [PATCH 1/3] dt-bindings: clock: qcom: Add " Konrad Dybcio
2025-07-10 21:43   ` Rob Herring
2025-07-08 12:47 ` [PATCH 2/3] clk: qcom: Add a driver for " Konrad Dybcio
2025-07-08 12:47 ` [PATCH 3/3] arm64: dts: qcom: sm8750: Add GPU clock & IOMMU nodes Konrad Dybcio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).