devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] Add video clock controller driver for SM8450
@ 2023-04-17  8:21 Taniya Das
  2023-04-17  8:21 ` [PATCH V2 1/3] dt-bindings: clock: qcom: Add SM8450 video clock controller Taniya Das
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Taniya Das @ 2023-04-17  8:21 UTC (permalink / raw)
  To: Stephen Boyd, Rob Herring, Bjorn Andersson, Andy Gross,
	Krzysztof Kozlowski
  Cc: dmitry.baryshkov, quic_skakitap, quic_jkona, linux-arm-msm,
	linux-clk, devicetree, linux-kernel, Taniya Das

Add bindings, driver and DT node for video clock controller on SM8450.

Taniya Das (3):
  dt-bindings: clock: qcom: Add SM8450 video clock controller
  clk: qcom: videocc-sm8450: Add video clock controller driver for
    SM8450
  arm64: dts: qcom: sm8450: Add video clock controller

 .../bindings/clock/qcom,sm8450-videocc.yaml   |  84 ++++
 arch/arm64/boot/dts/qcom/sm8450.dtsi          |  13 +
 drivers/clk/qcom/Kconfig                      |   9 +
 drivers/clk/qcom/Makefile                     |   1 +
 drivers/clk/qcom/videocc-sm8450.c             | 459 ++++++++++++++++++
 .../dt-bindings/clock/qcom,videocc-sm8450.h   |  38 ++
 6 files changed, 604 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm8450-videocc.yaml
 create mode 100644 drivers/clk/qcom/videocc-sm8450.c
 create mode 100644 include/dt-bindings/clock/qcom,videocc-sm8450.h

--
2.25.1


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

end of thread, other threads:[~2023-04-21 17:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-17  8:21 [PATCH V2 0/3] Add video clock controller driver for SM8450 Taniya Das
2023-04-17  8:21 ` [PATCH V2 1/3] dt-bindings: clock: qcom: Add SM8450 video clock controller Taniya Das
2023-04-18  0:25   ` Stephen Boyd
2023-04-21 17:52   ` Rob Herring
2023-04-17  8:21 ` [PATCH V2 2/3] clk: qcom: videocc-sm8450: Add video clock controller driver for SM8450 Taniya Das
2023-04-17  8:21 ` [PATCH V2 3/3] arm64: dts: qcom: sm8450: Add video clock controller Taniya Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).