Re: [PATCH 07/10] brcmfmac: fix sdio suspend and resume

2015-04-28 Thread Arend van Spriel
On 04/28/15 18:14, Kalle Valo wrote: Ulf Hanssonulf.hans...@linaro.org writes: On 14 April 2015 at 20:10, Arend van Sprielar...@broadcom.com wrote: commit 330b4e4be937 (brcmfmac: Add wowl support for SDIO devices.) changed the behaviour by removing the MMC_PM_KEEP_POWER flag for non-wowl

Re: [PATCH 07/10] brcmfmac: fix sdio suspend and resume

2015-04-22 Thread Ulf Hansson
On 14 April 2015 at 20:10, Arend van Spriel ar...@broadcom.com wrote: commit 330b4e4be937 (brcmfmac: Add wowl support for SDIO devices.) changed the behaviour by removing the MMC_PM_KEEP_POWER flag for non-wowl scenario, which needs to be restored. Another necessary change is to mark the card

[PATCH 07/10] brcmfmac: fix sdio suspend and resume

2015-04-14 Thread Arend van Spriel
commit 330b4e4be937 (brcmfmac: Add wowl support for SDIO devices.) changed the behaviour by removing the MMC_PM_KEEP_POWER flag for non-wowl scenario, which needs to be restored. Another necessary change is to mark the card as being non-removable. With this in place the suspend resume test passes