Re: [PATCH] mmc: dw_mmc: Handle the Hardware Locked Write Error(HLE)

2013-08-01 Thread Jaehoon Chung
On 08/02/2013 02:10 PM, Dinh Nguyen wrote: > Hi Jaehoon, > > On 08/01/2013 11:14 PM, Jaehoon Chung wrote: >> You can refer to Seungwon's patch. >> >> https://patchwork.kernel.org/patch/1814991/ > > Thanks alot for the referral. It appears that this exactly what I'm > seeing on the SOCFPGA platfor

Re: [PATCH] mmc: dw_mmc: Handle the Hardware Locked Write Error(HLE)

2013-08-01 Thread Dinh Nguyen
Hi Jaehoon, On 08/01/2013 11:14 PM, Jaehoon Chung wrote: > You can refer to Seungwon's patch. > > https://patchwork.kernel.org/patch/1814991/ Thanks alot for the referral. It appears that this exactly what I'm seeing on the SOCFPGA platform. The command buffer is already filled with a command wh

Re: [PATCH] mmc: dw_mmc: Handle the Hardware Locked Write Error(HLE)

2013-08-01 Thread Jaehoon Chung
You can refer to Seungwon's patch. https://patchwork.kernel.org/patch/1814991/ Best Regards, Jaehoon Chung On 08/02/2013 12:50 PM, dingu...@altera.com wrote: > From: Dinh Nguyen > > The Handle the Hardware Locked Write Error(HLE) was getting triggered > intermittently on the SOCFPGA platform.

[PATCH] mmc: dw_mmc: Handle the Hardware Locked Write Error(HLE)

2013-08-01 Thread dinguyen
From: Dinh Nguyen The Handle the Hardware Locked Write Error(HLE) was getting triggered intermittently on the SOCFPGA platform. But since the driver did not have a mechanism to handle this interrupt, it was stuck in the ISR. Clear the HLE interrupt when it gets triggered. Signed-off-by: Dinh Ng