Re: [PATCH] sdhci-pxav3: Fix runtime PM initialization

2013-06-27 Thread Chris Ball
Hi Daniel, On Mon, Jun 10 2013, Daniel Drake wrote: > Commit bb691ae464b77d30e74c66480e98d74e88d6b194 breaks boot on OLPC XO-4, > it hangs somewhere inside sdhci_add_host. > > When pm_runtime_set_autosuspend_delay() was being called, the device's usage > counter was 0, causing the PM layer to runt

[PATCH] sdhci-pxav3: Fix runtime PM initialization

2013-06-10 Thread Daniel Drake
Commit bb691ae464b77d30e74c66480e98d74e88d6b194 breaks boot on OLPC XO-4, it hangs somewhere inside sdhci_add_host. When pm_runtime_set_autosuspend_delay() was being called, the device's usage counter was 0, causing the PM layer to runtime-suspend the device. We then went on to call sdhci_add_host