Re: [U-Boot] [PATCH] mmc: Poll for broken card detection case

2018-01-23 Thread Jaehoon Chung
On 01/23/2018 12:25 PM, Jaehoon Chung wrote: > On 01/23/2018 12:10 PM, Jun Nie wrote: >> 2018-01-23 10:00 GMT+08:00 Jaehoon Chung : >>> On 01/22/2018 09:21 PM, Jun Nie wrote: 2018-01-22 13:03 GMT+08:00 Jaehoon Chung : > Hi, > > On

Re: [U-Boot] [PATCH] mmc: Poll for broken card detection case

2018-01-22 Thread Jaehoon Chung
On 01/23/2018 12:10 PM, Jun Nie wrote: > 2018-01-23 10:00 GMT+08:00 Jaehoon Chung : >> On 01/22/2018 09:21 PM, Jun Nie wrote: >>> 2018-01-22 13:03 GMT+08:00 Jaehoon Chung : Hi, On 01/02/2018 01:25 PM, Jun Nie wrote: > Poll for

Re: [U-Boot] [PATCH] mmc: Poll for broken card detection case

2018-01-22 Thread Jun Nie
2018-01-23 10:00 GMT+08:00 Jaehoon Chung : > On 01/22/2018 09:21 PM, Jun Nie wrote: >> 2018-01-22 13:03 GMT+08:00 Jaehoon Chung : >>> Hi, >>> >>> On 01/02/2018 01:25 PM, Jun Nie wrote: Poll for broken card detection case instead of return

Re: [U-Boot] [PATCH] mmc: Poll for broken card detection case

2018-01-22 Thread Jaehoon Chung
On 01/22/2018 09:21 PM, Jun Nie wrote: > 2018-01-22 13:03 GMT+08:00 Jaehoon Chung : >> Hi, >> >> On 01/02/2018 01:25 PM, Jun Nie wrote: >>> Poll for broken card detection case instead of return >>> no card detected. >> >> Sorry for late. i didn't see this patch in my

Re: [U-Boot] [PATCH] mmc: Poll for broken card detection case

2018-01-22 Thread Jun Nie
2018-01-22 13:03 GMT+08:00 Jaehoon Chung : > Hi, > > On 01/02/2018 01:25 PM, Jun Nie wrote: >> Poll for broken card detection case instead of return >> no card detected. > > Sorry for late. i didn't see this patch in my mailbox. > > Does it need to add the new config? Yes,

Re: [U-Boot] [PATCH] mmc: Poll for broken card detection case

2018-01-21 Thread Jaehoon Chung
Hi, On 01/02/2018 01:25 PM, Jun Nie wrote: > Poll for broken card detection case instead of return > no card detected. Sorry for late. i didn't see this patch in my mailbox. Does it need to add the new config? Best Regards, Jaehoon Chung > > Signed-off-by: Jun Nie > ---

[U-Boot] [PATCH] mmc: Poll for broken card detection case

2018-01-01 Thread Jun Nie
Poll for broken card detection case instead of return no card detected. Signed-off-by: Jun Nie --- drivers/mmc/Kconfig | 5 + drivers/mmc/mmc.c | 4 2 files changed, 9 insertions(+) diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 8fbeaa7..ed194a3