[PATCH v2 0/3] Enable QoS configuration on X1E80100

Raviteja Laggyshetty posted 3 patches 1 week, 5 days ago
.../bindings/interconnect/qcom,x1e80100-rpmh.yaml  |  72 +++
arch/arm64/boot/dts/qcom/hamoa.dtsi                |   9 +
drivers/interconnect/qcom/x1e80100.c               | 485 +++++++++++++++++++++
3 files changed, 566 insertions(+)
[PATCH v2 0/3] Enable QoS configuration on X1E80100
Posted by Raviteja Laggyshetty 1 week, 5 days ago
This series enables QoS configuration for QNOC type device which
can be found on X1E80100 platform. It enables QoS configuration
for master ports with predefined priority and urgency forwarding.
This helps in prioritizing the traffic originating from different
interconnect masters at NOC (Network On Chip).

The system may function normally without this feature. However,
enabling QoS helps optimize latency and bandwidth across subsystems
like CPU, GPU, and multimedia engines, which becomes important in
high-throughput scenarios. This is a feature aimed at performance
enhancement to improve system performance under concurrent workloads.

Signed-off-by: Raviteja Laggyshetty <raviteja.laggyshetty@oss.qualcomm.com>
---
Changes in v2:
 - Update the dt-bindings to make the clock property optional, since the
   device can operate without QoS, preserving the backward compatibility.
   [Krzysztof]
 - Link to v1: https://patch.msgid.link/20260422-x1e80100_qos-v1-0-bcc2afe4cc78@oss.qualcomm.com

---
Raviteja Laggyshetty (3):
      dt-bindings: interconnect: qcom,x1e80100-rpmh: add clocks property to enable QoS
      interconnect: qcom: x1e80100: enable QoS configuration
      arm64: dts: qcom: x1e80100: Add clocks for QoS configuration

 .../bindings/interconnect/qcom,x1e80100-rpmh.yaml  |  72 +++
 arch/arm64/boot/dts/qcom/hamoa.dtsi                |   9 +
 drivers/interconnect/qcom/x1e80100.c               | 485 +++++++++++++++++++++
 3 files changed, 566 insertions(+)
---
base-commit: e7e28506af98ce4e1059e5ec59334b335c00a246
change-id: 20260414-x1e80100_qos-7d96c8b47bdf

Best regards,
--  
Raviteja Laggyshetty <raviteja.laggyshetty@oss.qualcomm.com>