Andy Green wrote: > One more idea, SDIO stack has a interrupt polling option concept.
Yup, that timer-driven polling gets turned on when your driver doesn't support SDIO interrupts. If it does support them, the same polling thread is still used (no way to cheat ourselves out of that context switch, it seems :-( ), but then it's triggered by the SDIO interrupt, not the timer. - Werner
