2019-05-05 19:14:14

by Johan Hedberg

[permalink] [raw]
Subject: pull request: bluetooth-next 2019-05-05

Hi Dave,

Here's one more bluetooth-next pull request for 5.2:

- Fixed Command Complete event handling check for matching opcode
- Added support for Qualcomm WCN3998 controller, along with DT bindings
- Added default address for Broadcom BCM2076B1 controllers

Please let me know if there are any issues pulling. Thanks.

Johan

---
The following changes since commit ff24e4980a68d83090a02fda081741a410fe8eef:

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2019-05-02 22:14:21 -0400)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git for-upstream

for you to fetch changes up to 62a91990f4c52f0b56cfae3e4093a27ed61c49db:

Bluetooth: hci_qca: Rename STATE_<flags> to QCA_<flags> (2019-05-05 19:34:00 +0200)

----------------------------------------------------------------
Harish Bandi (2):
Bluetooth: hci_qca: Added support for WCN3998
dt-bindings: net: bluetooth: Add device tree bindings for QTI chip WCN3998

Jo?o Paulo Rechi Vita (1):
Bluetooth: Ignore CC events not matching the last HCI command

Matthias Kaehlcke (1):
Bluetooth: hci_qca: Rename STATE_<flags> to QCA_<flags>

Stephan Gerhold (1):
Bluetooth: btbcm: Add default address for BCM2076B1

.../devicetree/bindings/net/qualcomm-bluetooth.txt | 5 +-
drivers/bluetooth/btbcm.c | 5 ++
drivers/bluetooth/btqca.c | 7 +--
drivers/bluetooth/btqca.h | 11 ++++-
drivers/bluetooth/hci_qca.c | 55 +++++++++++++---------
include/net/bluetooth/hci.h | 1 +
net/bluetooth/hci_core.c | 5 ++
net/bluetooth/hci_event.c | 12 +++++
net/bluetooth/hci_request.c | 5 ++
net/bluetooth/hci_request.h | 1 +
10 files changed, 80 insertions(+), 27 deletions(-)


Attachments:
(No filename) (1.96 kB)
signature.asc (849.00 B)
Download all attachments

2019-05-05 20:12:53

by David Miller

[permalink] [raw]
Subject: Re: pull request: bluetooth-next 2019-05-05

From: Johan Hedberg <[email protected]>
Date: Sun, 5 May 2019 22:12:03 +0300

> Here's one more bluetooth-next pull request for 5.2:
>
> - Fixed Command Complete event handling check for matching opcode
> - Added support for Qualcomm WCN3998 controller, along with DT bindings
> - Added default address for Broadcom BCM2076B1 controllers
>
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.