mbox series

[v1,0/2] Enable Bluetooth functinality for WCN6750

Message ID 1615481904-9400-1-git-send-email-gubbaven@codeaurora.org
Headers show
Series Enable Bluetooth functinality for WCN6750 | expand

Message

Venkata Lakshmi Narayana Gubba March 11, 2021, 4:58 p.m. UTC
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(-)