Re: [PATCH 1/2] mmc: sdhci_am654: Add retry tuning

From: Judith Mendez
Date: Tue Aug 20 2024 - 10:48:51 EST


Hi all,

On 8/15/24 3:15 PM, Judith Mendez wrote:
Add retry tuning up to 10 times if we fail to find
a failing region or no passing itapdly. This is
necessary since some eMMC's have been observed to never
find a failing itapdly on the first couple of tuning
iterations, but eventually do. It been observed that the
tuning algorithm does not need to loop more than 10 times
before finding a failing itapdly.

Will fix-up this commit message as well, there has only
been one case like this so far.

~ Judith