[PATCH v3 0/2] Add interconnect driver for SDX75

From: Rohit Agarwal
Date: Wed Sep 13 2023 - 10:19:12 EST


Hi,

Changes in v3:
- Removed the unnecessary declaration of a struct from patch 2/2
- Collected the reviewed by tag

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 | 1107 ++++++++++++++++++++
drivers/interconnect/qcom/sdx75.h | 97 ++
include/dt-bindings/interconnect/qcom,sdx75.h | 102 ++
6 files changed, 1409 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