RE: [PATCH v4] mmc: core: Add default timeout value for CMD6.

2011-10-05 Thread Seungwon Jeon
Adrian Hunter wrote: > On 22/09/11 05:12, Seungwon Jeon wrote: > > EXT_CSD[248] includes the default maximum timeout for CMD6. > > This field is added at eMMC4.5 Spec. And it can be used for default > > timeout except for some operations which don't define the timeout(i.e. > > background operation,

Re: [PATCH v4] mmc: core: Add default timeout value for CMD6.

2011-10-04 Thread Adrian Hunter
On 22/09/11 05:12, Seungwon Jeon wrote: EXT_CSD[248] includes the default maximum timeout for CMD6. This field is added at eMMC4.5 Spec. And it can be used for default timeout except for some operations which don't define the timeout(i.e. background operation, sanitize, flush cache) in eMMC4.5 Sp

RE: [PATCH v4] mmc: core: Add default timeout value for CMD6.

2011-09-22 Thread Seungwon Jeon
Hi, J Freyensee wrote: > > On 09/21/2011 07:12 PM, Seungwon Jeon wrote: > > EXT_CSD[248] includes the default maximum timeout for CMD6. > > This field is added at eMMC4.5 Spec. And it can be used for default > > timeout except for some operations which don't define the timeout(i.e. > > background

Re: [PATCH v4] mmc: core: Add default timeout value for CMD6.

2011-09-22 Thread J Freyensee
On 09/21/2011 07:12 PM, Seungwon Jeon wrote: EXT_CSD[248] includes the default maximum timeout for CMD6. This field is added at eMMC4.5 Spec. And it can be used for default timeout except for some operations which don't define the timeout(i.e. background operation, sanitize, flush cache) in eMMC4