linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] clk: qcom: Introduce clocks drivers for SC8380XP
@ 2023-10-25 13:33 Sibi Sankar
  2023-10-25 13:33 ` [PATCH 1/4] dt-bindings: clock: qcom: Add SC8380XP GCC clocks Sibi Sankar
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Sibi Sankar @ 2023-10-25 13:33 UTC (permalink / raw)
  To: andersson, konrad.dybcio, mturquette, sboyd, robh+dt,
	krzysztof.kozlowski+dt
  Cc: agross, conor+dt, quic_tdas, quic_rjendra, linux-arm-msm,
	linux-clk, devicetree, linux-kernel, neil.armstrong, abel.vesa,
	quic_tsoni, Sibi Sankar

This series adds initial clock support for the Qualcomm SC8380XP platform, aka Snapdragon X Elite.

Dependencies: None
Release Link: https://www.qualcomm.com/news/releases/2023/10/qualcomm-unleashes-snapdragon-x-elite--the-ai-super-charged-plat

Rajendra Nayak (4):
  dt-bindings: clock: qcom: Add SC8380XP GCC clocks
  clk: qcom: Add Global Clock controller (GCC) driver for SC8380XP
  dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for SC8380XP
  clk: qcom: rpmh: Add support for SC8380XP rpmh clocks

 .../bindings/clock/qcom,rpmhcc.yaml           |    1 +
 .../bindings/clock/qcom,sc8380xp-gcc.yaml     |   72 +
 drivers/clk/qcom/Kconfig                      |   10 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/clk-rpmh.c                   |   26 +
 drivers/clk/qcom/gcc-sc8380xp.c               | 6812 +++++++++++++++++
 include/dt-bindings/clock/qcom,sc8380xp-gcc.h |  485 ++
 7 files changed, 7407 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,sc8380xp-gcc.yaml
 create mode 100644 drivers/clk/qcom/gcc-sc8380xp.c
 create mode 100644 include/dt-bindings/clock/qcom,sc8380xp-gcc.h

-- 
2.17.1


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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25 13:33 [PATCH 0/4] clk: qcom: Introduce clocks drivers for SC8380XP Sibi Sankar
2023-10-25 13:33 ` [PATCH 1/4] dt-bindings: clock: qcom: Add SC8380XP GCC clocks Sibi Sankar
2023-10-27  8:20   ` Krzysztof Kozlowski
2023-10-25 13:33 ` [PATCH 3/4] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for SC8380XP Sibi Sankar
2023-10-27  8:20   ` Krzysztof Kozlowski
2023-10-25 13:33 ` [PATCH 4/4] clk: qcom: rpmh: Add support for SC8380XP rpmh clocks Sibi Sankar
2023-10-25 20:38   ` Bryan O'Donoghue
2023-10-26 11:07   ` Konrad Dybcio
     [not found] ` <20231025133320.4720-3-quic_sibis@quicinc.com>
2023-10-25 16:40   ` [PATCH 2/4] clk: qcom: Add Global Clock controller (GCC) driver for SC8380XP Bryan O'Donoghue
2023-11-17  3:56     ` Sibi Sankar
2023-11-17  8:13       ` Johan Hovold
2023-11-17 14:24       ` Bryan O'Donoghue
2023-10-26 11:06   ` Konrad Dybcio
2023-10-27  8:21   ` Krzysztof Kozlowski

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