From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 229E6C433EF for ; Wed, 13 Oct 2021 09:38:45 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E86166109F for ; Wed, 13 Oct 2021 09:38:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org E86166109F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=QDuCmhQqwdtk+LmAv0k4I4M/CaHDL1kbKozOF837Hog=; b=vGWfYdfctfVNCq m2EZ6hsNnJtKckmnuauioApeBZVvUtCG9+VLiTCNs9Cgx3tN7e8ISus3ZZPo2HSpVfYKoiI1boyH0 jnzvlowhTu8KyULN7ZNBIvQiAb+9AXzKNlbFxvUaqw9aaKXRoHytMKXoxqqexm2mAnFJ46q5rP/qw +noda6xvZWiFK/gt0E9Gh+50EI4VZel5ocXvWaCFJtEpz47TdYHyGSa+hQ73fzeJVOnX1FsLYGIdt 3w8Bt6uY7a/Rz3zKj/FefshfE8nb80MJubhS192CIc3uUj5EbRTtFClc6ELOTuCiRpjx3gGiaL8wm s2kV08cnMUIdri2wz1Rw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1maaif-00FnEK-W6; Wed, 13 Oct 2021 09:38:42 +0000 Received: from m43-7.mailgun.net ([69.72.43.7]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1maZ0M-00FRkU-7G for ath11k@lists.infradead.org; Wed, 13 Oct 2021 07:48:54 +0000 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1634111333; h=Content-Transfer-Encoding: MIME-Version: Message-Id: Date: Subject: Cc: To: From: Sender; bh=BEYfJPl/HldnJARyIIPOzKPnCRxp68b68Q0hrCq6O7Y=; b=sAB59H5vFhhDzQcEZk9N2Dz+AZTiyKUua/ZN2i9muZuirofbJPInGOKlBy4DG2tHpMakiplU ML+ymSi0cilqnNR/avyeBLjPfPdcKg+FRN1obTqpE+tx73WBb3Ipmxjy6XpueYAlpKdH29C6 St+L3ygsoPnxsEJ/x/137O4srks= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyJmOGQ2ZiIsICJhdGgxMWtAbGlzdHMuaW5mcmFkZWFkLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n04.prod.us-east-1.postgun.com with SMTP id 61668f58ab9da96e640361ea (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Wed, 13 Oct 2021 07:48:40 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 9839FC4360C; Wed, 13 Oct 2021 07:48:39 +0000 (UTC) Received: from wgong-HP3-Z230-SFF-Workstation.qca.qualcomm.com (unknown [180.166.53.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: wgong) by smtp.codeaurora.org (Postfix) with ESMTPSA id 3A4C2C4338F; Wed, 13 Oct 2021 07:48:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org 3A4C2C4338F Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=codeaurora.org From: Wen Gong To: ath11k@lists.infradead.org Cc: linux-wireless@vger.kernel.org, wgong@codeaurora.org Subject: [PATCH v2 0/3] ath11k: add feature for device recovery Date: Wed, 13 Oct 2021 03:48:29 -0400 Message-Id: <20211013074832.16200-1-wgong@codeaurora.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211013_004853_255218_D79C9299 X-CRM114-Status: UNSURE ( 8.80 ) X-CRM114-Notice: Please train this message. X-BeenThere: ath11k@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath11k" Errors-To: ath11k-bounces+ath11k=archiver.kernel.org@lists.infradead.org v2: s/initilized/initialized in commit log of patch "ath11k: add synchronization operation between reconfigure of mac80211 and ath11k_base" Add support for device recovery. Wen Gong (3): ath11k: add ath11k_qmi_free_resource() for recovery ath11k: add support for device recovery for QCA6390 ath11k: add synchronization operation between reconfigure of mac80211 and ath11k_base drivers/net/wireless/ath/ath11k/core.c | 119 +++++++++++++++++++++++-- drivers/net/wireless/ath/ath11k/core.h | 18 ++++ drivers/net/wireless/ath/ath11k/mac.c | 41 +++++++++ drivers/net/wireless/ath/ath11k/mhi.c | 33 +++++++ drivers/net/wireless/ath/ath11k/pci.c | 3 + drivers/net/wireless/ath/ath11k/qmi.c | 5 ++ drivers/net/wireless/ath/ath11k/qmi.h | 1 + 7 files changed, 212 insertions(+), 8 deletions(-) -- 2.31.1 -- ath11k mailing list ath11k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath11k