devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: qcom: Add TCSR clock controller support for X1E80100
@ 2023-11-22 13:42 Abel Vesa
  2023-11-22 13:42 ` [PATCH 1/2] dt-bindings: clock: qcom: Document the X1E80100 TCSR Clock Controller Abel Vesa
  2023-11-22 13:42 ` [PATCH 2/2] clk: qcom: Add TCSR clock driver for x1e80100 Abel Vesa
  0 siblings, 2 replies; 7+ messages in thread
From: Abel Vesa @ 2023-11-22 13:42 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Rajendra Nayak
  Cc: linux-arm-msm, linux-clk, devicetree, linux-kernel, Abel Vesa

This patchset adds support for the TCSR clock controller for the new
Qualcomm X1E80100 platform along with the bindings.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
Abel Vesa (2):
      dt-bindings: clock: qcom: Document the X1E80100 TCSR Clock Controller
      clk: qcom: Add TCSR clock driver for x1e80100

 .../bindings/clock/qcom,x1e80100-tcsr.yaml         |  55 ++++
 drivers/clk/qcom/Kconfig                           |   8 +
 drivers/clk/qcom/Makefile                          |   1 +
 drivers/clk/qcom/tcsrcc-x1e80100.c                 | 295 +++++++++++++++++++++
 include/dt-bindings/clock/qcom,x1e80100-tcsr.h     |  23 ++
 5 files changed, 382 insertions(+)
---
base-commit: 07b677953b9dca02928be323e2db853511305fa9
change-id: 20231122-x1e80100-clk-tcsrcc-f4bb70f119c2

Best regards,
-- 
Abel Vesa <abel.vesa@linaro.org>


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

end of thread, other threads:[~2023-12-11 17:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 13:42 [PATCH 0/2] clk: qcom: Add TCSR clock controller support for X1E80100 Abel Vesa
2023-11-22 13:42 ` [PATCH 1/2] dt-bindings: clock: qcom: Document the X1E80100 TCSR Clock Controller Abel Vesa
2023-11-22 14:53   ` Krzysztof Kozlowski
2023-11-22 13:42 ` [PATCH 2/2] clk: qcom: Add TCSR clock driver for x1e80100 Abel Vesa
2023-11-22 15:55   ` Konrad Dybcio
2023-11-27 23:41   ` Stephen Boyd
2023-12-11 17:58   ` Rob Herring

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