Message ID | 20240607173927.26321-1-quic_okukatla@quicinc.com |
---|---|
Headers | show |
Series | Add support for QoS configuration | expand |
On Fri, Jun 07, 2024 at 11:09:23PM +0530, Odelu Kukatla wrote: > This series adds QoS support for QNOC type device which can be found on > SC7280 platform. It adds support for programming priority, > priority forward disable and urgency forwarding. This helps in > priortizing the traffic originating from different interconnect masters > at NOC (Network On Chip). > > Changes in v5: > - Replaced platform_get_resource() and devm_ioremap_resource() with > devm_platform_ioremap_resource() API. > - Initialized the qosbox pointer in ICC node using compound literal. > - Added conditional check for clock property in dt-bindings to the > providers which need clocks. Please don't trim changelog from the previous revisions. > > Odelu Kukatla (4): > interconnect: qcom: icc-rpmh: Add QoS configuration support > interconnect: qcom: sc7280: enable QoS configuration > dt-bindings: interconnect: add clock property to enable QOS on SC7280 > arm64: dts: qcom: sc7280: Add clocks for QOS configuration > > .../interconnect/qcom,sc7280-rpmh.yaml | 53 ++++ > arch/arm64/boot/dts/qcom/sc7280.dtsi | 3 + > drivers/interconnect/qcom/icc-rpmh.c | 93 ++++++ > drivers/interconnect/qcom/icc-rpmh.h | 35 +++ > drivers/interconnect/qcom/sc7280.c | 274 ++++++++++++++++++ > 5 files changed, 458 insertions(+) > > -- > 2.17.1 >
On Fri, 07 Jun 2024 23:09:23 +0530, Odelu Kukatla wrote: > This series adds QoS support for QNOC type device which can be found on > SC7280 platform. It adds support for programming priority, > priority forward disable and urgency forwarding. This helps in > priortizing the traffic originating from different interconnect masters > at NOC (Network On Chip). > > Changes in v5: > - Replaced platform_get_resource() and devm_ioremap_resource() with > devm_platform_ioremap_resource() API. > - Initialized the qosbox pointer in ICC node using compound literal. > - Added conditional check for clock property in dt-bindings to the > providers which need clocks. > > [...] Applied, thanks! [4/4] arm64: dts: qcom: sc7280: Add clocks for QOS configuration commit: 2b5004956affaa6dd1d23d431876ad533f10418b Best regards,