Re: [PATCH v6] mmc: card: Skip secure option for MoviNAND.

2012-08-29 Thread Jaehoon Chung
Hi Chris, Could you merge this patch? We want to prevent this problem at mainline kernel. Best Regards, Jaehoon Chung On 08/29/2012 03:05 PM, IAN CHEN wrote: For several MoviNAND, there are some known issue with secure option. For these specific MoviNAND device, we skip secure option. You

Re: [PATCH v6] mmc: card: Skip secure option for MoviNAND.

2012-08-29 Thread Chris Ball
Hi, On Wed, Aug 29 2012, IAN CHEN wrote: For several MoviNAND, there are some known issue with secure option. For these specific MoviNAND device, we skip secure option. You could refer this discussion in XDA developers. http://forum.xda-developers.com/showthread.php?t=1644364

RE: [PATCH v6] mmc: card: Skip secure option for MoviNAND.

2012-08-29 Thread IAN CHEN
Hi, Thanks for your help. The effected kernel will be all the version with MMC_CAP_ERASE SECURE option enabled. As commit content mentioned, the problem is unrecoverable corruption after SECURE ERASE or SECURE TRIM. For devices using defective eMMC with kernel supporting MMC_CAP_ERASE SECURE

Re: [PATCH v6] mmc: card: Skip secure option for MoviNAND.

2012-08-29 Thread Chris Ball
Hi, On Wed, Aug 29 2012, IAN CHEN wrote: Thanks for your help. The effected kernel will be all the version with MMC_CAP_ERASE SECURE option enabled. As commit content mentioned, the problem is unrecoverable corruption after SECURE ERASE or SECURE TRIM. For devices using defective eMMC with

[PATCH v6] mmc: card: Skip secure option for MoviNAND.

2012-08-28 Thread IAN CHEN
For several MoviNAND, there are some known issue with secure option. For these specific MoviNAND device, we skip secure option. You could refer this discussion in XDA developers. http://forum.xda-developers.com/showthread.php?t=1644364

Re: [PATCH v6] mmc: card: Skip secure option for MoviNAND.

2012-08-28 Thread Jaehoon Chung
Need to check your mail setting. On 08/29/2012 02:04 PM, IAN CHEN wrote: For several MoviNAND, there are some known issue with secure option. For these specific MoviNAND device, we skip secure option. You could refer this discussion in XDA developers.