Re: [PATCH] mmc: ftsdc010: make command timeout 250 ms as in the comment

2022-10-24 Thread Jaehoon Chung
On 9/2/22 16:40, Sergei Antonov wrote: > Get rid of discrepancy beween comment /* 250 ms */ and code > which shifts by 4 thus dividing by 16. > So change code to shift by 2 and make the timeout value 250 ms. > > Signed-off-by: Sergei Antonov > Reviewed-by: Rick Chen > Reviewed-by: Jaehoon Chung

Re: [PATCH] mmc: ftsdc010: make command timeout 250 ms as in the comment

2022-09-08 Thread Jaehoon Chung
Hi On 9/2/22 16:40, Sergei Antonov wrote: > Get rid of discrepancy beween comment /* 250 ms */ and code > which shifts by 4 thus dividing by 16. > So change code to shift by 2 and make the timeout value 250 ms. > > Signed-off-by: Sergei Antonov Reviewed-by: Jaehoon Chung Best Regards,

Re: [PATCH] mmc: ftsdc010: make command timeout 250 ms as in the comment

2022-09-04 Thread Rick Chen
> From: Sergei Antonov > Sent: Friday, September 02, 2022 3:40 PM > To: u-boot@lists.denx.de > Cc: jh80.ch...@samsung.com; peng@nxp.com; yamada.masah...@socionext.com; > s...@chromium.org; Rick Jian-Zhi Chen(陳建志) ; Sergei > Antonov > Subject: [PATCH] mmc: ftsdc010: mak

[PATCH] mmc: ftsdc010: make command timeout 250 ms as in the comment

2022-09-02 Thread Sergei Antonov
Get rid of discrepancy beween comment /* 250 ms */ and code which shifts by 4 thus dividing by 16. So change code to shift by 2 and make the timeout value 250 ms. Signed-off-by: Sergei Antonov --- drivers/mmc/ftsdc010_mci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git