From: Luca Weiss <luca@z3ntu.xyz> To: linux-pm@vger.kernel.org, masneyb@onstation.org, Georgi Djakov <georgi.djakov@linaro.org> Cc: bjorn.andersson@linaro.org, saravanak@google.com, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Georgi Djakov <georgi.djakov@linaro.org> Subject: Re: [PATCH] interconnect: qcom: msm8974: Don't boost the NoC rate during boot Date: Tue, 17 Nov 2020 20:22:18 +0100 Message-ID: <12664003.xQlZNtUij4@g550jk> (raw) In-Reply-To: <20201109124512.10776-1-georgi.djakov@linaro.org> Hi Georgi On Montag, 9. November 2020 13:45:12 CET Georgi Djakov wrote: > It has been reported that on Fairphone 2 (msm8974-based), increasing > the clock rate for some of the NoCs during boot may lead to hangs. > Let's restore the original behavior and not touch the clock rate of > any of the NoCs to fix the regression. > > Reported-by: Luca Weiss <luca@z3ntu.xyz> > Fixes: b1d681d8d324 ("interconnect: Add sync state support") > Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org> Tested-by: Luca Weiss <luca@z3ntu.xyz> > --- > drivers/interconnect/qcom/msm8974.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/drivers/interconnect/qcom/msm8974.c > b/drivers/interconnect/qcom/msm8974.c index b6b639dad691..da68ce375a89 > 100644 > --- a/drivers/interconnect/qcom/msm8974.c > +++ b/drivers/interconnect/qcom/msm8974.c > @@ -637,6 +637,14 @@ static int msm8974_icc_set(struct icc_node *src, struct > icc_node *dst) return 0; > } > > +static int msm8974_get_bw(struct icc_node *node, u32 *avg, u32 *peak) > +{ > + *avg = 0; > + *peak = 0; > + > + return 0; > +} > + > static int msm8974_icc_probe(struct platform_device *pdev) > { > const struct msm8974_icc_desc *desc; > @@ -690,6 +698,7 @@ static int msm8974_icc_probe(struct platform_device > *pdev) provider->aggregate = icc_std_aggregate; > provider->xlate = of_icc_xlate_onecell; > provider->data = data; > + provider->get_bw = msm8974_get_bw; > > ret = icc_provider_add(provider); > if (ret) { Regards Luca
prev parent reply index Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-11-09 12:45 Georgi Djakov 2020-11-17 19:22 ` Luca Weiss [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=12664003.xQlZNtUij4@g550jk \ --to=luca@z3ntu.xyz \ --cc=bjorn.andersson@linaro.org \ --cc=georgi.djakov@linaro.org \ --cc=linux-arm-msm@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-pm@vger.kernel.org \ --cc=masneyb@onstation.org \ --cc=saravanak@google.com \ /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
LKML Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/lkml/0 lkml/git/0.git git clone --mirror https://lore.kernel.org/lkml/1 lkml/git/1.git git clone --mirror https://lore.kernel.org/lkml/2 lkml/git/2.git git clone --mirror https://lore.kernel.org/lkml/3 lkml/git/3.git git clone --mirror https://lore.kernel.org/lkml/4 lkml/git/4.git git clone --mirror https://lore.kernel.org/lkml/5 lkml/git/5.git git clone --mirror https://lore.kernel.org/lkml/6 lkml/git/6.git git clone --mirror https://lore.kernel.org/lkml/7 lkml/git/7.git git clone --mirror https://lore.kernel.org/lkml/8 lkml/git/8.git git clone --mirror https://lore.kernel.org/lkml/9 lkml/git/9.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 lkml lkml/ https://lore.kernel.org/lkml \ linux-kernel@vger.kernel.org public-inbox-index lkml Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.linux-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git