summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPer Forlin <per.forlin@linaro.org>2011-07-01 18:55:33 +0200
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 12:56:52 +0200
commitcaf8ad731faaab78d34149bf9f0f31798de81cde (patch)
tree0e1b799a3add99060977a69b3980b5ac210abe7a /include
parent28a23dba3db4b6f8bb40fd07db5357fa135b0ebe (diff)
mmc: block: add handling for two parallel block requests in issue_rw_rq
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 issue_rw_rq(), then it waits for the active request to complete before pushing it to the host. * When the mmc-queue is empty it will call issue_rw_rq() with a NULL req to finish off the active request without starting a new request. Signed-off-by: Per Forlin <per.forlin@linaro.org> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Venkatraman S <svenkatr@ti.com> Tested-by: Sourav Poddar <sourav.poddar@ti.com> Tested-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Chris Ball <cjb@laptop.org> Change-Id: If273a9919881fb7a112bccd0aa34fcd198bd121b Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30686 Reviewed-by: Ulf HANSSON <ulf.hansson@stericsson.com> Tested-by: Ulf HANSSON <ulf.hansson@stericsson.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions