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