Re: [RESEND PATCH v2 1/1] mmc: dw_mmc: Wait for data transfer after response errors.

2016-06-21 Thread Jaehoon Chung
Hi Enric, On 06/22/2016 01:30 AM, Enric Balletbo Serra wrote: > Hi Jaehoon, > > 2016-06-20 12:14 GMT+02:00 Jaehoon Chung : >> Hi Enric, >> >> On 04/26/2016 05:03 PM, Enric Balletbo i Serra wrote: >>> From: Doug Anderson >>> >>> According to the

Re: [RESEND PATCH v2 1/1] mmc: dw_mmc: Wait for data transfer after response errors.

2016-06-21 Thread Jaehoon Chung
Hi Enric, On 06/22/2016 01:30 AM, Enric Balletbo Serra wrote: > Hi Jaehoon, > > 2016-06-20 12:14 GMT+02:00 Jaehoon Chung : >> Hi Enric, >> >> On 04/26/2016 05:03 PM, Enric Balletbo i Serra wrote: >>> From: Doug Anderson >>> >>> According to the DesignWare state machine description, after we get

Re: [RESEND PATCH v2 1/1] mmc: dw_mmc: Wait for data transfer after response errors.

2016-06-21 Thread Enric Balletbo Serra
Hi Jaehoon, 2016-06-20 12:14 GMT+02:00 Jaehoon Chung : > Hi Enric, > > On 04/26/2016 05:03 PM, Enric Balletbo i Serra wrote: >> From: Doug Anderson >> >> According to the DesignWare state machine description, after we get a >> "response error" or

Re: [RESEND PATCH v2 1/1] mmc: dw_mmc: Wait for data transfer after response errors.

2016-06-21 Thread Enric Balletbo Serra
Hi Jaehoon, 2016-06-20 12:14 GMT+02:00 Jaehoon Chung : > Hi Enric, > > On 04/26/2016 05:03 PM, Enric Balletbo i Serra wrote: >> From: Doug Anderson >> >> According to the DesignWare state machine description, after we get a >> "response error" or "response CRC error" we move into data transfer

Re: [RESEND PATCH v2 1/1] mmc: dw_mmc: Wait for data transfer after response errors.

2016-06-20 Thread Jaehoon Chung
Hi Enric, On 04/26/2016 05:03 PM, Enric Balletbo i Serra wrote: > From: Doug Anderson > > According to the DesignWare state machine description, after we get a > "response error" or "response CRC error" we move into data transfer > mode. That means that we don't

Re: [RESEND PATCH v2 1/1] mmc: dw_mmc: Wait for data transfer after response errors.

2016-06-20 Thread Jaehoon Chung
Hi Enric, On 04/26/2016 05:03 PM, Enric Balletbo i Serra wrote: > From: Doug Anderson > > According to the DesignWare state machine description, after we get a > "response error" or "response CRC error" we move into data transfer > mode. That means that we don't necessarily need to special case

[RESEND PATCH v2 1/1] mmc: dw_mmc: Wait for data transfer after response errors.

2016-04-26 Thread Enric Balletbo i Serra
From: Doug Anderson According to the DesignWare state machine description, after we get a "response error" or "response CRC error" we move into data transfer mode. That means that we don't necessarily need to special case trying to deal with the failure right away. We can

[RESEND PATCH v2 1/1] mmc: dw_mmc: Wait for data transfer after response errors.

2016-04-26 Thread Enric Balletbo i Serra
From: Doug Anderson According to the DesignWare state machine description, after we get a "response error" or "response CRC error" we move into data transfer mode. That means that we don't necessarily need to special case trying to deal with the failure right away. We can wait until we are