Re: [PATCH v2] brcmfmac: prohibit ACPI power management for brcmfmac driver

2015-05-10 Thread Fu, Zhonghui
On 2015/5/7 16:30, Arend van Spriel wrote: > On 05/07/15 04:07, Fu, Zhonghui wrote: >> >> Hi, >> >> Any comments are welcome. > > Having some time to spare while spending my vacation so here it is. > >> Thanks, >> Zhonghui >> >> On 2015/5/3 23:26, Fu, Zhonghui wrote: >>> ACPI will manage WiFi chi

Re: [PATCH v2] brcmfmac: prohibit ACPI power management for brcmfmac driver

2015-05-07 Thread Arend van Spriel
On 05/07/15 04:07, Fu, Zhonghui wrote: Hi, Any comments are welcome. Having some time to spare while spending my vacation so here it is. Thanks, Zhonghui On 2015/5/3 23:26, Fu, Zhonghui wrote: ACPI will manage WiFi chip's power state during suspend/resume process on some tablet platforms(

Re: [PATCH v2] brcmfmac: prohibit ACPI power management for brcmfmac driver

2015-05-06 Thread Fu, Zhonghui
Hi, Any comments are welcome. Thanks, Zhonghui On 2015/5/3 23:26, Fu, Zhonghui wrote: > ACPI will manage WiFi chip's power state during suspend/resume > process on some tablet platforms(such as ASUS T100TA). This is > not supported by brcmfmac driver now, and the context of WiFi > chip will be

[PATCH v2] brcmfmac: prohibit ACPI power management for brcmfmac driver

2015-05-03 Thread Fu, Zhonghui
ACPI will manage WiFi chip's power state during suspend/resume process on some tablet platforms(such as ASUS T100TA). This is not supported by brcmfmac driver now, and the context of WiFi chip will be damaged after resume. This patch informs ACPI not to manage WiFi chip's power state. Signed-off-b