devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add video clock controller for SM6350
@ 2025-03-24  8:41 Luca Weiss
  2025-03-24  8:41 ` [PATCH v2 1/4] arm64: dts: qcom: sm6350: Align reg properties with latest style Luca Weiss
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Luca Weiss @ 2025-03-24  8:41 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, Dmitry Baryshkov

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>
---
Changes in v2:
- Fix an uppercase hex in driver (Dmitry)
- Use hex numbers for reg in dtsi (Dmitry)
- Add patch to convert all reg = <0 0x123 0 0x123> to reg = <0x0 0x123 0x0 0x123> (Dmitry)
- Link to v1: https://lore.kernel.org/r/20250321-sm6350-videocc-v1-0-c5ce1f1483ee@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 (2):
      arm64: dts: qcom: sm6350: Align reg properties with latest style
      arm64: dts: qcom: sm6350: Add video clock controller

 .../devicetree/bindings/clock/qcom,videocc.yaml    |  20 ++
 arch/arm64/boot/dts/qcom/sm6350.dtsi               | 218 +++++++------
 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, 528 insertions(+), 102 deletions(-)
---
base-commit: 73b8c1dbc2508188e383023080ce6a582ff5f279
change-id: 20250321-sm6350-videocc-6ecdb9ab2756

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


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

end of thread, other threads:[~2025-06-12  4:01 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24  8:41 [PATCH v2 0/4] Add video clock controller for SM6350 Luca Weiss
2025-03-24  8:41 ` [PATCH v2 1/4] arm64: dts: qcom: sm6350: Align reg properties with latest style Luca Weiss
2025-03-24 10:56   ` Dmitry Baryshkov
2025-03-24  8:41 ` [PATCH v2 2/4] dt-bindings: clock: add SM6350 QCOM video clock bindings Luca Weiss
2025-03-24 17:16   ` Rob Herring (Arm)
2025-03-24  8:41 ` [PATCH v2 3/4] clk: qcom: Add video clock controller driver for SM6350 Luca Weiss
2025-03-24  8:41 ` [PATCH v2 4/4] arm64: dts: qcom: sm6350: Add video clock controller Luca Weiss
2025-03-24 10:56   ` Dmitry Baryshkov
2025-04-01 16:33   ` Konrad Dybcio
2025-04-11  7:15     ` Jagadeesh Kona
2025-04-11  9:12       ` Konrad Dybcio
2025-04-11 11:37         ` Jagadeesh Kona
2025-04-11 19:26           ` Konrad Dybcio
2025-04-15  4:05             ` Taniya Das
2025-04-15  9:13               ` Konrad Dybcio
2025-06-10  9:27                 ` Luca Weiss
2025-05-12 21:48 ` (subset) [PATCH v2 0/4] Add video clock controller for SM6350 Bjorn Andersson
2025-06-12  4:00 ` Bjorn Andersson

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).