Re: [PATCH Resend 1/3] mmc: sdhci-s3c: Use mmc_gpio_request_cd function

2013-12-10 Thread Joonyoung Shim
Hi, On 12/10/2013 05:05 PM, Beomho Seo wrote: Hi all, Didn't have any other comment for this patch? If don't have any other comment, I want this patch set is submitted at mmc-next. I have tested this patch set on exynos4 board. CC'd Heiko Above comments are not suitable for changelog. Please

[PATCH v2] mmc: dw_mmc: clear IDSTS register when initialize IDMAC

2013-04-25 Thread Joonyoung Shim
If pending interrupt for IDMAC exists when initialize IDMAC, it will call interrupt handler unnecessarily. Signed-off-by: Joonyoung Shim --- Changes from previous patch v1: - Change subject and contents of commit - Define IDMAC_INT_CLR macro to clear IDSTS register - It moved to clear IDSTS

Re: [PATCH] mmc: dw_mmc: clear INSTS register when initialize

2013-04-25 Thread Joonyoung Shim
On 04/25/2013 09:45 AM, Jaehoon Chung wrote: > On 04/24/2013 12:05 PM, Joonyoung Shim wrote: >> On 04/24/2013 10:34 AM, Seungwon Jeon wrote: >>> On Tuesday, April 23, 2013, Jaehoon Chung wrote: >>>> On 04/23/2013 06:57 PM, Seungwon Jeon wrote: >>>>>

Re: [PATCH] mmc: dw_mmc: clear INSTS register when initialize

2013-04-23 Thread Joonyoung Shim
On 04/24/2013 10:34 AM, Seungwon Jeon wrote: > On Tuesday, April 23, 2013, Jaehoon Chung wrote: >> On 04/23/2013 06:57 PM, Seungwon Jeon wrote: >>> Hi, >>> >>> On Thursday, April 18, 2013, Joonyoung Shim wrote: >>>> If pending interrupt for

[PATCH] mmc: dw_mmc: clear INSTS register when initialize

2013-04-17 Thread Joonyoung Shim
If pending interrupt for IDMAC exists when probe, it will call interrupt handler unnecessarily. Signed-off-by: Joonyoung Shim --- drivers/mmc/host/dw_mmc.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index 323c502..b0057a2

[PATCH] mmc: fix to refer NULL pointer

2013-01-25 Thread Joonyoung Shim
Check whether host->sdio_irq_thread is NULL before wake_up_process() is called about host->sdio_irq_thread. Signed-off-by: Joonyoung Shim --- Currently the kernel panic to refer NULL pointer about host->sdio_irq_thread are occuring at the trats board using Samsung SDHCI driver. incl