All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] clk: qcom: SC8280XP GCC
@ 2022-05-05  2:54 Bjorn Andersson
  2022-05-05  2:54 ` [PATCH v4 1/2] dt-bindings: clock: Add Qualcomm SC8280XP GCC bindings Bjorn Andersson
  2022-05-05  2:54 ` [PATCH v4 2/2] clk: qcom: add sc8280xp GCC driver Bjorn Andersson
  0 siblings, 2 replies; 7+ messages in thread
From: Bjorn Andersson @ 2022-05-05  2:54 UTC (permalink / raw)
  To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, linux-clk, devicetree, linux-kernel

This adds binding and driver for the Global Clock Controller (GCC) found in the
Qualcomm SC8280XP platform.

Bjorn Andersson (2):
  dt-bindings: clock: Add Qualcomm SC8280XP GCC bindings
  clk: qcom: add sc8280xp GCC driver

 .../bindings/clock/qcom,gcc-sc8280xp.yaml     |  128 +
 drivers/clk/qcom/Kconfig                      |    9 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/gcc-sc8280xp.c               | 7488 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-sc8280xp.h |  496 ++
 5 files changed, 8122 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-sc8280xp.yaml
 create mode 100644 drivers/clk/qcom/gcc-sc8280xp.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-sc8280xp.h

-- 
2.35.1


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

end of thread, other threads:[~2022-05-19  0:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05  2:54 [PATCH v4 0/2] clk: qcom: SC8280XP GCC Bjorn Andersson
2022-05-05  2:54 ` [PATCH v4 1/2] dt-bindings: clock: Add Qualcomm SC8280XP GCC bindings Bjorn Andersson
2022-05-05  8:16   ` Krzysztof Kozlowski
2022-05-19  0:43   ` Stephen Boyd
2022-05-05  2:54 ` [PATCH v4 2/2] clk: qcom: add sc8280xp GCC driver Bjorn Andersson
2022-05-17 10:29   ` Vinod Koul
2022-05-19  0:44   ` Stephen Boyd

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.