Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp4008973pxb; Mon, 8 Feb 2021 05:58:43 -0800 (PST) X-Google-Smtp-Source: ABdhPJwrPgtozhtHF/iQ/KKcKGa3aV8O5yMKbuykjHiy3KUnHqncyEhtPi0YK5DuVr8+ZJB9yYl9 X-Received: by 2002:a17:906:4c85:: with SMTP id q5mr16927828eju.375.1612792723541; Mon, 08 Feb 2021 05:58:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612792723; cv=none; d=google.com; s=arc-20160816; b=rMXa5esKPyjB8TwXShDXTxgV5DoulVDEuOKE5nZ2Ja/UQSqqZBYZ6zp2ThoGsbnEYr 2P6cW2BN4D/4mr3/mIqLHLgrYOvjkfbZrq8DnXEdiUpaSPlkBD0jkomReHOYHD3Uwxnh JaRdK8xTOcfcvnusEzIrtJvfwpzwWBggjJxXEW3BcA8pRzmI7xNIKF/b70uj7nV4GYYJ 7QFGvmMYCOTXVYTwrFhrPK3eQYsdjF56y7sh2noGOqF/WPBSHI2AFf4jAaZTP2U34mje 8V3nqZB5db5dPTApDxvE8S7ENXJZAkXaaEEP0EVvMXT6E5/6qSWt+XuMJrE377JPK7qV Mo0A== 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=xAWc9jvZ3dylTsl+SWOZTh9DX60HGbxzK1YBh6A+m2o=; b=Xkkfk65VlFa1Oj0NxvXCYj0gpqip58WO8VDeBVhluA8bDXQlwtVIxfXCQjUEhPxKtr O6nH4qaNGNASykTUqY/e6su0W5RCKZgaZRGBi9w2UY7dJFCThbjkqmw6TLZCT8pIB29p NAaY/aKFeJVF/xxihzDjv8H5p2TBQ5HYFMR+8HGXUtlX3HiIcPT6Xx66bkYQR4RsXFxi sF4RaWDJRfqrjo1owXNJ8Fl9CGSYoTG6FJBfbmU/1sAgDsqx7TXQad3ELGX6AcKiSEop QXv82WbkeHq/V6ZRUjXdKTKcpIGGvRhSzt9Sro6iRzTy52UubrETBgSwPWZJwI75OTKB DyAQ== 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 z24si13540088edl.286.2021.02.08.05.58.18; Mon, 08 Feb 2021 05:58:43 -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 S231269AbhBHN4f (ORCPT + 99 others); Mon, 8 Feb 2021 08:56:35 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:36647 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231567AbhBHN4V (ORCPT ); Mon, 8 Feb 2021 08:56:21 -0500 Received: from marcel-macbook.holtmann.net (p4ff9f5d2.dip0.t-ipconnect.de [79.249.245.210]) by mail.holtmann.org (Postfix) with ESMTPSA id 369E8CED06; Mon, 8 Feb 2021 15:03:02 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\)) Subject: Re: [PATCH v1] Bluetooth: hci_qca:Fixed issue during suspend From: Marcel Holtmann In-Reply-To: <1612539436-8498-1-git-send-email-gubbaven@codeaurora.org> Date: Mon, 8 Feb 2021 14:55: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: <83976EDA-6F40-44CC-BE4C-2405BC2B2EEB@holtmann.org> References: <1612539436-8498-1-git-send-email-gubbaven@codeaurora.org> To: Venkata Lakshmi Narayana Gubba X-Mailer: Apple Mail (2.3654.60.0.2.21) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Venkata, > If BT SoC is running with ROM FW then just return in > qca_suspend function as ROM FW does not support > in-band sleep. > > Fixes: 2be43abac5a8 ("Bluetooth: hci_qca: Wait for timeout during suspend") > Signed-off-by: Venkata Lakshmi Narayana Gubba > --- > drivers/bluetooth/hci_qca.c | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) patch has been applied to bluetooth-next tree. Regards Marcel