All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] SM8450 GPUCC
@ 2023-05-17 16:40 Konrad Dybcio
  2023-05-17 16:40 ` [PATCH 1/4] dt-bindings: clock: Add Qcom " Konrad Dybcio
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Konrad Dybcio @ 2023-05-17 16:40 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Michael Turquette, Stephen Boyd,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Philipp Zabel
  Cc: Marijn Suijten, Dmitry Baryshkov, linux-arm-msm, linux-clk,
	devicetree, linux-kernel, Konrad Dybcio

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

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
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 <konrad.dybcio@linaro.org>


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

end of thread, other threads:[~2023-05-27  3:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17 16:40 [PATCH 0/4] SM8450 GPUCC Konrad Dybcio
2023-05-17 16:40 ` [PATCH 1/4] dt-bindings: clock: Add Qcom " Konrad Dybcio
2023-05-17 17:58   ` Krzysztof Kozlowski
2023-05-17 16:40 ` [PATCH 2/4] clk: qcom: rcg2: Make hw_clk_ctrl toggleable Konrad Dybcio
2023-05-17 16:40 ` [PATCH 3/4] clk: qcom: gcc-sm8450: Enable hw_clk_ctrl Konrad Dybcio
2023-05-17 16:40 ` [PATCH 4/4] clk: qcom: Add support for SM8450 GPUCC Konrad Dybcio
2023-05-27  4:00 ` (subset) [PATCH 0/4] " Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.