commit | f985da17f4d368896fb30d94531e4ffaa18e68d8 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Sun Dec 25 21:07:52 2011 +0100 |
committer | Chris Ball <cjb@laptop.org> | Wed Jan 11 23:58:46 2012 -0500 |
tree | 363da7968bab382f54da1e37d6f87cffe42c63b9 | |
parent | ee4b88879f23badd54f5557852745fa28a1570f6 [diff] |
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>