Re: [PATCH 10/12] mmc: sdhi: Fixup system PM suspend lock-up

2014-08-26 Thread Geert Uytterhoeven
On Mon, Aug 25, 2014 at 2:26 PM, Ulf Hansson wrote: > At system PM suspend, the tmio core accessed the internal registers of > the controller without first moving the device into active state. This > caused a lock-up in system PM suspend phase. > > The reason for the register access were masking

Re: [PATCH 10/12] mmc: sdhi: Fixup system PM suspend lock-up

2014-08-26 Thread Geert Uytterhoeven
On Mon, Aug 25, 2014 at 2:26 PM, Ulf Hansson ulf.hans...@linaro.org wrote: At system PM suspend, the tmio core accessed the internal registers of the controller without first moving the device into active state. This caused a lock-up in system PM suspend phase. The reason for the register

[PATCH 10/12] mmc: sdhi: Fixup system PM suspend lock-up

2014-08-25 Thread Ulf Hansson
At system PM suspend, the tmio core accessed the internal registers of the controller without first moving the device into active state. This caused a lock-up in system PM suspend phase. The reason for the register access were masking of IRQs. Since that is managed via the runtime PM suspend

[PATCH 10/12] mmc: sdhi: Fixup system PM suspend lock-up

2014-08-25 Thread Ulf Hansson
At system PM suspend, the tmio core accessed the internal registers of the controller without first moving the device into active state. This caused a lock-up in system PM suspend phase. The reason for the register access were masking of IRQs. Since that is managed via the runtime PM suspend