devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add interconnect support for Glymur SoC
@ 2025-07-16 15:15 Pankaj Patil
  2025-07-16 15:15 ` [PATCH 1/2] dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in " Pankaj Patil
  2025-07-16 15:15 ` [PATCH 2/2] interconnect: qcom: add glymur interconnect provider driver Pankaj Patil
  0 siblings, 2 replies; 11+ messages in thread
From: Pankaj Patil @ 2025-07-16 15:15 UTC (permalink / raw)
  To: djakov, lumag, a39.skl, robh, krzk+dt, conor+dt, quic_rjendra,
	raviteja.laggyshetty
  Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel

Add interconnect dt-bindings and driver support for Qualcomm Glymur SoC.

Raviteja Laggyshetty (2):
  dt-bindings: interconnect: document the RPMh Network-On-Chip
    interconnect in Glymur SoC
  interconnect: qcom: add glymur interconnect provider driver

 .../interconnect/qcom,glymur-rpmh.yaml        |   84 +
 drivers/interconnect/qcom/Kconfig             |    9 +
 drivers/interconnect/qcom/Makefile            |    2 +
 drivers/interconnect/qcom/glymur.c            | 2259 +++++++++++++++++
 drivers/interconnect/qcom/glymur.h            |  185 ++
 .../interconnect/qcom,glymur-rpmh.h           |  205 ++
 6 files changed, 2744 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,glymur-rpmh.yaml
 create mode 100644 drivers/interconnect/qcom/glymur.c
 create mode 100644 drivers/interconnect/qcom/glymur.h
 create mode 100644 include/dt-bindings/interconnect/qcom,glymur-rpmh.h

-- 
2.34.1


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

end of thread, other threads:[~2025-07-31 15:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-16 15:15 [PATCH 0/2] Add interconnect support for Glymur SoC Pankaj Patil
2025-07-16 15:15 ` [PATCH 1/2] dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in " Pankaj Patil
2025-07-20 23:14   ` Rob Herring (Arm)
2025-07-31 15:06   ` Krzysztof Kozlowski
2025-07-16 15:15 ` [PATCH 2/2] interconnect: qcom: add glymur interconnect provider driver Pankaj Patil
2025-07-16 15:28   ` Dmitry Baryshkov
2025-07-20 13:19     ` Raviteja Laggyshetty
2025-07-20 15:02       ` Georgi Djakov
2025-07-20 15:10         ` Raviteja Laggyshetty
2025-07-17 20:33   ` Konrad Dybcio
2025-07-20 13:34     ` Raviteja Laggyshetty

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