2020-01-26 14:10:23

by Johan Hedberg

[permalink] [raw]
Subject: pull request: bluetooth-next 2020-01-26

Hi Dave,

Here's (probably) the last bluetooth-next pull request for the 5.6 kernel.

- Initial pieces of Bluetooth 5.2 Isochronous Channels support
- mgmt: Various cleanups and a new Set Blocked Keys command
- btusb: Added support for 04ca:3021 QCA_ROME device
- hci_qca: Multiple fixes & cleanups
- hci_bcm: Fixes & improved device tree support
- Fixed attempts to create duplicate debugfs entries

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

Johan

---
The following changes since commit 3c85efb8f15ffa5bd165881b9fd1f9e5dd1d705f:

bna: remove set but not used variable 'pgoff' (2020-01-03 12:31:32 -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 11eb85ec42dc8c7a7ec519b90ccf2eeae9409de8:

Bluetooth: Fix race condition in hci_release_sock() (2020-01-26 10:34:17 +0200)

----------------------------------------------------------------
Abhishek Pandit-Subedi (1):
Bluetooth: btbcm: Add missing static inline in header

Alain Michaud (4):
Bluetooth: Adding a bt_dev_warn_ratelimited macro.
Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.
Bluetooth: adding missing const decoration to mgmt_status_table
Bluetooth: fix appearance typo in mgmt.c

Balakrishna Godavarthi (1):
Bluetooth: hci_qca: Collect controller memory dump during SSR

Changqi Du (1):
Bluetooth: btbcm : Fix warning about missing blank lines after declarations

Colin Ian King (1):
Bluetooth: remove redundant assignment to variable icid

Dan Carpenter (1):
Bluetooth: Fix race condition in hci_release_sock()

Dmitry Osipenko (2):
Bluetooth: hci_bcm: Add device-tree compatible for BCM4329
dt-bindings: net: broadcom-bluetooth: Document BCM4329 support

Guillaume La Roque (2):
dt-bindings: net: bluetooth: add interrupts properties
Bluetooth: hci_bcm: enable IRQ capability from devicetree

Luiz Augusto von Dentz (9):
Bluetooth: Add support for LE PHY Update Complete event
Bluetooth: Auto tune if input MTU is set to 0
Bluetooth: Add definitions for CIS connections
Bluetooth: hci_vhci: Add support for ISO packets
Bluetooth: monitor: Add support for ISO packets
Bluetooth: Make use of __check_timeout on hci_sched_le
Bluetooth: hci_h4: Add support for ISO packets
Bluetooth: hci_h5: Add support for ISO packets
Bluetooth: btsdio: Check for valid packet type

Marcel Holtmann (4):
Bluetooth: Remove usage of BT_ERR_RATELIMITED macro
Bluetooth: Increment management interface revision
Bluetooth: Add missing checks for HCI_ISODATA_PKT packet type
Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_le

Maxim Mikityanskiy (1):
Bluetooth: btrtl: Use kvmalloc for FW allocations

Rocky Liao (6):
Bluetooth: hci_qca: Replace of_device_get_match_data with device_get_match_data
Bluetooth: btusb: Add support for 04ca:3021 QCA_ROME device
Bluetooth: hci_qca: Add qca_power_on() API to support both wcn399x and Rome power up
Bluetooth: hci_qca: Add QCA Rome power off support to the qca_power_shutdown()
Bluetooth: hci_qca: Retry btsoc initialize when it fails
Bluetooth: hci_qca: Enable power off/on support during hci down/up for QCA Rome

Stefan Wahren (1):
Bluetooth: hci_bcm: Drive RTS only for BCM43438

Wei Yongjun (1):
Bluetooth: hci_qca: Use vfree() instead of kfree()

YueHaibing (1):
Bluetooth: hci_qca: Remove set but not used variable 'opcode'

.../devicetree/bindings/net/broadcom-bluetooth.txt | 8 +-
drivers/bluetooth/btbcm.c | 2 +
drivers/bluetooth/btbcm.h | 4 +-
drivers/bluetooth/btrtl.c | 20 +-
drivers/bluetooth/btsdio.c | 19 +-
drivers/bluetooth/btusb.c | 1 +
drivers/bluetooth/hci_bcm.c | 25 +-
drivers/bluetooth/hci_h4.c | 1 +
drivers/bluetooth/hci_h5.c | 3 +
drivers/bluetooth/hci_qca.c | 418 ++++++++++++++++++---
drivers/bluetooth/hci_uart.h | 7 +
drivers/bluetooth/hci_vhci.c | 1 +
include/net/bluetooth/bluetooth.h | 8 +-
include/net/bluetooth/hci.h | 165 ++++++++
include/net/bluetooth/hci_core.h | 12 +
include/net/bluetooth/hci_mon.h | 2 +
include/net/bluetooth/mgmt.h | 17 +
net/bluetooth/hci_core.c | 100 ++++-
net/bluetooth/hci_debugfs.c | 78 ++++
net/bluetooth/hci_event.c | 41 +-
net/bluetooth/hci_sock.c | 21 +-
net/bluetooth/l2cap_core.c | 55 ++-
net/bluetooth/lib.c | 16 +
net/bluetooth/mgmt.c | 88 ++++-
net/bluetooth/smp.c | 111 +-----
25 files changed, 1019 insertions(+), 204 deletions(-)


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

2020-01-27 11:16:41

by David Miller

[permalink] [raw]
Subject: Re: pull request: bluetooth-next 2020-01-26

From: Johan Hedberg <[email protected]>
Date: Sun, 26 Jan 2020 16:01:23 +0200

> Here's (probably) the last bluetooth-next pull request for the 5.6 kernel.
>
> - Initial pieces of Bluetooth 5.2 Isochronous Channels support
> - mgmt: Various cleanups and a new Set Blocked Keys command
> - btusb: Added support for 04ca:3021 QCA_ROME device
> - hci_qca: Multiple fixes & cleanups
> - hci_bcm: Fixes & improved device tree support
> - Fixed attempts to create duplicate debugfs entries
>
> Please let me know if there are any issues pulling. Thanks.

Pulled, thanks Johan.