2019-11-24 13:28:52

by Johan Hedberg

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

Hi Dave,

Here's one last bluetooth-next pull request for the 5.5 kernel:

- Fix BDADDR_PROPERTY & INVALID_BDADDR quirk handling
- Added support for BCM4334B0 and BCM4335A0 controllers
- A few other smaller fixes related to locking and memory leaks

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

Johan

---
The following changes since commit 90bc72b13c08eedf73b7c0bd94ef23c467800c4a:

Merge branch 'ARM-Enable-GENET-support-for-RPi-4' (2019-11-12 20:08:00 -0800)

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

Bluetooth: btbcm: Use the BDADDR_PROPERTY quirk (2019-11-22 13:35:20 +0100)

----------------------------------------------------------------
Andre Heider (1):
Bluetooth: btbcm: Use the BDADDR_PROPERTY quirk

Dan Carpenter (1):
Bluetooth: delete a stray unlock

Marcel Holtmann (1):
Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirks

Mohammad Rasim (2):
dt-bindings: net: Add compatible for BCM4335A0 bluetooth
Bluetooth: btbcm: Add entry for BCM4335A0 UART bluetooth

Navid Emamdoost (1):
Bluetooth: Fix memory leak in hci_connect_le_scan

Oliver Neukum (1):
Bluetooth: btusb: fix PM leak in error case of setup

Stephan Gerhold (1):
Bluetooth: btbcm: Add entry for BCM4334B0 UART Bluetooth

.../devicetree/bindings/net/broadcom-bluetooth.txt | 1 +
drivers/bluetooth/btbcm.c | 10 +++++++++
drivers/bluetooth/btusb.c | 3 ++-
drivers/bluetooth/hci_bcm.c | 1 +
net/bluetooth/hci_conn.c | 4 +++-
net/bluetooth/hci_core.c | 26 ++++++++++++++++++++--
net/bluetooth/l2cap_core.c | 4 +---
7 files changed, 42 insertions(+), 7 deletions(-)


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

2019-11-25 03:02:57

by Jakub Kicinski

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

On Sun, 24 Nov 2019 15:26:45 +0200, Johan Hedberg wrote:
> Hi Dave,
>
> Here's one last bluetooth-next pull request for the 5.5 kernel:
>
> - Fix BDADDR_PROPERTY & INVALID_BDADDR quirk handling
> - Added support for BCM4334B0 and BCM4335A0 controllers
> - A few other smaller fixes related to locking and memory leaks
>
> Please let me know if there are any issues pulling. Thanks.

Pulled, thank you!