Re: eMMC tuning fail issue

2015-12-01 Thread Nick Sanders
;> On 1 December 2015 at 09:41, Chen Bough wrote: >> > Hi, >> > >> > After >> > commit 197160d52e859575ff0ad1afd674ab2a825b9f83 >> > Author: Nick Sanders >> > Date: Tue May 6 18:52:38 2014 -0700 >> > >> > mmc: sdhci

Re: [PATCH] mmc: sdhci: remove mdelay in eMMC tuning

2014-05-07 Thread Nick Sanders
On Wed, May 7, 2014 at 1:35 AM, Ulf Hansson wrote: > Aha, so you are actually using "MMC_CAP_RUNTIME_RESUME" here - cool :-). > > I suppose those patches that enables the "cap" has not reached > mainline yet. Any plans on sending them? I am actually running 3.10, so MMC_CAP_RUNTIME_RESUME isn't u

[PATCH] mmc: sdhci: remove mdelay in eMMC tuning

2014-05-06 Thread Nick Sanders
vior for compatibility. This has been verified to fix observed glitching on local audio playback and recording on apps with inbuilt assumptions on storage latency. Signed-off-by: Nick Sanders Reviewed-by: Grant Grundler Reviewed-by: Doug Anderson --- drivers/mmc/host/sdhci.c | 5 - 1 file ch