All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] clk: qcom: Add SC8280XP GPU clock controller
@ 2022-09-26 17:30 Bjorn Andersson
  2022-09-26 17:30 ` [PATCH v2 1/2] dt-bindings: clock: Add Qualcomm SC8280XP GPU binding Bjorn Andersson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bjorn Andersson @ 2022-09-26 17:30 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Michael Turquette, Stephen Boyd
  Cc: Rob Herring, Krzysztof Kozlowski, linux-arm-msm, linux-clk,
	devicetree, linux-kernel

What the subject says.

Bjorn Andersson (2):
  dt-bindings: clock: Add Qualcomm SC8280XP GPU binding
  clk: qcom: Add SC8280XP GPU clock controller

 .../devicetree/bindings/clock/qcom,gpucc.yaml |   2 +
 drivers/clk/qcom/Kconfig                      |   8 +
 drivers/clk/qcom/Makefile                     |   1 +
 drivers/clk/qcom/gpucc-sc8280xp.c             | 461 ++++++++++++++++++
 .../dt-bindings/clock/qcom,gpucc-sc8280xp.h   |  35 ++
 5 files changed, 507 insertions(+)
 create mode 100644 drivers/clk/qcom/gpucc-sc8280xp.c
 create mode 100644 include/dt-bindings/clock/qcom,gpucc-sc8280xp.h

-- 
2.17.1


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

end of thread, other threads:[~2022-09-28  3:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26 17:30 [PATCH v2 0/2] clk: qcom: Add SC8280XP GPU clock controller Bjorn Andersson
2022-09-26 17:30 ` [PATCH v2 1/2] dt-bindings: clock: Add Qualcomm SC8280XP GPU binding Bjorn Andersson
2022-09-26 17:30 ` [PATCH v2 2/2] clk: qcom: Add SC8280XP GPU clock controller Bjorn Andersson
2022-09-28  3:06 ` [PATCH v2 0/2] " 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.