From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harish Bandi Subject: [PATCH v3 0/2] Enable Bluetooth functionality for wcn3998. Date: Tue, 12 Mar 2019 17:52:57 +0530 Message-ID: <1552393379-26330-1-git-send-email-c-hbandi@codeaurora.org> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: marcel@holtmann.org, johan.hedberg@gmail.com Cc: 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, anubhavg@codeaurora.org, Harish Bandi List-Id: linux-arm-msm@vger.kernel.org This patch series we add support for wcn3998 BT chip set. This new chipset is based from the wcn3990 with minimal power numbers. So here in this patch The major difference between wcn3990 and wcn3998 is only power numbers. where as init process and fw download is same with wcn3990.So we add new compatible for wcn3998. Removed the Reading of regulator values from dts. Added new compatible for wcn3998. Changed in V3: updated to latest code base. Harish Bandi (2): Bluetooth: hci_qca: Added support for wcn3998 dt-bindings: net: bluetooth: Add device tree bindings for QTI chip wcn3998 .../devicetree/bindings/net/qualcomm-bluetooth.txt | 15 ++++++++ drivers/bluetooth/btqca.c | 4 +-- drivers/bluetooth/btqca.h | 3 +- drivers/bluetooth/hci_qca.c | 40 ++++++++++++++-------- 4 files changed, 45 insertions(+), 17 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project