From: Steev Klimaszewski <steev@kali.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Konrad Dybcio <konrad.dybcio@somainline.org>,
Georgi Djakov <djakov@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Rajendra Nayak <quic_rjendra@quicinc.com>,
Sibi Sankar <quic_sibis@quicinc.com>
Subject: Re: [PATCH v2 00/11] soc/arm64: qcom: Add LLCC BWMON on SDM845
Date: Fri, 29 Jul 2022 09:20:22 -0500 [thread overview]
Message-ID: <42875ff3-04a2-c465-4063-1ce3b0b35dba@kali.org> (raw)
In-Reply-To: <20220728113748.170548-1-krzysztof.kozlowski@linaro.org>
Hi,
On 7/28/22 6:37 AM, Krzysztof Kozlowski wrote:
> Hi,
>
> Changes since v1
> ================
> 1. Patch #2: Drop also BWMON_GLOBAL_IRQ_STATUS (Sibi).
> 2. Minor rebasings because of above drop.
> 3. Patch #4: typo in subject (Sibi).
> 4. New patch: arm64: dts: qcom: sdm845: narrow LLCC address space (Sibi).
> 5. Add Rb tags.
>
> Description
> ===========
> BWMON is a data bandwidth monitor providing throughput/bandwidth over certain
> interconnect links in a SoC. It might be used to gather current bus usage and
> vote for interconnect bandwidth, thus adjusting the bus speed based on actual
> usage.
>
> Qualcomm SoCs might several BWMON instances. Extend existing support for CPU
> BWMON (called v4) to LLCC BWMON (called v5).
>
> Cc: Rajendra Nayak <quic_rjendra@quicinc.com>
> Cc: Sibi Sankar <quic_sibis@quicinc.com>
>
> Best regards,
> Krzysztof
>
> Krzysztof Kozlowski (11):
> dt-bindings: interconnect: qcom,msm8998-bwmon: add support for SDM845
> LLCC BWMON
> soc: qcom: icc-bwmon: re-use IRQ enable/clear define
> soc: qcom: icc-bwmon: drop unused registers
> soc: qcom: icc-bwmon: store reference to variant data in container
> soc: qcom: icc-bwmon: clear all registers on init
> soc: qcom: icc-bwmon: store count unit per variant
> soc: qcom: icc-bwmon: use regmap and prepare for BWMON v5
> soc: qcom: icc-bwmon: add per-variant quirks
> soc: qcom: icc-bwmon: add support for SDM845 LLCC BWMON
> arm64: dts: qcom: sdm845: narrow LLCC address space
> arm64: dts: qcom: sdm845: add LLCC BWMON
>
> .../interconnect/qcom,msm8998-bwmon.yaml | 1 +
> arch/arm64/boot/dts/qcom/sdm845.dtsi | 39 +-
> drivers/soc/qcom/icc-bwmon.c | 460 ++++++++++++++----
> 3 files changed, 401 insertions(+), 99 deletions(-)
>
Tested on the Lenovo Yoga C630 with QCOM_LLCC=m and no longer see the
previous error message.
Tested-by: Steev Klimaszewski <steev@kali.org>
prev parent reply other threads:[~2022-07-29 14:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-28 11:37 [PATCH v2 00/11] soc/arm64: qcom: Add LLCC BWMON on SDM845 Krzysztof Kozlowski
2022-07-28 11:37 ` [PATCH v2 01/11] dt-bindings: interconnect: qcom,msm8998-bwmon: add support for SDM845 LLCC BWMON Krzysztof Kozlowski
2022-07-28 11:37 ` [PATCH v2 02/11] soc: qcom: icc-bwmon: re-use IRQ enable/clear define Krzysztof Kozlowski
2022-07-28 11:37 ` [PATCH v2 03/11] soc: qcom: icc-bwmon: drop unused registers Krzysztof Kozlowski
2022-07-28 11:37 ` [PATCH v2 04/11] soc: qcom: icc-bwmon: store reference to variant data in container Krzysztof Kozlowski
2022-07-28 11:37 ` [PATCH v2 05/11] soc: qcom: icc-bwmon: clear all registers on init Krzysztof Kozlowski
2022-07-28 11:37 ` [PATCH v2 06/11] soc: qcom: icc-bwmon: store count unit per variant Krzysztof Kozlowski
2022-07-28 11:37 ` [PATCH v2 07/11] soc: qcom: icc-bwmon: use regmap and prepare for BWMON v5 Krzysztof Kozlowski
2022-07-28 11:37 ` [PATCH v2 08/11] soc: qcom: icc-bwmon: add per-variant quirks Krzysztof Kozlowski
2022-07-28 11:37 ` [PATCH v2 09/11] soc: qcom: icc-bwmon: add support for SDM845 LLCC BWMON Krzysztof Kozlowski
2022-07-28 11:37 ` [PATCH v2 10/11] arm64: dts: qcom: sdm845: narrow LLCC address space Krzysztof Kozlowski
2022-07-28 11:37 ` [PATCH v2 11/11] arm64: dts: qcom: sdm845: add LLCC BWMON Krzysztof Kozlowski
2022-07-29 14:20 ` Steev Klimaszewski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42875ff3-04a2-c465-4063-1ce3b0b35dba@kali.org \
--to=steev@kali.org \
--cc=agross@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=djakov@kernel.org \
--cc=konrad.dybcio@somainline.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=quic_rjendra@quicinc.com \
--cc=quic_sibis@quicinc.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).