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)
commitf985da17f4d368896fb30d94531e4ffaa18e68d8
tree363da7968bab382f54da1e37d6f87cffe42c63b9
parentee4b88879f23badd54f5557852745fa28a1570f6
mmc: sh_mmcif: process requests asynchronously

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>
drivers/mmc/host/sh_mmcif.c