Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/4] clk: qcom: Add clocks for MSM8917 and QM215
@ 2023-02-21 17:49 Otto Pflüger
  2023-02-21 17:49 ` [PATCH 1/4] dt-bindings: clock: Add MSM8917 global clock controller Otto Pflüger
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Otto Pflüger @ 2023-02-21 17:49 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Konrad Dybcio, Michael Turquette, Stephen Boyd,
	Rob Herring, Krzysztof Kozlowski, Stephan Gerhold, linux-arm-msm,
	linux-clk, devicetree, Otto Pflüger

Add support for clocks, resets and power domains provided by the global
clock controller (GCC) and clocks controlled by the RPM firmware on
MSM8917/QM215 SoCs.

The only clock configuration difference between QM215 and MSM8917
is the source mapping of the GPU clock, so a single driver is used
for both SoCs.

Otto Pflüger (4):
  dt-bindings: clock: Add MSM8917 global clock controller
  clk: qcom: Add global clock controller driver for MSM8917
  dt-bindings: clock: qcom,rpmcc: Add MSM8917
  clk: qcom: smd-rpm: Add clocks for MSM8917

 .../bindings/clock/qcom,gcc-msm8909.yaml      |   13 +-
 .../devicetree/bindings/clock/qcom,rpmcc.yaml |    2 +
 drivers/clk/qcom/Kconfig                      |    8 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/clk-smd-rpm.c                |   35 +
 drivers/clk/qcom/gcc-msm8917.c                | 3283 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-msm8917.h  |  190 +
 7 files changed, 3528 insertions(+), 4 deletions(-)
 create mode 100644 drivers/clk/qcom/gcc-msm8917.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-msm8917.h

-- 
2.39.1

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

end of thread, other threads:[~2023-02-22 18:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-21 17:49 [PATCH 0/4] clk: qcom: Add clocks for MSM8917 and QM215 Otto Pflüger
2023-02-21 17:49 ` [PATCH 1/4] dt-bindings: clock: Add MSM8917 global clock controller Otto Pflüger
2023-02-22  8:47   ` Krzysztof Kozlowski
2023-02-21 17:49 ` [PATCH 2/4] clk: qcom: Add global clock controller driver for MSM8917 Otto Pflüger
2023-02-21 18:11   ` Konrad Dybcio
2023-02-22  8:51   ` Krzysztof Kozlowski
2023-02-22 17:57     ` Otto Pflüger
2023-02-22 18:21       ` Krzysztof Kozlowski
2023-02-21 17:49 ` [PATCH 3/4] dt-bindings: clock: qcom,rpmcc: Add MSM8917 Otto Pflüger
2023-02-22  8:51   ` Krzysztof Kozlowski
2023-02-21 17:49 ` [PATCH 4/4] clk: qcom: smd-rpm: Add clocks for MSM8917 Otto Pflüger
2023-02-21 18:12   ` Konrad Dybcio

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