Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp537239pxf; Thu, 11 Mar 2021 09:02:05 -0800 (PST) X-Google-Smtp-Source: ABdhPJyq/aLZaZyeqg9dLrfgpZrmR3cU16V38Snt3ioSW9TGtbUXYLNMruIyHWxmm19z0aa9zZi5 X-Received: by 2002:a50:ee10:: with SMTP id g16mr9434632eds.215.1615482125819; Thu, 11 Mar 2021 09:02:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615482125; cv=none; d=google.com; s=arc-20160816; b=UjpYOEJuY4fuzvknInrc3XfLi9GNuyiOVOaQgzHwO9Afg5iN4ipseihmesqDDM/bH8 JUpmUu+++pEbEZh30Shn4FZqGEluDDhnzDSkTVTQglGrlKk3DJsAkKDZ3QFnu+FtrbH4 EfylNLhZFbgQAvHXky7aC0F3RvGlipogytHbAeaqViUnqzwg04QMPuz+HDi7yAQW4KCL Ql17eY6CrlN2K6GKW8Ue31lSwxP0KYjM5HgEoA+vqkcsyMVZesrxYala0SGanUGV3SDh iw5SGxHLUGRwGEdLgVOwV/fYJTpWkgUXfpufuxHGc2YgN19QUo9Py2QO9DoSMj2NM4nV vHRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=s8yhlot23wcTzBGFdoIhS70ixk2G1CgZsLJDgFqQwxE=; b=y8KuhItpc6pXl4JEFjczAKznXiM3JHIq0xiGN1qz7N5MudoLZWfenTrwg/4Bv+6Hsk QUrFsczyh61ObP0W+uXQYXEXRlqHZ6kFWhyGFAuHtnclN7leoCFKPXr7VddzMCscUDEe 3Ij1F1ABfCIih3MCzPE2MYpPzzhwTrNIBv5vk9gObDD/TlXv78uf+Tm4XMfgF84c4CIw BFKKqnbCQqxJ7ja4n5Jwo1Yw2O90R1S2Tt0YEGXPzVgrW3+z1Eyn9o53NZyaT8gQZW+z 9wxvPH8RPsuuWe2j54tdk0d3swm2bZcrv3QVC//lN7kcZR+zDBpE4GCJ5rMjlJq0yncI sfIw== 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 eb13si2164349edb.8.2021.03.11.09.01.21; Thu, 11 Mar 2021 09:02:05 -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 S229624AbhCKQ73 (ORCPT + 99 others); Thu, 11 Mar 2021 11:59:29 -0500 Received: from alexa-out.qualcomm.com ([129.46.98.28]:26561 "EHLO alexa-out.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229639AbhCKQ7F (ORCPT ); Thu, 11 Mar 2021 11:59:05 -0500 Received: from ironmsg09-lv.qualcomm.com ([10.47.202.153]) by alexa-out.qualcomm.com with ESMTP; 11 Mar 2021 08:59:05 -0800 X-QCInternal: smtphost Received: from ironmsg02-blr.qualcomm.com ([10.86.208.131]) by ironmsg09-lv.qualcomm.com with ESMTP/TLS/AES256-SHA; 11 Mar 2021 08:59:03 -0800 X-QCInternal: smtphost Received: from gubbaven-linux.qualcomm.com ([10.206.64.32]) by ironmsg02-blr.qualcomm.com with ESMTP; 11 Mar 2021 22:28:27 +0530 Received: by gubbaven-linux.qualcomm.com (Postfix, from userid 2365015) id 4C01921FA0; Thu, 11 Mar 2021 22:28:26 +0530 (IST) From: Venkata Lakshmi Narayana Gubba To: marcel@holtmann.org, johan.hedberg@gmail.com Cc: devicetree@vger.kernel.org, mka@chromium.org, linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, hemantg@codeaurora.org, linux-arm-msm@vger.kernel.org, bgodavar@codeaurora.org, rjliao@codeaurora.org, hbandi@codeaurora.org, abhishekpandit@chromium.org, Venkata Lakshmi Narayana Gubba Subject: [PATCH v1 0/2] Enable Bluetooth functinality for WCN6750 Date: Thu, 11 Mar 2021 22:28:22 +0530 Message-Id: <1615481904-9400-1-git-send-email-gubbaven@codeaurora.org> X-Mailer: git-send-email 2.7.4 Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org These patches enables Bluetooth functinalties for new Qualcomm Bluetooth SoC wcn6750. This SoC requires both regulators and GPIO to turn on/off. This SoC supports mbn format image for firmware download. Venkata Lakshmi Narayana Gubba (2): Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6750 dt-bindings: net: bluetooth: Add device tree bindings for QTI chip wcn6750 .../devicetree/bindings/net/qualcomm-bluetooth.txt | 43 +++++++++ drivers/bluetooth/btqca.c | 85 ++++++++++++----- drivers/bluetooth/btqca.h | 15 ++- drivers/bluetooth/hci_qca.c | 106 ++++++++++++++++----- 4 files changed, 202 insertions(+), 47 deletions(-) -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation