Re: [PATCH] mmc: dw_mmc: add quirk for data over interrupt timeout

2014-11-24 Thread Addy
Hi, Jaehoon On 2014/11/20 18:01, Jaehoon Chung wrote: Hi, Addy. On 11/20/2014 06:33 PM, addy ke wrote: Hi, Jaehoon On 2014/11/19 13:56, addy ke wrote: Hi Jaehoon On 2014/11/19 09:22, Jaehoon Chung Wrote: Hi, Addy. On 11/18/2014 09:32 AM, Addy wrote: On 2014年11月14日 21:18, Jaehoon Chung wr

Re: [PATCH] mmc: dw_mmc: add quirk for data over interrupt timeout

2014-11-20 Thread Jaehoon Chung
Hi, Addy. On 11/20/2014 06:33 PM, addy ke wrote: > Hi, Jaehoon > > On 2014/11/19 13:56, addy ke wrote: >> Hi Jaehoon >> >> On 2014/11/19 09:22, Jaehoon Chung Wrote: >>> Hi, Addy. >>> >>> On 11/18/2014 09:32 AM, Addy wrote: On 2014年11月14日 21:18, Jaehoon Chung wrote: > Hi, Addy. >

Re: [PATCH] mmc: dw_mmc: add quirk for data over interrupt timeout

2014-11-20 Thread addy ke
Hi, Jaehoon On 2014/11/19 13:56, addy ke wrote: > Hi Jaehoon > > On 2014/11/19 09:22, Jaehoon Chung Wrote: >> Hi, Addy. >> >> On 11/18/2014 09:32 AM, Addy wrote: >>> >>> On 2014年11月14日 21:18, Jaehoon Chung wrote: Hi, Addy. Did you use the DW_MCI_QUIRK_IDMAC_DTO? I'm not sure,

Re: [PATCH] mmc: dw_mmc: add quirk for data over interrupt timeout

2014-11-18 Thread addy ke
Hi Jaehoon On 2014/11/19 09:22, Jaehoon Chung Wrote: > Hi, Addy. > > On 11/18/2014 09:32 AM, Addy wrote: >> >> On 2014年11月14日 21:18, Jaehoon Chung wrote: >>> Hi, Addy. >>> >>> Did you use the DW_MCI_QUIRK_IDMAC_DTO? >>> I'm not sure, but i wonder if you get what result when you use above quirk. >

Re: [PATCH] mmc: dw_mmc: add quirk for data over interrupt timeout

2014-11-18 Thread Jaehoon Chung
Hi, Addy. On 11/18/2014 09:32 AM, Addy wrote: > > On 2014年11月14日 21:18, Jaehoon Chung wrote: >> Hi, Addy. >> >> Did you use the DW_MCI_QUIRK_IDMAC_DTO? >> I'm not sure, but i wonder if you get what result when you use above quirk. > > DW_MCI_QUIRK_IDMAC_DTO is only for version2.0 or below. >

Re: [PATCH] mmc: dw_mmc: add quirk for data over interrupt timeout

2014-11-17 Thread Addy
On 2014年11月14日 21:18, Jaehoon Chung wrote: Hi, Addy. Did you use the DW_MCI_QUIRK_IDMAC_DTO? I'm not sure, but i wonder if you get what result when you use above quirk. DW_MCI_QUIRK_IDMAC_DTO is only for version2.0 or below. /* * DTO fix - version 2.10a and below, and only if

Re: [PATCH] mmc: dw_mmc: add quirk for data over interrupt timeout

2014-11-14 Thread Jaehoon Chung
Hi, Addy. Did you use the DW_MCI_QUIRK_IDMAC_DTO? I'm not sure, but i wonder if you get what result when you use above quirk. And i will check more this patch at next week. Thanks for your efforts. Best Regards, Jaehoon Chung On 11/14/2014 10:05 PM, Addy Ke wrote: > From: Addy > > This patch

[PATCH] mmc: dw_mmc: add quirk for data over interrupt timeout

2014-11-14 Thread Addy Ke
From: Addy This patch add a new quirk to notify the driver to teminate current transfer and report a data timeout to the core, if data over interrupt does NOT come within the given time. dw_mmc call mmc_request_done func to finish transfer depends on data over interrupt. If data over interrupt d