From patchwork Fri Oct 12 09:49:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Govind Singh X-Patchwork-Id: 10638231 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E079C14E2 for ; Fri, 12 Oct 2018 09:49:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C9F562B61C for ; Fri, 12 Oct 2018 09:49:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BE00E2B69F; Fri, 12 Oct 2018 09:49:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 67B442B61C for ; Fri, 12 Oct 2018 09:49:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728234AbeJLRVT (ORCPT ); Fri, 12 Oct 2018 13:21:19 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:59254 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727808AbeJLRVT (ORCPT ); Fri, 12 Oct 2018 13:21:19 -0400 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id ABE1A600C1; Fri, 12 Oct 2018 09:49:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1539337783; bh=kosiqQP5ZhPuyPP0Wv9udxq3beaKzze6/4RiWO0zWOI=; h=From:To:Cc:Subject:Date:From; b=Iw5kcUILUmjyLS6K1NdJnn97W8iCcfWUhBodbg6J6+zSYhtnhy+J9SNDwUoTd+L8l ymPt5j4xihPgKzj/3brDrsbe4w7Y2XkLIxMEee9KFvtxamIjXsSkWgVNxr+NsgOzzB nBnbt1N3A4PZEJrCSCMNMj9OPEXcceGiD8fPFQjI= Received: from govinds-linux.qualcomm.com (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: govinds@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id CF35F600C1; Fri, 12 Oct 2018 09:49:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1539337783; bh=kosiqQP5ZhPuyPP0Wv9udxq3beaKzze6/4RiWO0zWOI=; h=From:To:Cc:Subject:Date:From; b=Iw5kcUILUmjyLS6K1NdJnn97W8iCcfWUhBodbg6J6+zSYhtnhy+J9SNDwUoTd+L8l ymPt5j4xihPgKzj/3brDrsbe4w7Y2XkLIxMEee9KFvtxamIjXsSkWgVNxr+NsgOzzB nBnbt1N3A4PZEJrCSCMNMj9OPEXcceGiD8fPFQjI= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org CF35F600C1 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=govinds@codeaurora.org From: Govind Singh To: ath10k@lists.infradead.org Cc: linux-wireless@vger.kernel.org, Govind Singh Subject: [PATCH v2 0/3] Add support for suspend/resume and WOW for WCN3990 chipset Date: Fri, 12 Oct 2018 15:19:35 +0530 Message-Id: <20181012094938.14734-1-govinds@codeaurora.org> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This series adds support for driver suspend/resume and wake over wlan support for WCN3990 chipset. CE2 is configured as wakeup source before driver suspend and FW can wake up application processor on Magic packet/Deauth/AP lost. change since v1: Log enhancement in "ath10k: Enable bus layer suspend/resume for WCN3990" patch. Govind Singh (3): ath10k: Enable bus layer suspend/resume for WCN3990 ath10k: Disable interface pause wow config for integrated chipset ath10k: Request credit report if flow control enabled on ep drivers/net/wireless/ath/ath10k/htc.c | 3 +- drivers/net/wireless/ath/ath10k/snoc.c | 45 +++++++++++++++++++++++ drivers/net/wireless/ath/ath10k/wmi-tlv.c | 2 + drivers/net/wireless/ath/ath10k/wmi-tlv.h | 7 ++++ 4 files changed, 56 insertions(+), 1 deletion(-)