Re: [PATCH] mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error

2022-07-10 Thread Pali Rohár
PING? On Thursday 23 June 2022 18:11:37 Pali Rohár wrote: > On Tuesday 14 June 2022 11:25:18 Jaehoon Chung wrote: > > Hi, > > > > On 6/12/22 18:12, Pali Rohár wrote: > > > PING? > > > > Sorry for too late. > > When will be this fix patch processed and merged? > > > > > > > On Friday 29

Re: [PATCH] mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error

2022-06-23 Thread Pali Rohár
On Tuesday 14 June 2022 11:25:18 Jaehoon Chung wrote: > Hi, > > On 6/12/22 18:12, Pali Rohár wrote: > > PING? > > Sorry for too late. When will be this fix patch processed and merged? > > > > On Friday 29 April 2022 20:27:34 Pali Rohár wrote: > >> Only newer eSDHC controllers set

Re: [PATCH] mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error

2022-06-13 Thread Jaehoon Chung
Hi, On 6/12/22 18:12, Pali Rohár wrote: > PING? Sorry for too late. > > On Friday 29 April 2022 20:27:34 Pali Rohár wrote: >> Only newer eSDHC controllers set PRSSTAT_SDSTB flag. So do not wait until >> flag PRSSTAT_SDSTB is set on old pre-2.2 controllers. Instead sleep for >> fixed amount of

Re: [PATCH] mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error

2022-06-12 Thread Pali Rohár
PING? On Friday 29 April 2022 20:27:34 Pali Rohár wrote: > Only newer eSDHC controllers set PRSSTAT_SDSTB flag. So do not wait until > flag PRSSTAT_SDSTB is set on old pre-2.2 controllers. Instead sleep for > fixed amount of time like it was before commit 6f883e501b65 ("mmc: > fsl_esdhc: Add emmc

RE: [PATCH] mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error

2022-05-09 Thread Bough Chen
+Yangbo > -Original Message- > From: Peng Fan (OSS) > Sent: 2022年5月9日 13:37 > To: Pali Rohár ; Peng Fan ; Priyanka Jain > ; Jaehoon Chung ; Sinan > Akman ; Bough Chen > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH] mmc: fsl_esdhc: Fix 'Internal clock nev

Re: [PATCH] mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error

2022-05-08 Thread Peng Fan (OSS)
+Haibo On 2022/4/30 2:27, Pali Rohár wrote: Only newer eSDHC controllers set PRSSTAT_SDSTB flag. So do not wait until flag PRSSTAT_SDSTB is set on old pre-2.2 controllers. Instead sleep for fixed amount of time like it was before commit 6f883e501b65 ("mmc: fsl_esdhc: Add emmc hs200 support").

Re: [PATCH] mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error

2022-05-06 Thread Pali Rohár
On Friday 06 May 2022 18:32:18 Jaehoon Chung wrote: > On 4/30/22 03:27, Pali Rohár wrote: > > Only newer eSDHC controllers set PRSSTAT_SDSTB flag. So do not wait until > > flag PRSSTAT_SDSTB is set on old pre-2.2 controllers. Instead sleep for > > fixed amount of time like it was before commit

Re: [PATCH] mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error

2022-05-06 Thread Jaehoon Chung
On 4/30/22 03:27, Pali Rohár wrote: > Only newer eSDHC controllers set PRSSTAT_SDSTB flag. So do not wait until > flag PRSSTAT_SDSTB is set on old pre-2.2 controllers. Instead sleep for > fixed amount of time like it was before commit 6f883e501b65 ("mmc: > fsl_esdhc: Add emmc hs200 support"). > >

[PATCH] mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error

2022-04-29 Thread Pali Rohár
Only newer eSDHC controllers set PRSSTAT_SDSTB flag. So do not wait until flag PRSSTAT_SDSTB is set on old pre-2.2 controllers. Instead sleep for fixed amount of time like it was before commit 6f883e501b65 ("mmc: fsl_esdhc: Add emmc hs200 support"). This change fixes error 'Internal clock never