mbox series

[v4,0/5] Enable Bluetooth functionality for WCN6750

Message ID 1621355686-29550-1-git-send-email-gubbaven@codeaurora.org (mailing list archive)
Headers show
Series Enable Bluetooth functionality for WCN6750 | expand

Message

Venkata Lakshmi Narayana Gubba May 18, 2021, 4:34 p.m. UTC
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

Comments

Marcel Holtmann May 20, 2021, 3:10 p.m. UTC | #1
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