mbox series

[v2,0/2] Enable Bluetooth functionality for WCN3991

Message ID 20191106094832.482-1-bgodavar@codeaurora.org (mailing list archive)
Headers show
Series Enable Bluetooth functionality for WCN3991 | expand

Message

Balakrishna Godavarthi Nov. 6, 2019, 9:48 a.m. UTC
These patches enables Bluetooth functinalties for new Qualcomm
Bluetooth chip wnc3991. As this is latest chip with new features,
along with some common features to old chip "qcom,qcawcn3991-bt".
Major difference between old BT SoC's with WCN3991 is WCN3991 
will not send any VSE for the VSC instead is sends the data on CC
packet.

v2:
* updated review comments

Balakrishna Godavarthi (2):
  Bluetooth: btqca: Rename ROME specific variables to generic variables
  Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC WCN3991

 drivers/bluetooth/btqca.c   | 92 ++++++++++++++++++++++++++-----------
 drivers/bluetooth/btqca.h   | 32 +++++++------
 drivers/bluetooth/hci_qca.c | 16 ++++++-
 3 files changed, 97 insertions(+), 43 deletions(-)

Comments

Marcel Holtmann Nov. 9, 2019, 2:28 a.m. UTC | #1
Hi Balakrishna,

> These patches enables Bluetooth functinalties for new Qualcomm
> Bluetooth chip wnc3991. As this is latest chip with new features,
> along with some common features to old chip "qcom,qcawcn3991-bt".
> Major difference between old BT SoC's with WCN3991 is WCN3991 
> will not send any VSE for the VSC instead is sends the data on CC
> packet.
> 
> v2:
> * updated review comments
> 
> Balakrishna Godavarthi (2):
>  Bluetooth: btqca: Rename ROME specific variables to generic variables
>  Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC WCN3991
> 
> drivers/bluetooth/btqca.c   | 92 ++++++++++++++++++++++++++-----------
> drivers/bluetooth/btqca.h   | 32 +++++++------
> drivers/bluetooth/hci_qca.c | 16 ++++++-
> 3 files changed, 97 insertions(+), 43 deletions(-)

both patches have been applied to bluetooth-next tree.

Regards

Marcel