[PATCH 0/2] Add interconnect support for Glymur SoC

Pankaj Patil posted 2 patches 2 months, 3 weeks ago
There is a newer version of this series
.../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
[PATCH 0/2] Add interconnect support for Glymur SoC
Posted by Pankaj Patil 2 months, 3 weeks ago
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