Re: [PATCH v5] mmc: dw_mmc: add quirk for broken data transfer over scheme

2015-01-07 Thread Jaehoon Chung
Hi, Addy. On 01/05/2015 05:21 PM, Addy Ke wrote: > This patch add a new quirk to add a s/w timer to notify the driver > to terminate current transfer and report a data timeout to the core, > if DTO interrupt does NOT come within the given time. > > dw_mmc call mmc_request_done func to finish tran

[PATCH v5] mmc: dw_mmc: add quirk for broken data transfer over scheme

2015-01-05 Thread Addy Ke
This patch add a new quirk to add a s/w timer to notify the driver to terminate current transfer and report a data timeout to the core, if DTO interrupt does NOT come within the given time. dw_mmc call mmc_request_done func to finish transfer depends on DTO interrupt. If DTO interrupt does not com