Re: [PATCH] mmc: dw_mmc: Support predefined multiple block transfers.

2011-10-05 Thread Jaehoon Chung
On 10/05/2011 05:02 PM, Seungwon Jeon wrote: > Jaehoon Chung wrote: >> >> Hi Mr.Jeon >> >> One question...if we used predefined transfer, didn't send stop-command? >> then i think that didn't need to enter this condition..how about this? >> >> In __dw_mci_start_reqeust() function(at your patch) >>

RE: [PATCH] mmc: dw_mmc: Support predefined multiple block transfers.

2011-10-05 Thread Seungwon Jeon
Jaehoon Chung wrote: > > Hi Mr.Jeon > > One question...if we used predefined transfer, didn't send stop-command? > then i think that didn't need to enter this condition..how about this? > > In __dw_mci_start_reqeust() function(at your patch) > > if (mrq->stop) > host->stop_cmdr = dw_mci_p

Re: [PATCH] mmc: dw_mmc: Support predefined multiple block transfers.

2011-10-04 Thread Jaehoon Chung
Hi Mr.Jeon One question...if we used predefined transfer, didn't send stop-command? then i think that didn't need to enter this condition..how about this? In __dw_mci_start_reqeust() function(at your patch) if (mrq->stop) host->stop_cmdr = dw_mci_prepare_command(slot->mmc, mrq->stop); I

RE: [PATCH] mmc: dw_mmc: Support predefined multiple block transfers.

2011-09-28 Thread Seungwon Jeon
Andrei Warkentin wrote: > 2011/9/26 Seungwon Jeon : > > Andrei Warkentin wrote: > >> Hi Seungwon, > >> > >> - Original Message - > >> > From: "Seungwon Jeon" > >> > To: linux-mmc@vger.kernel.org > >> > Cc: "Chris Ball" , linux-samsung-...@vger.kernel.org, > >> "kgene kim" , "dh han" > >> >

RE: [PATCH] mmc: dw_mmc: Support predefined multiple block transfers.

2011-09-27 Thread Seungwon Jeon
This is a duplicate patch from our security machine. Please ignore this resending. Best regards, Seungwon Jeon. > > This patch adds the support for predefined multiple block read/write. > > Signed-off-by: Seungwon Jeon > --- > drivers/mmc/host/dw_mmc.c | 32 ++--

Re: [PATCH] mmc: dw_mmc: Support predefined multiple block transfers.

2011-09-26 Thread Andrei E. Warkentin
2011/9/26 Seungwon Jeon : > Andrei Warkentin wrote: >> Hi Seungwon, >> >> - Original Message - >> > From: "Seungwon Jeon" >> > To: linux-mmc@vger.kernel.org >> > Cc: "Chris Ball" , linux-samsung-...@vger.kernel.org, >> "kgene kim" , "dh han" >> > , "Seungwon Jeon" >> > Sent: Monday, Septe

RE: [PATCH] mmc: dw_mmc: Support predefined multiple block transfers.

2011-09-26 Thread Seungwon Jeon
Andrei Warkentin wrote: > Hi Seungwon, > > - Original Message - > > From: "Seungwon Jeon" > > To: linux-mmc@vger.kernel.org > > Cc: "Chris Ball" , linux-samsung-...@vger.kernel.org, > "kgene kim" , "dh han" > > , "Seungwon Jeon" > > Sent: Monday, September 26, 2011 7:46:59 AM > > Subject

Re: [PATCH] mmc: dw_mmc: Support predefined multiple block transfers.

2011-09-26 Thread Andrei Warkentin
Hi Seungwon, - Original Message - > From: "Seungwon Jeon" > To: linux-mmc@vger.kernel.org > Cc: "Chris Ball" , linux-samsung-...@vger.kernel.org, "kgene > kim" , "dh han" > , "Seungwon Jeon" > Sent: Monday, September 26, 2011 7:46:59 AM > Subject: [PATCH] mmc: dw_mmc: Support predefined