Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp6994770ybl; Wed, 15 Jan 2020 13:39:56 -0800 (PST) X-Google-Smtp-Source: APXvYqzMLb4bS+UMxxgGPEnGQC/fFNoWJhMxzW0ZcEobBYVmo7rpOox3fXH1I0n+FBaS9o82oT/3 X-Received: by 2002:a9d:6b91:: with SMTP id b17mr4318660otq.321.1579124396669; Wed, 15 Jan 2020 13:39:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579124396; cv=none; d=google.com; s=arc-20160816; b=Bxq14CnnrZMO7UB65VxpbCW6VfrE9NShxJIxB0r/s3q11LOSw+0D6Hb/RVLWCHqMnK Sm+WRWhFDg2Wvka6bEyRiq++/HduiIv0mtjJUNoQuXsioN4gPreO3qSAObCaJOW3Mnx/ mQJi7Zbn0Fi7gb4dHAiVOYFUBAm08ralMST7H1l6kqdMqCXDC0RKrDVNFJgDup2gKH9Y oYcXjT3Ijf2qQ/Pwe15hYGNKRR7DVQwVXS+EHXMLD0a14hXDA/IJ9f0GjwR+mn8jPBBl ELdF6o0G0JsjRzX6d1TQpOYphiAAfjtwtQQ9YRZ+fedJGuia5bEjPRPrZ6QXBLIRhXJk I2VQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=qWXMkNlGGEh2XLmzZ0iuJKtNyadniBZULvKqlISzAnE=; b=aABzBVEU4SVfjD4KF9AakMOvTeBj+Ud/6iMzLSjo/s/ZIZFrxuaxCGWoEp6Kw60+IK y67d6QiAcbEdwNvDzvSnNGVyc7FygXPlVeTUyHUVuDCONSGeaI3Dka1vMYhF7bY1UCL0 aGOC8t4O019oacaJHnkJyphTKHvXdOiN6RpkZwOwqOKiwg8G+oNA3p1pyVsl8I8TI6bu tgGgrPGVCT8PU5wRD8FQ+QzchrD1FxKE2EZ7M1FiGlj7fEczzNbDr9T/JMNBz/mAZXfQ lIbYDq6PWuZG8ErLDwKpgLv5GorOZeDwcZD38JLlchuIlehd2y1KV4Ac8nkF7749wfVj SYxw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a205si10356278oii.95.2020.01.15.13.39.45; Wed, 15 Jan 2020 13:39:56 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729073AbgAOVhL (ORCPT + 99 others); Wed, 15 Jan 2020 16:37:11 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:46233 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726018AbgAOVhK (ORCPT ); Wed, 15 Jan 2020 16:37:10 -0500 Received: from marcel-macbook.fritz.box (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id 23D2DCECF2; Wed, 15 Jan 2020 22:46:27 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Subject: Re: [PATCH v4 1/3] Bluetooth: hci_qca: Add QCA Rome power off support to the qca_power_shutdown() From: Marcel Holtmann In-Reply-To: <20200115085552.11483-1-rjliao@codeaurora.org> Date: Wed, 15 Jan 2020 22:37:08 +0100 Cc: Johan Hedberg , Matthias Kaehlcke , Linux Kernel Mailing List , Bluez mailing list , MSM , Balakrishna Godavarthi , hemantg@codeaurora.org Content-Transfer-Encoding: 7bit Message-Id: References: <20191225060317.5258-1-rjliao@codeaurora.org> <20200115085552.11483-1-rjliao@codeaurora.org> To: Rocky Liao X-Mailer: Apple Mail (2.3608.40.2.2.4) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Rocky, > Current qca_power_shutdown() only supports wcn399x, this patch adds Rome > power off support to it. For Rome it just needs to pull down the bt_en > GPIO to power off it. This patch also replaces all the power off operation > in qca_close() with the unified qca_power_shutdown() call. > > Signed-off-by: Rocky Liao > --- > > Changes in v2: None > Changes in v3: None > Changes in v4: > -rebased the patch with latest code base > -moved the change from qca_power_off() to qca_power_shutdown() > -replaced all the power off operation in qca_close() with > qca_power_shutdown() > -updated commit message > > drivers/bluetooth/hci_qca.c | 28 ++++++++++++++++------------ > 1 file changed, 16 insertions(+), 12 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel