All of lore.kernel.org
 help / color / mirror / Atom feed
* wait_for_completion in mmc_wait_for_req_done never returns
@ 2014-03-01 16:03 Jon Ringle
  2014-03-27  5:39 ` Lee Chen
  2014-05-01 13:57 ` Konstantin Dorfman
  0 siblings, 2 replies; 6+ messages in thread
From: Jon Ringle @ 2014-03-01 16:03 UTC (permalink / raw)
  To: linux-mmc@vger.kernel.org; +Cc: schwidefsky@de.ibm.com

I'm porting an arm board from linux-3.10 to linux-3.12 and found that I can no longer detect the SD card. I found that the wait_for_completion(&mrq->completion) in drivers/mmc/core/core.c:mmc_wait_for_req_done() is never returning.

I was able to bisect the problem to this commit:
0244ad004a54e39308d495fee0a2e637f8b5c317 is the first bad commit
commit 0244ad004a54e39308d495fee0a2e637f8b5c317
Author: Martin Schwidefsky <schwidefsky@de.ibm.com>
Date:   Fri Aug 30 09:39:53 2013 +0200

^ permalink raw reply	[flat|nested] 6+ messages in thread
* wait_for_completion in mmc_wait_for_req_done never returns
@ 2014-03-01 16:10 Jon Ringle
  2014-03-03  6:32 ` Jon Ringle
  0 siblings, 1 reply; 6+ messages in thread
From: Jon Ringle @ 2014-03-01 16:10 UTC (permalink / raw)
  To: linux-mmc@vger.kernel.org; +Cc: schwidefsky@de.ibm.com

I'm porting an arm board from linux-3.10 to linux-3.12 and found that I can no longer detect the SD card. I found that the wait_for_completion(&mrq->completion) in drivers/mmc/core/core.c:mmc_wait_for_req_done() is never returning.

I was able to bisect the problem to this commit:
  0244ad004a54e39308d495fee0a2e637f8b5c317 is the first bad commit
  commit 0244ad004a54e39308d495fee0a2e637f8b5c317
  Author: Martin Schwidefsky <schwidefsky@de.ibm.com>
  Date:   Fri Aug 30 09:39:53 2013 +0200
  
  Remove GENERIC_HARDIRQ config option
  
  After the last architecture switched to generic hard irqs the config
  options HAVE_GENERIC_HARDIRQS & GENERIC_HARDIRQS and the related code
  for !CONFIG_GENERIC_HARDIRQS can be removed.
  
  Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

I'm not sure what I should do to fix the problem. Does anyone have any suggestions?

Thanks,
Jon Ringle

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-05-01 16:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-01 16:03 wait_for_completion in mmc_wait_for_req_done never returns Jon Ringle
2014-03-27  5:39 ` Lee Chen
2014-05-01 13:57 ` Konstantin Dorfman
2014-05-01 16:28   ` Jon Ringle
  -- strict thread matches above, loose matches on Subject: below --
2014-03-01 16:10 Jon Ringle
2014-03-03  6:32 ` Jon Ringle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.