[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250723-topic-8750_gpucc-v2-0-56c93b84c390@oss.qualcomm.com>
Date: Wed, 23 Jul 2025 22:38:47 +0200
From: Konrad Dybcio <konradybcio@...nel.org>
To: Bjorn Andersson <andersson@...nel.org>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Konrad Dybcio <konradybcio@...nel.org>
Cc: Marijn Suijten <marijn.suijten@...ainline.org>,
linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Konrad Dybcio <konrad.dybcio@....qualcomm.com>
Subject: [PATCH v2 0/3] SM8750 GPU clocks
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@....qualcomm.com>
---
Changes in v2:
- gxcc bindings: remove double colon & list the names for power-domains
- Link to v1: https://lore.kernel.org/r/20250708-topic-8750_gpucc-v1-0-86c86a504d47@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 | 61 +++
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, 716 insertions(+)
---
base-commit: 0be23810e32e6d0a17df7c0ebad895ba2c210fc4
change-id: 20250708-topic-8750_gpucc-2e68defb27d3
Best regards,
--
Konrad Dybcio <konrad.dybcio@....qualcomm.com>
Powered by blists - more mailing lists