This patch series aims to add Operating State Manager (OSM) L3 interconnect provider support on SDM845 SoCs to handle bandwidth requests from CPU to scale L3 caches. v2: * addressed review comments from Evan * dropped unused gpu icc node on SDM845 SoC Sibi Sankar (2): dt-bindings: interconnect: Add OSM L3 DT bindings interconnect: qcom: Add OSM L3 interconnect provider support .../bindings/interconnect/qcom,osm-l3.yaml | 56 ++++ drivers/interconnect/qcom/Kconfig | 7 + drivers/interconnect/qcom/Makefile | 2 + drivers/interconnect/qcom/osm-l3.c | 284 ++++++++++++++++++ .../dt-bindings/interconnect/qcom,osm-l3.h | 12 + 5 files changed, 361 insertions(+) create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml create mode 100644 drivers/interconnect/qcom/osm-l3.c create mode 100644 include/dt-bindings/interconnect/qcom,osm-l3.h -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project