From: NeilBrown Date: Fri, 30 Dec 2011 01:35:13 +0000 (+1100) Subject: mmc: omap_hsmmc: use threaded irq handler for card-detect. X-Git-Tag: sz_beta2~41^3~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adfef33c8b351697ab1998c7f579c2a037092764;p=pandora-kernel.git mmc: omap_hsmmc: use threaded irq handler for card-detect. As the card-detect irq handler just schedules work to be done by a thread, we can use request_threaded_irq to do much of the work for us. This means that interrupts which arrive by handle_nested_irq actually work. Reviewed-by: Felipe Balbi Tested-by: Grazvydas Ignotas Signed-off-by: NeilBrown Acked-by: Kishore Kadiyala Signed-off-by: Chris Ball --- Reading git-diff-tree failed