The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Florian Fainelli <florian.fainelli@broadcom.com>
To: Ulf Hansson <ulf.hansson@linaro.org>
Cc: linux-kernel@vger.kernel.org, Ulf Hansson <ulfh@kernel.org>,
	Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Oleksij Rempel <o.rempel@pengutronix.de>,
	Avri Altman <avri.altman@sandisk.com>,
	Pedro Demarchi Gomes <pedrodemargomes@gmail.com>,
	Erick Shepherd <erick.shepherd@ni.com>,
	Adrian Hunter <adrian.hunter@intel.com>,
	"open list:MULTIMEDIA CARD (MMC),
	SECURE DIGITAL (SD) AND..." <linux-mmc@vger.kernel.org>
Subject: Re: [PATCH] mmc: core: Kioxia 016G01 does not enter boot mode after SLEEP
Date: Mon, 11 May 2026 09:01:50 -0700	[thread overview]
Message-ID: <1d583be4-b1cd-4226-bdbe-5ebd275de9c2@broadcom.com> (raw)
In-Reply-To: <CAPDyKFooAH=Z2BEHq08Fu03uidgjuaDbwM-Y3Y3Xa8STV+ODzg@mail.gmail.com>

On 5/11/26 07:18, Ulf Hansson wrote:
> On Mon, 13 Apr 2026 at 20:06, Florian Fainelli
> <florian.fainelli@broadcom.com> wrote:
>>
>> The Kioxia 016G01 eMMC device does not exit SLEEP mode when sending CMD0
>> which prevents the system from properly resuming from S3 warm boot where
>> the eMMC is necessary to pull in the boot components.
> 
> Is the bug confirmed by Kioxia?

We've been going back and forth with them without much progress as far 
as a resolution goes. Since there was no progress and I would like to 
get this included in downstream kernels at some point, this was submitted.

> 
> If not, can you explain a bit more what is actually happening during
> system resume?

Upon entering Suspend-to-DRAM, the eMMC will be put into sleep mode. 
When our systems resume, one of our hardware cores driving the eMMC (HIF 
block) in command mode will send a CMD0 command for the eMMC device to 
exit SLEEP mode. The Kioxia 016G01 device takes 10ms rather than the 
tSLEEP_EXIT value of 1ms which is advertised and so our HIF block does 
not see the Boot ACK pattern in time and does not service the read 
request from the processor that wanted to read from eMMC, we get a reset 
of the system, rather than continue booting.

When SLEEP is not enabled, the eMMC device responds within tSLEEP_EXIT 
as advertised and we don't have that problem.

So I suppose I could reformulate the commit message and give some more 
details here if you would like?
-- 
Florian

      reply	other threads:[~2026-05-11 16:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20260413180551.3683969-1-florian.fainelli@broadcom.com>
2026-05-06 16:49 ` [PATCH] mmc: core: Kioxia 016G01 does not enter boot mode after SLEEP Florian Fainelli
2026-05-07  5:03   ` Oleksij Rempel
2026-05-11 14:18 ` Ulf Hansson
2026-05-11 16:01   ` Florian Fainelli [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=1d583be4-b1cd-4226-bdbe-5ebd275de9c2@broadcom.com \
    --to=florian.fainelli@broadcom.com \
    --cc=adrian.hunter@intel.com \
    --cc=avri.altman@sandisk.com \
    --cc=erick.shepherd@ni.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=o.rempel@pengutronix.de \
    --cc=pedrodemargomes@gmail.com \
    --cc=ulf.hansson@linaro.org \
    --cc=ulfh@kernel.org \
    --cc=wsa+renesas@sang-engineering.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