From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Andy-ld Lu <andy-ld.lu@mediatek.com>,
ulf.hansson@linaro.org, matthias.bgg@gmail.com,
wenbin.mei@mediatek.com
Cc: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: Re: [PATCH] mmc: mtk-sd: Fix error handle of probe function
Date: Thu, 7 Nov 2024 12:02:34 +0100 [thread overview]
Message-ID: <900eb529-9868-4455-8f13-3e6ce6c99983@collabora.com> (raw)
In-Reply-To: <20241107014714.24981-1-andy-ld.lu@mediatek.com>
Il 07/11/24 02:47, Andy-ld Lu ha scritto:
> In the probe function, it goes to 'release_mem' label and returns after
> some procedure failure. But if the clocks (partial or all) have been
> enabled previously, they would not be disabled in msdc_runtime_suspend,
> since runtime PM is not yet enabled for this case.
>
> That cause mmc related clocks always on during system suspend and block
> suspend flow. Below log is from a SDCard issue of MT8196 chromebook, it
> returns -ETIMEOUT while polling clock stable in the msdc_ungate_clock()
> and probe failed, but the enabled clocks could not be disabled anyway.
>
> [ 129.059253] clk_chk_dev_pm_suspend()
> [ 129.350119] suspend warning: msdcpll is on
> [ 129.354494] [ck_msdc30_1_sel : enabled, 1, 1, 191999939, ck_msdcpll_d2]
> [ 129.362787] [ck_msdcpll_d2 : enabled, 1, 1, 191999939, msdcpll]
> [ 129.371041] [ck_msdc30_1_ck : enabled, 1, 1, 191999939, ck_msdc30_1_sel]
> [ 129.379295] [msdcpll : enabled, 1, 1, 383999878, clk26m]
>
> Add a new 'release_clk' label and reorder the error handle functions to
> make sure the clocks be disabled after probe failure.
>
> Signed-off-by: Andy-ld Lu <andy-ld.lu@mediatek.com>
Please add the relevant Fixes tag, as this is a fix and should be backported.
After which, I'll give you my R-b.
Cheers,
Angelo
next prev parent reply other threads:[~2024-11-07 11:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-07 1:47 Andy-ld Lu
2024-11-07 11:02 ` AngeloGioacchino Del Regno [this message]
2024-11-07 11:35 ` Andy-ld Lu (卢东)
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=900eb529-9868-4455-8f13-3e6ce6c99983@collabora.com \
--to=angelogioacchino.delregno@collabora.com \
--cc=andy-ld.lu@mediatek.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-mmc@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=ulf.hansson@linaro.org \
--cc=wenbin.mei@mediatek.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
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
all inboxes | Powered by JetHome®