Re: mmc: dw_mmc: Add the function call for board-specific initialization.

2011-07-08 Thread Will Newton
On Mon, Jul 4, 2011 at 8:07 AM, Seungwon Jeon wrote: > Need to call init() function of dw_mci_board. > It seems to be omitted to call this function. > > Signed-off-by: Seungwon Jeon > --- >  drivers/mmc/host/dw_mmc.c |   11 +++ >  1 files changed, 11 insertions(+), 0 deletions(-) > > diff

Re: mmc: dw_mmc: Add the function call for board-specific initialization.

2011-07-08 Thread Kyungmin Park
Monday, July 04, 2011 4:50 PM >> > To: Seungwon Jeon >> > Cc: linux-mmc@vger.kernel.org; Chris Ball; Will Newton; Jaehoon Chung; >> > James Hogan >> > Subject: Re: mmc: dw_mmc: Add the function call for board-specific >> > initialization. >> > >>

RE: mmc: dw_mmc: Add the function call for board-specific initialization.

2011-07-08 Thread Seungwon Jeon
w...@vger.kernel.org [mailto:linux-mmc- > > ow...@vger.kernel.org] On Behalf Of Kyungmin Park > > Sent: Monday, July 04, 2011 4:50 PM > > To: Seungwon Jeon > > Cc: linux-mmc@vger.kernel.org; Chris Ball; Will Newton; Jaehoon Chung; > > James Hogan > > Subject: R

RE: mmc: dw_mmc: Add the function call for board-specific initialization.

2011-07-04 Thread 전승원
James Hogan > Subject: Re: mmc: dw_mmc: Add the function call for board-specific > initialization. > > Hi, > > Yes it's defined and checked, but not used. > Can you describe the reason why init call is required? > and If required, what's the meaning? I thin

Re: mmc: dw_mmc: Add the function call for board-specific initialization.

2011-07-04 Thread Kyungmin Park
Hi, Yes it's defined and checked, but not used. Can you describe the reason why init call is required? and If required, what's the meaning? Thank you, Kyungmin Park On Mon, Jul 4, 2011 at 4:07 PM, Seungwon Jeon wrote: > Need to call init() function of dw_mci_board. > It seems to be omitted to c

mmc: dw_mmc: Add the function call for board-specific initialization.

2011-07-04 Thread Seungwon Jeon
Need to call init() function of dw_mci_board. It seems to be omitted to call this function. 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/host/dw_mmc.c index a

RE: [PATCH] mmc: dw_mmc: Add the function call for board-specific initialization.

2011-06-30 Thread 전승원
@laptop.org; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH] mmc: dw_mmc: Add the function call for board-specific > initialization. > > Hi, > > On 30 June 2011 09:20, Jaehoon Chung wrote: > > Hi James > > > > James Hogan wrote: > >

Re: [PATCH] mmc: dw_mmc: Add the function call for board-specific initialization.

2011-06-30 Thread James Hogan
Hi, On 30 June 2011 09:20, Jaehoon Chung wrote: > Hi James > > James Hogan wrote: >> On 30 June 2011 07:33, Jaehoon Chung wrote: >>> Hi Mr.Jeon >>> >>> This patch is the compiler error. >>> >>> didn't find host->card_work.. >>> >>> do you want this >>> queue_work(dw_mci_card_workqueue, &slot->ho

Re: [PATCH] mmc: dw_mmc: Add the function call for board-specific initialization.

2011-06-30 Thread Jaehoon Chung
Hi James James Hogan wrote: > On 30 June 2011 07:33, Jaehoon Chung wrote: >> Hi Mr.Jeon >> >> This patch is the compiler error. >> >> didn't find host->card_work.. >> >> do you want this >> queue_work(dw_mci_card_workqueue, &slot->host->card_work); ? > > I think the patch is based on mmc-next, w

Re: [PATCH] mmc: dw_mmc: Add the function call for board-specific initialization.

2011-06-30 Thread James Hogan
On 30 June 2011 07:33, Jaehoon Chung wrote: > Hi Mr.Jeon > > This patch is the compiler error. > > didn't find host->card_work.. > > do you want this > queue_work(dw_mci_card_workqueue, &slot->host->card_work); ? I think the patch is based on mmc-next, which has the following commit: 35ba9d8 mmc:

Re: [PATCH] mmc: dw_mmc: Add the function call for board-specific initialization.

2011-06-29 Thread Jaehoon Chung
Hi Mr.Jeon This patch is the compiler error. didn't find host->card_work.. do you want this queue_work(dw_mci_card_workqueue, &slot->host->card_work); ? Regards, Jaehoon Chung Seungwon Jeon wrote: > Need to call init() function of dw_mci_board. > It seems to be omitted to call this function.

[PATCH] mmc: dw_mmc: Add the function call for board-specific initialization.

2011-06-29 Thread Seungwon Jeon
Need to call init() function of dw_mci_board. It seems to be omitted to call this function. 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/host/dw_mmc.c index a