RE: [PATCH 2/2] mmc: dw_mmc: make sure of clearing HLE interrupt

2012-11-30 Thread Seungwon Jeon
On Thursday, November 29, 2012, Jae hoon Chung wrote: > 2012/11/29 Seungwon Jeon : > > Hi James, > > > > On Wednesday, November 28, 2012, James Hogan wrote: > >> Hi, > >> > >> On 28/11/12 10:26, Seungwon Jeon wrote: > >> > Even though HLE interrupt is enabled, there is no touch. > >> > This patch c

Re: [PATCH 2/2] mmc: dw_mmc: make sure of clearing HLE interrupt

2012-11-29 Thread Jae hoon Chung
2012/11/29 Seungwon Jeon : > Hi James, > > On Wednesday, November 28, 2012, James Hogan wrote: >> Hi, >> >> On 28/11/12 10:26, Seungwon Jeon wrote: >> > Even though HLE interrupt is enabled, there is no touch. >> > This patch clears HLE interrupt which is not unhandled. >> >> It's not entirely clea

RE: [PATCH 2/2] mmc: dw_mmc: make sure of clearing HLE interrupt

2012-11-28 Thread Seungwon Jeon
Hi James, On Wednesday, November 28, 2012, James Hogan wrote: > Hi, > > On 28/11/12 10:26, Seungwon Jeon wrote: > > Even though HLE interrupt is enabled, there is no touch. > > This patch clears HLE interrupt which is not unhandled. > > It's not entirely clear from this description what the patc

Re: [PATCH 2/2] mmc: dw_mmc: make sure of clearing HLE interrupt

2012-11-28 Thread James Hogan
Hi, On 28/11/12 10:26, Seungwon Jeon wrote: > Even though HLE interrupt is enabled, there is no touch. > This patch clears HLE interrupt which is not unhandled. It's not entirely clear from this description what the patch is trying to do. I presume from the patch you're trying to say something li

[PATCH 2/2] mmc: dw_mmc: make sure of clearing HLE interrupt

2012-11-28 Thread Seungwon Jeon
Even though HLE interrupt is enabled, there is no touch. This patch clears HLE interrupt which is not unhandled. Signed-off-by: Seungwon Jeon --- drivers/mmc/host/dw_mmc.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/