Re: [PATCH v8 12/12] mmc: block: add handling for two parallel block requests in issue_rw_rq

2011-06-28 Thread Per Forlin
On 28 June 2011 10:11, Per Forlin wrote: > Change mmc_blk_issue_rw_rq() to become asynchronous. > The execution flow looks like this: > The mmc-queue calls issue_rw_rq(), which sends the request > to the host and returns back to the mmc-queue. The mmc-queue calls > issue_rw_rq() again with a new r

[PATCH v8 12/12] mmc: block: add handling for two parallel block requests in issue_rw_rq

2011-06-28 Thread Per Forlin
Change mmc_blk_issue_rw_rq() to become asynchronous. The execution flow looks like this: The mmc-queue calls issue_rw_rq(), which sends the request to the host and returns back to the mmc-queue. The mmc-queue calls issue_rw_rq() again with a new request. This new request is prepared, in isuue_rw_rq