mirror of
https://github.com/torvalds/linux.git
synced 2026-06-30 18:15:23 +02:00
This patch fixes a bug in AT91 mmc host driver, that enables the wakeup from suspend on card detection pin even if the card detect pin is not available (==0). If not card detection pin is defined, IRQ0 == FIQ gets enabled and if some activity is present on that pin, the system gets a FIQ request, that causes a crash. Signed-off-by: Anti Sullin <anti.sullin@artecdesign.ee> Signed-off-by: Nicolas Ferre <nicolas.ferre@rfo.atmel.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx> |
||
|---|---|---|
| .. | ||
| at91_mci.c | ||
| au1xmmc.c | ||
| au1xmmc.h | ||
| imxmmc.c | ||
| imxmmc.h | ||
| Kconfig | ||
| Makefile | ||
| mmci.c | ||
| mmci.h | ||
| omap.c | ||
| pxamci.c | ||
| pxamci.h | ||
| sdhci.c | ||
| sdhci.h | ||
| tifm_sd.c | ||
| wbsd.c | ||
| wbsd.h | ||