From patchwork Thu Mar 11 16:58:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Venkata Lakshmi Narayana Gubba X-Patchwork-Id: 397718 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CB481C43331 for ; Thu, 11 Mar 2021 17:00:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 99E5964FEE for ; Thu, 11 Mar 2021 17:00:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229699AbhCKQ7a (ORCPT ); Thu, 11 Mar 2021 11:59:30 -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(-)