public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add video clock controller for SM6350
@ 2025-03-21 14:44 Luca Weiss
  2025-03-21 14:44 ` [PATCH 1/3] dt-bindings: clock: add SM6350 QCOM video clock bindings Luca Weiss
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Luca Weiss @ 2025-03-21 14:44 UTC (permalink / raw)
  To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Taniya Das, Konrad Dybcio
  Cc: ~postmarketos/upstreaming, phone-devel, linux-arm-msm, linux-clk,
	devicetree, linux-kernel, Luca Weiss

The driver for the SM6350 videocc has been lying around in some branches
of my git tree for a long time, let's upstream it. It doesn't get any
better by letting it age!

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Konrad Dybcio (2):
      dt-bindings: clock: add SM6350 QCOM video clock bindings
      clk: qcom: Add video clock controller driver for SM6350

Luca Weiss (1):
      arm64: dts: qcom: sm6350: Add video clock controller

 .../devicetree/bindings/clock/qcom,videocc.yaml    |  20 ++
 arch/arm64/boot/dts/qcom/sm6350.dtsi               |  14 +
 drivers/clk/qcom/Kconfig                           |   9 +
 drivers/clk/qcom/Makefile                          |   1 +
 drivers/clk/qcom/videocc-sm6350.c                  | 355 +++++++++++++++++++++
 include/dt-bindings/clock/qcom,sm6350-videocc.h    |  27 ++
 6 files changed, 426 insertions(+)
---
base-commit: 73b8c1dbc2508188e383023080ce6a582ff5f279
change-id: 20250321-sm6350-videocc-6ecdb9ab2756

Best regards,
-- 
Luca Weiss <luca.weiss@fairphone.com>


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

end of thread, other threads:[~2025-03-24  8:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-21 14:44 [PATCH 0/3] Add video clock controller for SM6350 Luca Weiss
2025-03-21 14:44 ` [PATCH 1/3] dt-bindings: clock: add SM6350 QCOM video clock bindings Luca Weiss
2025-03-21 14:45 ` [PATCH 2/3] clk: qcom: Add video clock controller driver for SM6350 Luca Weiss
2025-03-21 15:55   ` Dmitry Baryshkov
2025-03-21 16:16     ` Luca Weiss
2025-03-21 14:45 ` [PATCH 3/3] arm64: dts: qcom: sm6350: Add video clock controller Luca Weiss
2025-03-21 15:56   ` Dmitry Baryshkov
2025-03-21 16:15     ` Luca Weiss
2025-03-21 16:23       ` Dmitry Baryshkov
2025-03-24  8:35         ` Luca Weiss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox