Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/4] clk: qcom: Add camera clock controller support for sc8180x
@ 2025-04-30 10:38 Satya Priya Kakitapalli
  2025-04-30 10:38 ` [PATCH v2 1/4] dt-bindings: clock: qcom: Add missing bindings on gcc-sc8180x Satya Priya Kakitapalli
  0 siblings, 1 reply; 7+ messages in thread
From: Satya Priya Kakitapalli @ 2025-04-30 10:38 UTC (permalink / raw)
  To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Konrad Dybcio
  Cc: Ajit Pandey, Imran Shaik, Taniya Das, Jagadeesh Kona,
	linux-arm-msm, linux-clk, devicetree, linux-kernel,
	Satya Priya Kakitapalli, stable, Vladimir Zapolskiy,
	Dmitry Baryshkov, Konrad Dybcio

This series adds support for camera clock controller base driver,
bindings and DT support on sc8180x platform.

Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com>
---
Changes in v2:
- New patch [1/4] to add all the missing gcc bindings along with
  the required GCC_CAMERA_AHB_CLOCK
- As per Konrad's comments, add the camera AHB clock dependency in the
  DT and yaml bindings.
- As per Vladimir's comments, update the Kconfig to add the SC8180X config
  in correct alphanumerical order.
- Link to v1: https://lore.kernel.org/r/20250422-sc8180x-camcc-support-v1-0-691614d13f06@quicinc.com

---
Satya Priya Kakitapalli (4):
      dt-bindings: clock: qcom: Add missing bindings on gcc-sc8180x
      dt-bindings: clock: Add Qualcomm SC8180X Camera clock controller
      clk: qcom: camcc-sc8180x: Add SC8180X camera clock controller driver
      arm64: dts: qcom: Add camera clock controller for sc8180x

 .../bindings/clock/qcom,sc8180x-camcc.yaml         |   67 +
 arch/arm64/boot/dts/qcom/sc8180x.dtsi              |   14 +
 drivers/clk/qcom/Kconfig                           |   10 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/camcc-sc8180x.c                   | 2897 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-sc8180x.h       |   12 +
 include/dt-bindings/clock/qcom,sc8180x-camcc.h     |  181 ++
 7 files changed, 3182 insertions(+)
---
base-commit: bc8aa6cdadcc00862f2b5720e5de2e17f696a081
change-id: 20250422-sc8180x-camcc-support-9a82507d2a39

Best regards,
-- 
Satya Priya Kakitapalli <quic_skakitap@quicinc.com>


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

end of thread, other threads:[~2025-05-07  4:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-30 10:38 [PATCH v2 0/4] clk: qcom: Add camera clock controller support for sc8180x Satya Priya Kakitapalli
2025-04-30 10:38 ` [PATCH v2 1/4] dt-bindings: clock: qcom: Add missing bindings on gcc-sc8180x Satya Priya Kakitapalli
2025-05-02  6:45   ` Krzysztof Kozlowski
2025-05-05  9:43     ` Satya Priya Kakitapalli
2025-05-05  9:46       ` Krzysztof Kozlowski
2025-05-05 13:22         ` Konrad Dybcio
2025-05-07  4:11           ` Satya Priya Kakitapalli

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