Re: [PATCH] sdhci: Add quirk to support polling for card presence

2007-05-18 Thread Tobias Bengtsson
Pierre Ossman skrev: Tobias, did you test this patch and did it solve your problem? I compiled it with 2.6.21-mm2 and 2.6.22-rc1 but both of them hangs at startup after setting up portmap. So atleast init starts.. I suppose I should set up remote syslog to debug.. and ofcourse apply the patc

Re: [PATCH] sdhci: Add quirk to support polling for card presence

2007-05-17 Thread Pierre Ossman
Tobias, did you test this patch and did it solve your problem? Philip Langdale wrote: > There is apparently at least one instance of the Ricoh SDHCI > implementation out there where card insertion (and possibly > removal) interrupts do not work - so the only way to detect > a change in the presenc

Re: [PATCH] sdhci: Add quirk to support polling for card presence

2007-05-14 Thread Philip Langdale
There is apparently at least one instance of the Ricoh SDHCI implementation out there where card insertion and removal interrupts do not work - so the only way to detect a change in the presence of a card is to poll. This changes adds a polling quirk for the particular model reported. Others may b

Re: [PATCH] sdhci: Add quirk to support polling for card presence

2007-05-14 Thread Pierre Ossman
Philip Langdale wrote: > @@ -806,11 +819,18 @@ static void sdhci_tasklet_card(unsigned long param) > host->mrq->cmd->error = MMC_ERR_FAILED; > tasklet_schedule(&host->finish_tasklet); > } > - } > > - spin_unlock_irqrestore(&host->loc

[PATCH] sdhci: Add quirk to support polling for card presence

2007-05-13 Thread Philip Langdale
There is apparently at least one instance of the Ricoh SDHCI implementation out there where card insertion (and possibly removal) interrupts do not work - so the only way to detect a change in the presence of a card is to poll. This changes adds a polling quirk for the particular model reported by