linux/drivers/mmc
Guennadi Liakhovetski b9269fdd4f mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabled
Calling mmc_request_done() under a spinlock with interrupts disabled
leads to a recursive spin-lock on request retry path and to
scheduling in atomic context. This patch fixes both these problems
by moving mmc_request_done() to the scheduler workqueue.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
2011-07-21 10:35:05 -04:00
..
card mmc: block: fixed NULL pointer dereference 2011-07-21 10:35:00 -04:00
core mmc: core: Set non-default Drive Strength via platform hook 2011-07-20 17:21:16 -04:00
host mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabled 2011-07-21 10:35:05 -04:00
Kconfig mmc: explicitly mention SDIO support in Kconfig 2008-10-12 11:04:36 +02:00
Makefile mmc: Makefile: Fix EXTRA_CFLAGS assignment 2010-10-23 21:11:15 +08:00