Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp3345693ybx; Fri, 8 Nov 2019 18:29:10 -0800 (PST) X-Google-Smtp-Source: APXvYqzML7r1a11F+bBIBymYXbsllAPr0mr7QJATP/2IQM2p4FCC5QXewhMo3yNST7NZH4FyzHUt X-Received: by 2002:a50:88a6:: with SMTP id d35mr14199862edd.111.1573266550880; Fri, 08 Nov 2019 18:29:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573266550; cv=none; d=google.com; s=arc-20160816; b=BFR5UY7hZNKHc3V+1TPRvz/KVfKz5peh+Fg1oRjET/gxSB6bbIOL1bNYhd9EwjwXHL ZD4J17yryLbc09h96oyK90OV9sw8xLCfnBECg2o/NO1n8GTOcQSXKNONhzW/M/xeP0CY vO5Ajcr1z2JWDjoWGgL9Ntbg39u97COhTgStQNnGLKKlHdIh1H5cjyZXFSeEzeRoSz7E K1lvngCZH+NonKQy4Qw6EoGmUbh+lmlT2cxqShWXMVCyoAac9ldy9D/2sBLP6wsZTTkV leMGL9c35i6sW+H/K7arujlh9kGnnOn2YC4eMReZYzjHNzO3Hq5vwQPcS2nrwjg+dZy6 Mbgw== 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=SznpFb9MSK0WOAPIkhjeOZ8Y8V1fbuvVNOtvbfVPh5k=; b=CcVNlYpJpc72kdwJ3firzbFGy3kpYZF0q7ytXvvlNvQWITblpKjhpUOQjxoYzwTSNF SLV83c4ZGan1aDQppqB0TH8VAtJ/3Vh6CE0hN43Jpw6IWxmHdZQpD212yiYd/gmXybAL jFHbdf75L1KEu6lPyqmbR+7VSclD7SR/1FD7iEEDn2DqgI+34fqpS8Qp4KpVZjqzEZyn vodbh48I6EAsS/0Q0SljR3ERjjIyMhcz63eDxqz1qaWqGtUX0g088ms4qKYntMhQcvzV 49u3NCcxdJZX5XkbND/6UcaCNWh0KMJQSlfddyf0DhHOFgjUzvx6xC18dhDc7owD3ImB oY3Q== 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 b27si5799999ede.48.2019.11.08.18.28.46; Fri, 08 Nov 2019 18:29:10 -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 S1726099AbfKIC2n (ORCPT + 99 others); Fri, 8 Nov 2019 21:28:43 -0500 Received: from coyote.holtmann.net ([212.227.132.17]:55184 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725990AbfKIC2m (ORCPT ); Fri, 8 Nov 2019 21:28:42 -0500 Received: from marcel-macbook.fritz.box (p4FD19401.dip0.t-ipconnect.de [79.209.148.1]) by mail.holtmann.org (Postfix) with ESMTPSA id 99E91CED20; Sat, 9 Nov 2019 03:37:45 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3601.0.10\)) Subject: Re: [PATCH v2 0/2] Enable Bluetooth functionality for WCN3991 From: Marcel Holtmann In-Reply-To: <20191106094832.482-1-bgodavar@codeaurora.org> Date: Sat, 9 Nov 2019 03:28:40 +0100 Cc: Johan Hedberg , mka@chromium.org, linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, hemantg@codeaurora.org, linux-arm-msm@vger.kernel.org, tientzu@chromium.org, seanpaul@chromium.org, bjorn.andersson@linaro.org Content-Transfer-Encoding: 7bit Message-Id: <0E5C9575-6D1E-4446-ACEA-B5826A7A6EEC@holtmann.org> References: <20191106094832.482-1-bgodavar@codeaurora.org> To: Balakrishna Godavarthi X-Mailer: Apple Mail (2.3601.0.10) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Balakrishna, > These patches enables Bluetooth functinalties for new Qualcomm > Bluetooth chip wnc3991. As this is latest chip with new features, > along with some common features to old chip "qcom,qcawcn3991-bt". > Major difference between old BT SoC's with WCN3991 is WCN3991 > will not send any VSE for the VSC instead is sends the data on CC > packet. > > v2: > * updated review comments > > Balakrishna Godavarthi (2): > Bluetooth: btqca: Rename ROME specific variables to generic variables > Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC WCN3991 > > drivers/bluetooth/btqca.c | 92 ++++++++++++++++++++++++++----------- > drivers/bluetooth/btqca.h | 32 +++++++------ > drivers/bluetooth/hci_qca.c | 16 ++++++- > 3 files changed, 97 insertions(+), 43 deletions(-) both patches have been applied to bluetooth-next tree. Regards Marcel