From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755801AbdCTQq7 (ORCPT ); Mon, 20 Mar 2017 12:46:59 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:36030 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753230AbdCTQpV (ORCPT ); Mon, 20 Mar 2017 12:45:21 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 906A860DAF Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [3/3] mwifiex: wake system up when receives a wake irq From: Kalle Valo In-Reply-To: <1487917471-5501-3-git-send-email-jeffy.chen@rock-chips.com> References: <1487917471-5501-3-git-send-email-jeffy.chen@rock-chips.com> To: Jeffy Chen Cc: Amitkumar Karwar , Brian Norris , Rajat Jain , Jeffy Chen , netdev@vger.kernel.org, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Nishant Sarmukadam User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.12 Message-Id: <20170320164421.2735E60DAF@smtp.codeaurora.org> Date: Mon, 20 Mar 2017 16:44:20 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jeffy Chen wrote: > Currrently we are disabling this wake irq after receiving it. If this > happens before we finish suspend and the pm event check is disabled, > the system will continue suspending, and this irq would not work again. > > We may need to abort system suspend to avoid that. > > Signed-off-by: Jeffy Chen Patch applied to wireless-drivers-next.git, thanks. ef7e07147425 mwifiex: wake system up when receives a wake irq -- https://patchwork.kernel.org/patch/9589459/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches