On Wed, Jun 8, 2011 at 12:20 PM, Daniel Drake <dsd@xxxxxxxxxx> wrote: > In the first patch I sent I had only tested basic power-up after > probe, and found it to be working. Then I tested the other scenarios > listed in my last mail - basically powering it off and on *again* - > and found them to be broken, but fixed by further mirroring what > existing non-rpm code would do in order to power up a SD card. Sounds like you didn't power the card off then in the driver after probe ? Can you show the diff with which you did this experiment ? There is no difference between powering the card up in sdio_bus_probe to powering it up later in the driver. If the card was indeed powered off beforehand, then the latter should work too. Your reset command strongly suggests that wasn't the case. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html