2019-11-11 19:34:00

by Johan Hedberg

[permalink] [raw]
Subject: pull request: linux-bluetooth 2019-11-11

Hi Dave,

Here's one more bluetooth-next pull request for the 5.5 kernel release.

- Several fixes for LE advertising
- Added PM support to hci_qca driver
- Added support for WCN3991 SoC in hci_qca driver
- Added DT bindings for BCM43540 module
- A few other small cleanups/fixes

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

Johan

---
The following changes since commit 0629d2456ae3bfb374fdc686abb30b73294e4f99:

Merge branch 'ionic-updates' (2019-10-25 20:52:36 -0700)

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 7d250a062f75e6ee8368b64ac6ff1e09fbb6783d:

Bluetooth: hci_qca: Add support for Qualcomm Bluetooth SoC WCN3991 (2019-11-09 03:26:47 +0100)

----------------------------------------------------------------
Abhishek Pandit-Subedi (2):
Bluetooth: hci_bcm: Add compatible string for BCM43540
dt-bindings: net: broadcom-bluetooth: Add BCM43540 compatible string

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

Bartosz Golaszewski (1):
Bluetooth: btmtksdio: add MODULE_DEVICE_TABLE()

Claire Chang (1):
Bluetooth: hci_qca: add PM support

Luiz Augusto von Dentz (3):
Bluetooth: Fix using advertising instance duration as timeout
Bluetooth: Fix not using LE_ADV_NONCONN_IND for instance 0
Bluetooth: Fix advertising duplicated flags

Tomas Bortoli (1):
Bluetooth: Fix invalid-free in bcsp_close()

YueHaibing (1):
Bluetooth: btrtl: remove unneeded semicolon

.../devicetree/bindings/net/broadcom-bluetooth.txt | 1 +
drivers/bluetooth/btmtksdio.c | 1 +
drivers/bluetooth/btqca.c | 92 +++++++++----
drivers/bluetooth/btqca.h | 32 +++--
drivers/bluetooth/btrtl.c | 2 +-
drivers/bluetooth/hci_bcm.c | 1 +
drivers/bluetooth/hci_bcsp.c | 3 +
drivers/bluetooth/hci_qca.c | 143 ++++++++++++++++++++-
net/bluetooth/hci_request.c | 19 ++-
9 files changed, 242 insertions(+), 52 deletions(-)


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

2019-11-13 03:31:01

by David Miller

[permalink] [raw]
Subject: Re: pull request: linux-bluetooth 2019-11-11

From: Johan Hedberg <[email protected]>
Date: Mon, 11 Nov 2019 21:32:49 +0200

> Here's one more bluetooth-next pull request for the 5.5 kernel release.
>
> - Several fixes for LE advertising
> - Added PM support to hci_qca driver
> - Added support for WCN3991 SoC in hci_qca driver
> - Added DT bindings for BCM43540 module
> - A few other small cleanups/fixes

Pulled, thank you.