Re: [U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2014-01-29 Thread York Sun
On 11/01/2013 12:47 AM, Zhang Haijun wrote: :-) Thanks. 于 2013/11/1 15:45, Pantelis Antoniou 写道: Hi Zhang, I'll take a look at it over the weekend. Regards -- Pantelis Where are we on this patch? York ___ U-Boot mailing list

Re: [U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2014-01-29 Thread Pantelis Antoniou
Sorry, just had a baby and things are a bit busy. It's not fallen into the bit-bucket if that's what you're worried about. Regards -- Pantelis On Jan 29, 2014, at 11:14 PM, York Sun wrote: On 11/01/2013 12:47 AM, Zhang Haijun wrote: :-) Thanks. 于 2013/11/1 15:45, Pantelis Antoniou 写道:

Re: [U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2014-01-05 Thread Zhang Haijun
Hi, Antonious Expect your advice. Best Regards, -- Haijun On 11/01/2013 03:44 PM, Zhang Haijun wrote: Hi, Antonious How about this patch? Could you give some advice? 于 2013/10/21 17:23, Zhang Haijun 写道: Hi, Babic Thanks. This patch is test on PPC. Regards, Haijun 于 2013/10/21

Re: [U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2013-11-01 Thread Zhang Haijun
Hi, Antonious How about this patch? Could you give some advice? 于 2013/10/21 17:23, Zhang Haijun 写道: Hi, Babic Thanks. This patch is test on PPC. Regards, Haijun 于 2013/10/21 17:19, Stefano Babic 写道: Hi, On 21/10/2013 10:23, Zhang Haijun wrote: Hi, all Who can give some comments?

Re: [U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2013-11-01 Thread Pantelis Antoniou
Hi Zhang, I'll take a look at it over the weekend. Regards -- Pantelis On Nov 1, 2013, at 9:44 AM, Zhang Haijun wrote: Hi, Antonious How about this patch? Could you give some advice? 于 2013/10/21 17:23, Zhang Haijun 写道: Hi, Babic Thanks. This patch is test on PPC.

Re: [U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2013-11-01 Thread Zhang Haijun
:-) Thanks. 于 2013/11/1 15:45, Pantelis Antoniou 写道: Hi Zhang, I'll take a look at it over the weekend. Regards -- Pantelis On Nov 1, 2013, at 9:44 AM, Zhang Haijun wrote: Hi, Antonious How about this patch? Could you give some advice? 于 2013/10/21 17:23, Zhang Haijun 写道: Hi, Babic

Re: [U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2013-10-21 Thread Zhang Haijun
Hi, all Who can give some comments? 于 2013/10/12 17:50, Haijun Zhang 写道: When Auto-CMD12 is used, the corresponding interrupt and error bit should be enabled and set to reflect auto cmd 12 error. Also add other command error detecting, like command index error, CRC error etc. Without this

Re: [U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2013-10-21 Thread Stefano Babic
Hi, On 21/10/2013 10:23, Zhang Haijun wrote: Hi, all Who can give some comments? I put Antonius in CC, he's the MMC custodian. The driver is for both PPC and i.MX. On which platform do you test these changes ? Best regards, Stefano Babic 于 2013/10/12 17:50, Haijun Zhang 写道: When

Re: [U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2013-10-21 Thread Zhang Haijun
Hi, Babic Thanks. This patch is test on PPC. Regards, Haijun 于 2013/10/21 17:19, Stefano Babic 写道: Hi, On 21/10/2013 10:23, Zhang Haijun wrote: Hi, all Who can give some comments? I put Antonius in CC, he's the MMC custodian. The driver is for both PPC and i.MX. On which platform do

[U-Boot] [PATCH] fsl_esdhc: Add Auto command 12 interrupt bit detecting

2013-10-12 Thread Haijun Zhang
When Auto-CMD12 is used, the corresponding interrupt and error bit should be enabled and set to reflect auto cmd 12 error. Also add other command error detecting, like command index error, CRC error etc. Without this command error bit set system will hang due to the while loop. Signed-off-by: