Re: [PATCH v7 01/11] mmc: add non-blocking mmc request function

2011-06-22 Thread S, Venkatraman
On Wed, Jun 22, 2011 at 2:38 PM, Per Forlin wrote: > On 22 June 2011 10:53, S, Venkatraman wrote: >> On Wed, Jun 22, 2011 at 2:15 PM, Per Forlin wrote: >>> On 22 June 2011 09:42, Venkatraman S wrote: On Wed, Jun 22, 2011 at 5:08 AM, Per Forlin wrote: > Previously there has only been o

Re: [PATCH v7 01/11] mmc: add non-blocking mmc request function

2011-06-22 Thread Per Forlin
On 22 June 2011 10:53, S, Venkatraman wrote: > On Wed, Jun 22, 2011 at 2:15 PM, Per Forlin wrote: >> On 22 June 2011 09:42, Venkatraman S wrote: >>> On Wed, Jun 22, 2011 at 5:08 AM, Per Forlin wrote: Previously there has only been one function mmc_wait_for_req() to start and wait for

Re: [PATCH v7 01/11] mmc: add non-blocking mmc request function

2011-06-22 Thread S, Venkatraman
On Wed, Jun 22, 2011 at 2:15 PM, Per Forlin wrote: > On 22 June 2011 09:42, Venkatraman S wrote: >> On Wed, Jun 22, 2011 at 5:08 AM, Per Forlin wrote: >>> Previously there has only been one function mmc_wait_for_req() >>> to start and wait for a request. This patch adds >>>  * mmc_start_req() -

Re: [PATCH v7 01/11] mmc: add non-blocking mmc request function

2011-06-22 Thread Per Forlin
On 22 June 2011 09:42, Venkatraman S wrote: > On Wed, Jun 22, 2011 at 5:08 AM, Per Forlin wrote: >> Previously there has only been one function mmc_wait_for_req() >> to start and wait for a request. This patch adds >>  * mmc_start_req() - starts a request wihtout waiting >>   If there is on ongoi

Re: [PATCH v7 01/11] mmc: add non-blocking mmc request function

2011-06-22 Thread Venkatraman S
On Wed, Jun 22, 2011 at 5:08 AM, Per Forlin wrote: > Previously there has only been one function mmc_wait_for_req() > to start and wait for a request. This patch adds >  * mmc_start_req() - starts a request wihtout waiting >   If there is on ongoing request wait for completion >   of that request

[PATCH v7 01/11] mmc: add non-blocking mmc request function

2011-06-21 Thread Per Forlin
Previously there has only been one function mmc_wait_for_req() to start and wait for a request. This patch adds * mmc_start_req() - starts a request wihtout waiting If there is on ongoing request wait for completion of that request and start the new one and return. Does not wait for the n

[PATCH v7 01/11] mmc: add non-blocking mmc request function

2011-06-21 Thread Per Forlin
Previously there has only been one function mmc_wait_for_req() to start and wait for a request. This patch adds * mmc_start_req() - starts a request wihtout waiting If there is on ongoing request wait for completion of that request and start the new one and return. Does not wait for the n