mmc: sh_mmcif: process requests asynchronously
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Sun, 25 Dec 2011 20:07:52 +0000 (21:07 +0100)
committerChris Ball <cjb@laptop.org>
Thu, 12 Jan 2012 04:58:46 +0000 (23:58 -0500)
This patch converts the sh_mmcif MMC host driver to process requests
asynchronously instead of waiting in its .request() method for completion.
This is achieved by using threaded IRQs.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found