Add interconnect dt-bindings and driver support for Qualcomm's next gen compute SoC - Glymur. Device tree changes aren't part of this series and will be posted separately after the official announcement of the Glymur SoC. Changes since v1: - Replaced static IDs with dynamic ID allocation in driver [Georgi] - Enabled QoS config support for Glymur SoC [Konrad] - Updated MAX_PORTS to 4 to support video master QoS programming on 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 --- Raviteja Laggyshetty (3): dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in Glymur SoC interconnect: qcom: icc-rpmh: increase MAX_PORTS to support four QoS ports interconnect: qcom: add glymur interconnect provider driver .../bindings/interconnect/qcom,glymur-rpmh.yaml | 172 ++ drivers/interconnect/qcom/Kconfig | 9 + drivers/interconnect/qcom/Makefile | 2 + drivers/interconnect/qcom/glymur.c | 2543 ++++++++++++++++++++ drivers/interconnect/qcom/icc-rpmh.h | 2 +- .../dt-bindings/interconnect/qcom,glymur-rpmh.h | 205 ++ 6 files changed, 2932 insertions(+), 1 deletion(-) --- base-commit: b1549501188cc9eba732c25b033df7a53ccc341f change-id: 20250814-glymur-icc-9c54162bd6f1 prerequisite-change-id: 20250812-glymur-clock-controller-v4-59887f028a7d:v4 prerequisite-patch-id: 3f2811249c8a302f59430e6c66d38f42058c38d9 prerequisite-patch-id: 0f69dae48c7a4c6b0b39d0edc5d5f114ac464e13 prerequisite-patch-id: fa24158f66c7291a63dc20e384d13a44ad008858 prerequisite-patch-id: de42c5bedc98965fb14256108743307f738dc34a prerequisite-patch-id: f1872a81e0bdf89b2e26397d8eb6dc1ce7eeac1e prerequisite-patch-id: f8c9dd47ab2e9baaea8acfa0698cd48908ccec47 prerequisite-patch-id: 4d61cfd61bf324419714776a0a5c9686dcb944ea Best regards, -- Raviteja Laggyshetty <raviteja.laggyshetty@xxxxxxxxxxxxxxxx>