Re: [PATCH 2/3] mmc: core: API for temporarily disabling auto-retuning due to errors
From: Arend Van Spriel
Date: Sun May 26 2019 - 14:51:23 EST
On 5/18/2019 12:54 AM, Douglas Anderson wrote:
Normally when the MMC core sees an "-EILSEQ" error returned by a host
controller then it will trigger a retuning of the card. This is
generally a good idea.
Probably a question for Adrian, but how is this retuning scheduled. I
recall seeing something in mmc_request_done. How about deferring the
retuning upon a release host or is that too sdio specific.
Regards,
Arend