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

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   |  77 +++
 arch/arm64/boot/dts/qcom/sm8450.dtsi          |  12 +
 drivers/clk/qcom/Kconfig                      |   9 +
 drivers/clk/qcom/Makefile                     |   1 +
 drivers/clk/qcom/videocc-sm8450.c             | 461 ++++++++++++++++++
 .../dt-bindings/clock/qcom,sm8450-videocc.h   |  38 ++
 6 files changed, 598 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,sm8450-videocc.h

-- 
2.17.1


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

end of thread, other threads:[~2023-05-24 14:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-09 17:21 [PATCH V4 0/3] Add video clock controller driver for SM8450 Taniya Das
2023-05-09 17:21 ` [PATCH V4 1/3] dt-bindings: clock: qcom: Add SM8450 video clock controller Taniya Das
2023-05-10  7:12   ` Krzysztof Kozlowski
2023-05-19 10:55     ` Taniya Das
2023-05-09 17:21 ` [PATCH V4 2/3] clk: qcom: videocc-sm8450: Add video clock controller driver for SM8450 Taniya Das
2023-05-09 20:33   ` Dmitry Baryshkov
2023-05-19 10:53     ` Taniya Das
2023-05-19 12:49       ` Dmitry Baryshkov
2023-05-24 14:06         ` Jagadeesh Kona
2023-05-09 17:21 ` [PATCH V4 3/3] arm64: dts: qcom: sm8450: Add video clock controller Taniya Das
2023-05-09 20:17   ` Konrad Dybcio
2023-05-19 10:54     ` 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).