]> www.pilppa.org 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>
Wed, 26 Mar 2008 20:09:58 +0000 (16:09 -0400)
committerPierre Ossman <drzeus@drzeus.cx>
Fri, 18 Apr 2008 18:05:31 +0000 (20:05 +0200)
commit0f602ec79ac4fd2a42075c5a170086ded439f36d
treebaeade53563c97d687aa3c5f214c13f682c186d4
parent0807a9b5739a73ba0d0fcd9f36a51794757be881
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: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/omap.c