2019-10-24 08:08:12

by Johan Hedberg

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

Hi Dave,

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

- Multiple fixes to hci_qca driver
- Fix for HCI_USER_CHANNEL initialization
- btwlink: drop superseded driver
- Add support for Intel FW download error recovery
- Various other smaller fixes & improvements

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

Johan

---
The following changes since commit d9f45ab9e671166004b75427f10389e1f70cfc30:

net: bcmgenet: Add a shutdown callback (2019-10-15 20:59:28 -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 3347a80965b38f096b1d6f995c00c9c9e53d4b8b:

Bluetooth: hci_bcm: Fix RTS handling during startup (2019-10-21 17:05:14 +0200)

----------------------------------------------------------------
Adam Ford (1):
Revert "Bluetooth: hci_ll: set operational frequency earlier"

Amit K Bag (2):
Bluetooth: btusb: print FW version after FW download
Bluetooth: btusb: Trigger Intel FW download error recovery

Arnd Bergmann (1):
Bluetooth: btusb: avoid unused function warning

Ben Dooks (Codethink) (1):
Bluetooth: missed cpu_to_le16 conversion in hci_init4_req

Bjorn Andersson (4):
Bluetooth: hci_qca: Update regulator_set_load() usage
Bluetooth: hci_qca: Don't vote for specific voltage
Bluetooth: hci_qca: Use regulator bulk enable/disable
Bluetooth: hci_qca: Split qca_power_setup()

Christophe JAILLET (1):
Bluetooth: hci_nokia: Save a few cycles in 'nokia_enqueue()'

Jeffrey Hugo (2):
Bluetooth: hci_qca: Add delay for wcn3990 stability
Revert "Bluetooth: hci_qca: Add delay for wcn3990 stability"

Marcel Holtmann (1):
Bluetooth: btusb: Use IS_ENABLED instead of #ifdef

Mattijs Korpershoek (1):
Bluetooth: hci_core: fix init for HCI_USER_CHANNEL

Max Chou (1):
Bluetooth: btrtl: Fix an issue for the incorrect error return code.

Nathan Chancellor (1):
Bluetooth: btusb: Remove return statement in btintel_reset_to_bootloader

Sebastian Reichel (1):
Bluetooth: btwilink: drop superseded driver

Stefan Wahren (1):
Bluetooth: hci_bcm: Fix RTS handling during startup

Szymon Janc (1):
Bluetooth: Workaround directed advertising bug in Broadcom controllers

YueHaibing (1):
Bluetooth: remove set but not used variable 'smp'

drivers/bluetooth/Kconfig | 11 --
drivers/bluetooth/Makefile | 1 -
drivers/bluetooth/btintel.c | 45 ++++++
drivers/bluetooth/btintel.h | 5 +
drivers/bluetooth/btrtl.c | 2 +-
drivers/bluetooth/btusb.c | 54 ++++---
drivers/bluetooth/btwilink.c | 337 ------------------------------------------
drivers/bluetooth/hci_bcm.c | 2 +
drivers/bluetooth/hci_ll.c | 39 +++--
drivers/bluetooth/hci_nokia.c | 2 +-
drivers/bluetooth/hci_qca.c | 135 +++++++----------
net/bluetooth/hci_conn.c | 8 +
net/bluetooth/hci_core.c | 13 +-
net/bluetooth/smp.c | 6 -
14 files changed, 177 insertions(+), 483 deletions(-)
delete mode 100644 drivers/bluetooth/btwilink.c


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

2019-10-26 03:22:41

by David Miller

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

From: Johan Hedberg <[email protected]>
Date: Wed, 23 Oct 2019 19:51:33 +0300

> Here's the main bluetooth-next pull request for the 5.5 kernel:
>
> - Multiple fixes to hci_qca driver
> - Fix for HCI_USER_CHANNEL initialization
> - btwlink: drop superseded driver
> - Add support for Intel FW download error recovery
> - Various other smaller fixes & improvements
>
> Please let me know if there are any issues pulling. Thanks.

Pulled into net-next, thanks Johan.