Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp671678pxb; Tue, 2 Feb 2021 15:04:56 -0800 (PST) X-Google-Smtp-Source: ABdhPJw3W6/ZirVl/psCN/dT4aY6rTaWbXjnKnI+CA1XmqEQQMh2zlA34pTSQuJRpbvB47J2IHTS X-Received: by 2002:aa7:c244:: with SMTP id y4mr343974edo.239.1612307096333; Tue, 02 Feb 2021 15:04:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612307096; cv=none; d=google.com; s=arc-20160816; b=G/KOCENXwKQmCCqhscr9rn6k8uCFMh70tyXypUgAY4a9RIZDuW9C0BThoit0+1Eu6w 29RnRxq4VZeszI1wcnF4Jeo3rXMN0p0d8eI3uZdSZVhmaIOBlZVg3UpOqTFwTTeAD7x0 IvtPbjan3btxikG5ymHGDBeXY/HJIQ6FDTEy/ExdEN2OgvPueAkyQvJEmwl5efXxrT6B Y0MaMkD3mmGFyp1HfWOXOK1GdBlgbE9zwYYJ9vJAUmw8b+ZZFrRmJ6Pu/aJnX8gR7s4E yOxEqN8L7rB3osX0eN0cjvJRYgN4V7fj2j3xnGWrwFEyXcScHeKFDa2hOFRSnX4326Uu VeTw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=dTd1TSGgrl5waNgueKleG525CNQpAgwQoHBnOaRwJt0=; b=OL7WnDBh+da2JbQ/S4RoK4qXvpK9npQudt9+kkC0RAZa5FrsoJ6WsCEEiE3TSw1OXh TJk1p6f2od0iayp77lQ0DgA/S9QLG042FGvihDXqmoZBsjlzmXAHJNcvIs2epxwIqC+J /TgC+J5dTSPI7ohe4XSoJbMnS3aSmpYQaGvnf+Z+JVigElg//sHCIb9GgBnoy2RcA4Ja e9GG40MScFyfjzl1otG+waBhZrf2uGuStkOKV/s/Lg+GxWDEDEJ7CKC1z8fTQJ52qJzR J/T4r3WHCV8qQ7IOEIlt1USwwlvUbKFiY2Sk6rXIYW88vPu4QPiUeTFajlIxUYykskYI 83mQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x17si108328edq.529.2021.02.02.15.04.03; Tue, 02 Feb 2021 15:04:56 -0800 (PST) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236292AbhBBQWa (ORCPT + 99 others); Tue, 2 Feb 2021 11:22:30 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:40380 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236132AbhBBQUW (ORCPT ); Tue, 2 Feb 2021 11:20:22 -0500 Received: from marcel-macbook.holtmann.net (p4fefcdd8.dip0.t-ipconnect.de [79.239.205.216]) by mail.holtmann.org (Postfix) with ESMTPSA id 6C0A9CECDE; Tue, 2 Feb 2021 17:27:00 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.40.0.2.32\)) Subject: Re: [PATCH v2] Bluetooth: hci_qca: check for SSR triggered flag while suspend From: Marcel Holtmann In-Reply-To: <1612277862-13022-1-git-send-email-gubbaven@codeaurora.org> Date: Tue, 2 Feb 2021 17:19:33 +0100 Cc: Johan Hedberg , Matthias Kaehlcke , LKML , Bluetooth Kernel Mailing List , Hemantg , MSM , Balakrishna Godavarthi , Rocky Liao , hbandi@codeaurora.org, abhishekpandit@chromium.org Content-Transfer-Encoding: 7bit Message-Id: References: <1612277862-13022-1-git-send-email-gubbaven@codeaurora.org> To: Venkata Lakshmi Narayana Gubba X-Mailer: Apple Mail (2.3654.40.0.2.32) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Venkata, > QCA_IBS_DISABLED flag will be set after memorydump started from > controller.Currently qca_suspend() is waiting for SSR to complete > based on flag QCA_IBS_DISABLED.Added to check for QCA_SSR_TRIGGERED > flag too. > > Fixes: 2be43abac5a8 ("Bluetooth: hci_qca: Wait for timeout during suspend") > Signed-off-by: Venkata Lakshmi Narayana Gubba > --- > drivers/bluetooth/hci_qca.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) patch has been applied to bluetooth-next tree. Regards Marcel