]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
MMC: OMAP: Start new commands from work queue instead of irq
authorJarkko Lavinen <jarkko.lavinen@nokia.com>
Fri, 28 Dec 2007 20:38:20 +0000 (16:38 -0400)
committerTony Lindgren <tony@atomide.com>
Thu, 24 Jan 2008 19:00:27 +0000 (11:00 -0800)
commit77770466360bbec943edfc29b1aaa2e6c34a0a68
tree571916964d084a1103f11eb908b93897a73684a0
parentfd450feda7be5cbf1d1421db07c38bce2af5008b
MMC: OMAP: Start new commands from work queue instead of irq

Use work queues for starting new commands instead of starting them
directly from irq handler. The command scheduling needs to be delayed
a bit for some cards which should not be done from an interrupt.

Signed-off-by: Jarkko Lavinen <jarkko.lavinen@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/mmc/host/omap.c