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