Re: [PATCH 03/13] sdhci: Split card-detection IRQs management from sdhci_init()

2009-02-21 Thread Pierre Ossman
On Fri, 13 Feb 2009 17:47:15 +0300 Anton Vorontsov wrote: > Card detection interrupts should be handled separately as they should > not be enabled before mmc_add_host() returns and should be disabled > before calling mmc_remove_host(). The same is for suspend and resume > routines. > > sdhci_ini

[PATCH 03/13] sdhci: Split card-detection IRQs management from sdhci_init()

2009-02-20 Thread Anton Vorontsov
Card detection interrupts should be handled separately as they should not be enabled before mmc_add_host() returns and should be disabled before calling mmc_remove_host(). The same is for suspend and resume routines. sdhci_init() no longer enables card-detection irqs. Instead, two new functions im

[PATCH 03/13] sdhci: Split card-detection IRQs management from sdhci_init()

2009-02-13 Thread Anton Vorontsov
Card detection interrupts should be handled separately as they should not be enabled before mmc_add_host() returns and should be disabled before calling mmc_remove_host(). The same is for suspend and resume routines. sdhci_init() no longer enables card-detection irqs. Instead, two new functions im