Re: [PATCH] mmc: sdio: To use multiple scatter gather list

2012-11-17 Thread Chris Ball
Hi, On Wed, Nov 07 2012, Kyoungil Kim wrote: > On Tue, Oct 30 2012, Chris Ball wrote: >> Hi, >> >> On Mon, Oct 22 2012, Kyoungil Kim wrote: >> > We used only single sg entry for SDIO transfer. >> > This chagne is to use multiple sg entry. >> > In case of dwmci, it support only up to 4KB size per

RE: [PATCH] mmc: sdio: To use multiple scatter gather list

2012-11-06 Thread Kyoungil Kim
On Tue, Oct 30 2012, Chris Ball wrote: > Hi, > > On Mon, Oct 22 2012, Kyoungil Kim wrote: > > We used only single sg entry for SDIO transfer. > > This chagne is to use multiple sg entry. > > In case of dwmci, it support only up to 4KB size per single sg entry. > > So if we want to transfer more th

Re: [PATCH] mmc: sdio: To use multiple scatter gather list

2012-10-29 Thread Chris Ball
Hi, On Mon, Oct 22 2012, Kyoungil Kim wrote: > We used only single sg entry for SDIO transfer. > This chagne is to use multiple sg entry. > In case of dwmci, it support only up to 4KB size per single sg entry. > So if we want to transfer more than 4KB, we should send more than 1 command. > This ma