Re: mmc0: Timeout waiting for hardware interrupt.

2013-09-18 Thread Prasanna NAVARATNA
Did you found time to tide up your patch? Yes, patch is almost ready. I'm trying to compile and test it once before submitting. Will post it soon. Thanks Regards, Prasanna NAVARATNA -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the body of a message to

Re: mmc0: Timeout waiting for hardware interrupt.

2013-09-17 Thread Christian Gmeiner
Hi Prasanna I am looking forward to get my hands on your patch :) I have submitted the patch to fix Timeout waiting for hardware interrupt faced by me. Please have a look. The subject of patch is [PATCH] mmc: sdhci: extend wait for busy signalling Did you found time to tide up your patch?

Re: mmc0: Timeout waiting for hardware interrupt.

2013-09-05 Thread Prasanna NAVARATNA
Hello Christian, I am looking forward to get my hands on your patch :) I have submitted the patch to fix Timeout waiting for hardware interrupt faced by me. Please have a look. The subject of patch is [PATCH] mmc: sdhci: extend wait for busy signalling Regards, Prasanna NAVARATNA -- To

Re: mmc0: Timeout waiting for hardware interrupt.

2013-08-30 Thread Christian Gmeiner
Hi Prasanna. Sorry for the late reply. I had faced the similar problem in the past. No problem... There are certain 4.5 features like BKOPS, Sanitize, cache control operations which uses CMD6 to trigger the operation and use DAT0 line for busy signalling which was not monitored for proper

Re: mmc0: Timeout waiting for hardware interrupt.

2013-08-28 Thread Prasanna NAVARATNA
Hello Christian, Sorry for the late reply. I had faced the similar problem in the past. There are certain 4.5 features like BKOPS, Sanitize, cache control operations which uses CMD6 to trigger the operation and use DAT0 line for busy signalling which was not monitored for proper completion.

Re: mmc0: Timeout waiting for hardware interrupt.

2013-08-27 Thread Christian Gmeiner
2013/8/23 Christian Gmeiner christian.gmei...@gmail.com: Hi Prasanna. What was the previous command sent before CMD13 when timeout happened? Can you share some 5 seconds log before the Timeout start happening? As the log got quite big I have uploaded it. http://dpaste.dzfl.pl/a2b30bc5

Re: mmc0: Timeout waiting for hardware interrupt.

2013-08-23 Thread Prasanna NAVARATNA
What was the previous command sent before CMD13 when timeout happened? Can you share some 5 seconds log before the Timeout start happening? eMMC version being used is 4.41 or 4.5? -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the body of a message to

Re: mmc0: Timeout waiting for hardware interrupt.

2013-08-23 Thread Christian Gmeiner
Hi Prasanna. What was the previous command sent before CMD13 when timeout happened? Can you share some 5 seconds log before the Timeout start happening? As the log got quite big I have uploaded it. http://dpaste.dzfl.pl/a2b30bc5 eMMC version being used is 4.41 or 4.5? The eMMC is a 4.41 one

Re: arm: imx35: mmc0: Timeout waiting for hardware interrupt with various sdio wlan cards

2013-04-15 Thread Martin Fuzzey
in /drivers/mmc/host/sdhci-esdhc-imx.c (config MMC_SDHCI_ESDHC_IMX) is used for the imx35 processor. When I load the module ath6kl_sdio.ko, I get the following error: mmc0: Timeout waiting for hardware interrupt. This sounds like the same issue I have run into on i.MX53. Can you try the patch I just

arm: imx35: mmc0: Timeout waiting for hardware interrupt with various sdio wlan cards

2013-04-11 Thread Johannes Braun
for the imx35 processor. When I load the module ath6kl_sdio.ko, I get the following error: mmc0: Timeout waiting for hardware interrupt. Normal sdcards are working properly. The same timout error appears also with another sdio wlan module which is based on a marvell chip. Thats the reason why I don

[REGRESSION][3.4-rc1] mmc0: Timeout waiting for hardware interrupt.

2012-04-03 Thread Hanspeter Spalinger
Hi, My Laptop (HP Elitebook 8560p) started throw mmc0: Timeout waiting for hardware interrupt. at updating from 3.3-rc7 to 3.4-rc1 and is no longer able to mount my SD-card. I bisected this and found the culprit to be: e6039832bed9a9b967796d7021f17f25b625b616 is the first bad commit commit

Re: [REGRESSION][3.4-rc1] mmc0: Timeout waiting for hardware interrupt.

2012-04-03 Thread Chris Ball
Hi, On Tue, Apr 03 2012, Hanspeter Spalinger wrote: Hi, My Laptop (HP Elitebook 8560p) started throw mmc0: Timeout waiting for hardware interrupt. at updating from 3.3-rc7 to 3.4-rc1 and is no longer able to mount my SD-card. I bisected this and found the culprit