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

This adds binding and implementation of the SC8280XP display clock controller.

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

 .../bindings/clock/qcom,dispcc-sc8280xp.yaml  |   98 +
 drivers/clk/qcom/Kconfig                      |    9 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/dispcc-sc8280xp.c            | 3218 +++++++++++++++++
 .../dt-bindings/clock/qcom,dispcc-sc8280xp.h  |  100 +
 5 files changed, 3426 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,dispcc-sc8280xp.yaml
 create mode 100644 drivers/clk/qcom/dispcc-sc8280xp.c
 create mode 100644 include/dt-bindings/clock/qcom,dispcc-sc8280xp.h

-- 
2.35.1


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

end of thread, other threads:[~2022-11-10  4:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11  4:12 [PATCH 0/2] clock: qcom: SC8280XP display clock controller Bjorn Andersson
2022-08-11  4:12 ` [PATCH 1/2] dt-bindings: clock: Add Qualcomm SC8280XP display clock bindings Bjorn Andersson
2022-08-11  9:08   ` Krzysztof Kozlowski
2022-08-12 15:13   ` Rob Herring
2022-08-11  4:12 ` [PATCH 2/2] clk: qcom: Add SC8280XP display clock controller Bjorn Andersson
2022-08-11 12:45   ` Konrad Dybcio
2022-11-10  4:09 ` [PATCH 0/2] clock: qcom: " 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.