From mboxrd@z Thu Jan 1 00:00:00 1970 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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 66DB5C43461 for ; Thu, 20 May 2021 15:10:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4FE2D60C3D for ; Thu, 20 May 2021 15:10:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243628AbhETPMI convert rfc822-to-8bit (ORCPT ); Thu, 20 May 2021 11:12:08 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:58146 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232020AbhETPMF (ORCPT ); Thu, 20 May 2021 11:12:05 -0400 Received: from smtpclient.apple (p4fefc9d6.dip0.t-ipconnect.de [79.239.201.214]) by mail.holtmann.org (Postfix) with ESMTPSA id 05B39CECEA; Thu, 20 May 2021 17:18:33 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.80.0.2.43\)) Subject: Re: [PATCH v4 0/5] Enable Bluetooth functionality for WCN6750 From: Marcel Holtmann In-Reply-To: <1621355686-29550-1-git-send-email-gubbaven@codeaurora.org> Date: Thu, 20 May 2021 17:10:39 +0200 Cc: Johan Hedberg , devicetree@vger.kernel.org, Matthias Kaehlcke , open list , "open list:BLUETOOTH SUBSYSTEM" , Hemantg , MSM , Balakrishna Godavarthi , Rocky Liao , hbandi@codeaurora.org, abhishekpandit@chromium.org Content-Transfer-Encoding: 8BIT Message-Id: References: <1621355686-29550-1-git-send-email-gubbaven@codeaurora.org> To: Venkata Lakshmi Narayana Gubba X-Mailer: Apple Mail (2.3654.80.0.2.43) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Venkata, > These patches enables Bluetooth functionalties for new Qualcomm > Bluetooth SoC wcn6750. > > Venkata Lakshmi Narayana Gubba (5): > Bluetooth: hci_qca: Add support for QTI Bluetooth chip wcn6750 > Bluetooth: btqca: Add support for firmware image with mbn type for > WCN6750 > Bluetooth: btqca: Moved extracting rom version info to common place > dt-bindings: net: bluetooth: Convert Qualcomm BT binding to DT schema > dt-bindings: net: bluetooth: Add device tree bindings for QTI chip > wcn6750 > > .../devicetree/bindings/net/qualcomm-bluetooth.txt | 69 -------- > .../bindings/net/qualcomm-bluetooth.yaml | 183 +++++++++++++++++++++ > drivers/bluetooth/btqca.c | 90 +++++++--- > drivers/bluetooth/btqca.h | 14 +- > drivers/bluetooth/hci_qca.c | 114 ++++++++++--- > 5 files changed, 354 insertions(+), 116 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/qualcomm-bluetooth.txt > create mode 100644 Documentation/devicetree/bindings/net/qualcomm-bluetooth.yaml all 5 patches have been applied to bluetooth-next tree. Regards Marcel