kernel-ark/drivers/mmc/core
Nicolas Pitre 599473cf15 sdio: make the IRQ thread more resilient in the presence of bad states
Currently we print a message about some bad states wrt function IRQ
handlers but return 0 from process_sdio_pending_irqs() nevertheless.
This can lead to an infinite loop as nothing might have cleared the
condition for the pending card interrupt from the host controller by
the time host->ops->enable_sdio_irq(host, 1) is called.

Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
2007-10-06 17:51:45 +02:00
..
bus.c MMC core learns about SPI 2007-09-23 21:51:30 +02:00
bus.h
core.c mmc: add led trigger 2007-09-24 07:15:48 +02:00
core.h MMC core learns about SPI 2007-09-23 21:51:30 +02:00
host.c mmc: add led trigger 2007-09-24 07:15:48 +02:00
host.h
Kconfig
Makefile
mmc_ops.c MMC core learns about SPI 2007-09-23 21:51:30 +02:00
mmc_ops.h MMC core learns about SPI 2007-09-23 21:51:30 +02:00
mmc.c MMC core learns about SPI 2007-09-23 21:51:30 +02:00
sd_ops.c MMC core learns about SPI 2007-09-23 21:51:30 +02:00
sd_ops.h
sd.c MMC core learns about SPI 2007-09-23 21:51:30 +02:00
sdio_bus.c
sdio_bus.h
sdio_cis.c
sdio_cis.h
sdio_io.c
sdio_irq.c sdio: make the IRQ thread more resilient in the presence of bad states 2007-10-06 17:51:45 +02:00
sdio_ops.c MMC core learns about SPI 2007-09-23 21:51:30 +02:00
sdio_ops.h
sdio.c MMC core learns about SPI 2007-09-23 21:51:30 +02:00
sysfs.c
sysfs.h