linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* regression: b43-sdio: probe of mmc0:0001:1 failed with error -16
@ 2010-10-31 17:16 Arnd Hannemann
  2010-10-31 17:25 ` Chris Ball
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Arnd Hannemann @ 2010-10-31 17:16 UTC (permalink / raw)
  To: Ohad Ben-Cohen, linux-mmc@vger.kernel.org,
	linux-wireless@vger.kernel.org, linux-kernel

Hi,

on todays Linus' git (v2.6.36-9871-g3985c7c) b43 sdio stopped working.
It was working on (v2.6.36-6794-g12ba8d1).

b43-sdio: probe of mmc0:0001:1 failed with error -16

The error seems to originate from the following code in drivers/mmc/core/sdio_bus.c:sdio_bus_probe()

135         ret = pm_runtime_get_sync(dev);
136         if (ret < 0)
137                 goto out;

so I suspect this has something to do with the following commit: 

commit 40bba0c1ca83a370f749c8bc9afda71cf79ebd91
Author: Ohad Ben-Cohen <ohad@wizery.com>
Date:   Sat Oct 2 13:54:11 2010 +0200

    mmc: sdio: enable runtime PM for SDIO functions

However, simply reverting 40bba0c1ca83a370f749c8bc9afda71cf79ebd91 does not work because then
modprobe hangs.

Tested on AP4EVB (arm) with tmio_mmc. Any ideas?

Best regards,
Arnd




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

end of thread, other threads:[~2010-11-01 14:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-31 17:16 regression: b43-sdio: probe of mmc0:0001:1 failed with error -16 Arnd Hannemann
2010-10-31 17:25 ` Chris Ball
2010-10-31 17:35 ` Arnd Hannemann
2010-10-31 19:14 ` Ohad Ben-Cohen
2010-10-31 21:51   ` Arnd Hannemann
2010-11-01  4:50     ` Ohad Ben-Cohen
2010-11-01  8:05       ` Arnd Hannemann
2010-11-01  9:02         ` Ohad Ben-Cohen
2010-11-01 14:22           ` Arnd Hannemann
2010-11-01 14:33             ` Ohad Ben-Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).