[PATCH v4 0/2] interconnect: qcom: Add Eliza support

Abel Vesa posted 2 patches 1 month, 1 week ago
.../bindings/interconnect/qcom,eliza-rpmh.yaml     |  142 ++
drivers/interconnect/qcom/Kconfig                  |    9 +
drivers/interconnect/qcom/Makefile                 |    2 +
drivers/interconnect/qcom/eliza.c                  | 1585 ++++++++++++++++++++
include/dt-bindings/interconnect/qcom,eliza-rpmh.h |  136 ++
5 files changed, 1874 insertions(+)
[PATCH v4 0/2] interconnect: qcom: Add Eliza support
Posted by Abel Vesa 1 month, 1 week ago
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
Changes in v4:
- Fixed the clocks for the aggre1-noc node in the schema example.
  There need to be two clocks instead of just one.
- Link to v3: https://patch.msgid.link/20260223-eliza-interconnect-v3-0-f4508b8335c5@oss.qualcomm.com

Changes in v3:
- Picked up Krzysztof's R-b tag for the bindings.
- Added UFS PHY AXI clock to the aggre1 noc in the bindings.
- Link to v2: https://patch.msgid.link/20260127-eliza-interconnect-v2-0-b238a8e04976@oss.qualcomm.com

Changes in v2:
- Picked up Dmitry's and Konrad's R-b tags
- Replaced the all-caps SoC name everywhere
- Dropped extra empty comment line, reported by Konrad.
- Link to v1: https://patch.msgid.link/20260123-eliza-interconnect-v1-0-010ff0d100c9@oss.qualcomm.com

---
Odelu Kukatla (2):
      dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in Eliza SoC
      interconnect: qcom: Add Eliza interconnect provider driver

 .../bindings/interconnect/qcom,eliza-rpmh.yaml     |  142 ++
 drivers/interconnect/qcom/Kconfig                  |    9 +
 drivers/interconnect/qcom/Makefile                 |    2 +
 drivers/interconnect/qcom/eliza.c                  | 1585 ++++++++++++++++++++
 include/dt-bindings/interconnect/qcom,eliza-rpmh.h |  136 ++
 5 files changed, 1874 insertions(+)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260123-eliza-interconnect-b73ff8523d59

Best regards,
--  
Abel Vesa <abel.vesa@oss.qualcomm.com>