devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add interconnect driver for SDX75
@ 2023-09-12 10:04 Rohit Agarwal
  2023-09-12 10:04 ` [PATCH v2 1/2] dt-bindings: interconnect: Add compatibles " Rohit Agarwal
  2023-09-12 10:04 ` [PATCH v2 2/2] interconnect: qcom: Add SDX75 interconnect provider driver Rohit Agarwal
  0 siblings, 2 replies; 6+ messages in thread
From: Rohit Agarwal @ 2023-09-12 10:04 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, djakov, robh+dt,
	krzysztof.kozlowski+dt, conor+dt
  Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel, kernel,
	Rohit Agarwal

Hi,

Changes in v2:
 - Updated the bindings to merge the if clauses and updated the maintainer.
 - Updated the drivers file to a latest template to add the missing const
   keyword.
 - Rebased on v6.6-rc1

This series adds interconnect driver support for SDX75 platform.

Thanks,
Rohit.

Rohit Agarwal (2):
  dt-bindings: interconnect: Add compatibles for SDX75
  interconnect: qcom: Add SDX75 interconnect provider driver

 .../bindings/interconnect/qcom,sdx75-rpmh.yaml     |   92 ++
 drivers/interconnect/qcom/Kconfig                  |    9 +
 drivers/interconnect/qcom/Makefile                 |    2 +
 drivers/interconnect/qcom/sdx75.c                  | 1112 ++++++++++++++++++++
 drivers/interconnect/qcom/sdx75.h                  |   97 ++
 include/dt-bindings/interconnect/qcom,sdx75.h      |  102 ++
 6 files changed, 1414 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sdx75-rpmh.yaml
 create mode 100644 drivers/interconnect/qcom/sdx75.c
 create mode 100644 drivers/interconnect/qcom/sdx75.h
 create mode 100644 include/dt-bindings/interconnect/qcom,sdx75.h

-- 
2.7.4


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

end of thread, other threads:[~2023-09-13  8:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12 10:04 [PATCH v2 0/2] Add interconnect driver for SDX75 Rohit Agarwal
2023-09-12 10:04 ` [PATCH v2 1/2] dt-bindings: interconnect: Add compatibles " Rohit Agarwal
2023-09-13  8:24   ` Krzysztof Kozlowski
2023-09-12 10:04 ` [PATCH v2 2/2] interconnect: qcom: Add SDX75 interconnect provider driver Rohit Agarwal
2023-09-12 10:06   ` Konrad Dybcio
2023-09-12 10:58     ` Rohit Agarwal

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