Re: SDIO driver not receiving responses

2008-02-07 Thread Pierre Ossman
Don't hijack threads, it completely messes up everyone's mail box and makes your mail very difficult to find. On Thu, 31 Jan 2008 17:35:51 +1100 Farbod Nejati <[EMAIL PROTECTED]> wrote: > The mmc_send_io_op_cond() function call in core.c::mmc_rescan() is > returning with a -110 (a timeout

Re: SDIO driver not receiving responses

2008-02-07 Thread Pierre Ossman
Don't hijack threads, it completely messes up everyone's mail box and makes your mail very difficult to find. On Thu, 31 Jan 2008 17:35:51 +1100 Farbod Nejati [EMAIL PROTECTED] wrote: The mmc_send_io_op_cond() function call in core.c::mmc_rescan() is returning with a -110 (a timeout error).

SDIO driver not receiving responses

2008-01-30 Thread Farbod Nejati
Hi Pierre, I'm having problems with the latest mmc_core.ko and sdhci.ko for 2.6.24. I've used both my development SDIO client and an off-the-shelf SDIO WIFI card. I have a Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21). The mmc_send_io_op_cond() function call in