2023-05-17 16:50:39

by Konrad Dybcio

[permalink] [raw]
Subject: [PATCH 0/4] SM8450 GPUCC

Introduce hardware clock control to ultimately avoid spurious rcg
(re)configurations and introduce GPUCC for SM8450.

Signed-off-by: Konrad Dybcio <[email protected]>
---
Konrad Dybcio (4):
dt-bindings: clock: Add Qcom SM8450 GPUCC
clk: qcom: rcg2: Make hw_clk_ctrl toggleable
clk: qcom: gcc-sm8450: Enable hw_clk_ctrl
clk: qcom: Add support for SM8450 GPUCC

.../bindings/clock/qcom,sm8450-gpucc.yaml | 73 ++
drivers/clk/qcom/Kconfig | 8 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/clk-rcg.h | 2 +
drivers/clk/qcom/clk-rcg2.c | 2 +
drivers/clk/qcom/gcc-sm8450.c | 39 ++
drivers/clk/qcom/gpucc-sm8450.c | 766 +++++++++++++++++++++
include/dt-bindings/clock/qcom,sm8450-gpucc.h | 48 ++
include/dt-bindings/reset/qcom,sm8450-gpucc.h | 20 +
9 files changed, 959 insertions(+)
---
base-commit: 065efa589871e93b6610c70c1e9de274ef1f1ba2
change-id: 20230517-topic-waipio-gpucc-68d637833b4c

Best regards,
--
Konrad Dybcio <[email protected]>



2023-05-27 03:58:25

by Bjorn Andersson

[permalink] [raw]
Subject: Re: (subset) [PATCH 0/4] SM8450 GPUCC

On Wed, 17 May 2023 18:40:37 +0200, Konrad Dybcio wrote:
> Introduce hardware clock control to ultimately avoid spurious rcg
> (re)configurations and introduce GPUCC for SM8450.
>
>

Applied, thanks!

[2/4] clk: qcom: rcg2: Make hw_clk_ctrl toggleable
commit: a0e0ec7424c99a0459b44fbf0459de9728be37ab
[3/4] clk: qcom: gcc-sm8450: Enable hw_clk_ctrl
commit: d4113d5f2bc9b58d3243df0edd2c42247181dbdd
[4/4] clk: qcom: Add support for SM8450 GPUCC
commit: 728692d49edce3cdc77be92f3c79a6c56f81e531

Best regards,
--
Bjorn Andersson <[email protected]>