Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751201AbbECPbN (ORCPT ); Sun, 3 May 2015 11:31:13 -0400 Received: from mga11.intel.com ([192.55.52.93]:57786 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750815AbbECPbB (ORCPT ); Sun, 3 May 2015 11:31:01 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,361,1427785200"; d="scan'208";a="689243018" Message-ID: <55463F2F.2050505@linux.intel.com> Date: Sun, 03 May 2015 23:30:55 +0800 From: "Fu, Zhonghui" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Arend van Spriel CC: "brudley@broadcom.com" , Franky Lin , "meuleman@broadcom.com" , Kalle Valo , "pieterpg@broadcom.com" , "hdegoede@redhat.com" , "linux-wireless@vger.kernel.org" , "brcm80211-dev-list@broadcom.com" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Adrian Hunter Subject: Re: [PATCH 1/2] brcmfmac: prohibit ACPI power management for brcmfmac driver References: <553DC280.6080503@linux.intel.com> <553DFA5A.3090802@broadcom.com> In-Reply-To: <553DFA5A.3090802@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1506 Lines: 36 On 2015/4/27 16:59, Arend van Spriel wrote: > On 04/27/15 07:00, 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 damaged after resume. This patch disconnects the >> relationship between WiFi chip and it's ACPI companion, and >> prohibit ACPI PM for it. > > Nice. However, ACPI may contain configuration data that brcmfmac needs on some platforms and Adrian Hunter is looking into this. So it is probably better to do this operation at the end of the probe before returning successful. Your comment is right. I introduced another implementation in new patch - "[PATCH v2] brcmfmac: prohibit ACPI power management for brcmfmac driver". Thanks, Zhonghui > > Regards, > Arend > >> Signed-off-by: Zhonghui Fu >> --- >> drivers/net/wireless/brcm80211/brcmfmac/bcmsdh.c | 5 +++++ >> 1 files changed, 5 insertions(+), 0 deletions(-) >> > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/