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.