The following changes since commit 59da9885767a75df697c84c06aaf2296e10d85a4: net: dsa: use capital "OR" for multiple licenses in SPDX (2023-08-24 12:02:53 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2023-08-24 for you to fetch changes up to 2a05334d7f91ff189692089c05fc48cc1d8204de: Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave() (2023-08-24 12:24:37 -0700) ---------------------------------------------------------------- bluetooth-next pull request for net-next: - Introduce HCI_QUIRK_BROKEN_LE_CODED - Add support for PA/BIG sync - Add support for NXP IW624 chipset - Add support for Qualcomm WCN7850 ---------------------------------------------------------------- Bastien Nocera (1): Bluetooth: btusb: Fix quirks table naming Claudia Draghicescu (1): Bluetooth: ISO: Add support for periodic adv reports processing Iulia Tanasescu (1): Bluetooth: ISO: Use defer setup to separate PA sync and BIG sync Jinjie Ruan (1): Bluetooth: btusb: Do not call kfree_skb() under spin_lock_irqsave() Lokendra Singh (1): Bluetooth: btintel: Send new command for PPAG Luiz Augusto von Dentz (4): Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCEL Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTH Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODED Neeraj Sanjay Kale (3): Bluetooth: btnxpuart: Remove check for CTS low after FW download Bluetooth: btnxpuart: Add support for IW624 chipset Bluetooth: btnxpuart: Improve inband Independent Reset handling Neil Armstrong (3): dt-bindings: net: bluetooth: qualcomm: document WCN7850 chipset Bluetooth: qca: use switch case for soc type behavior Bluetooth: qca: add support for WCN7850 Pauli Virtanen (1): Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone early .../bindings/net/bluetooth/qualcomm-bluetooth.yaml | 23 ++ drivers/bluetooth/btintel.c | 31 ++- drivers/bluetooth/btintel.h | 7 +- drivers/bluetooth/btnxpuart.c | 216 ++++++++++------- drivers/bluetooth/btqca.c | 97 +++++--- drivers/bluetooth/btqca.h | 37 +-- drivers/bluetooth/btusb.c | 6 +- drivers/bluetooth/hci_qca.c | 264 ++++++++++++++++----- include/net/bluetooth/hci.h | 21 ++ include/net/bluetooth/hci_core.h | 40 +++- net/bluetooth/eir.c | 2 +- net/bluetooth/hci_conn.c | 48 +++- net/bluetooth/hci_event.c | 64 ++++- net/bluetooth/hci_sync.c | 75 ++++-- net/bluetooth/iso.c | 188 ++++++++++++--- net/bluetooth/mgmt.c | 6 +- 16 files changed, 818 insertions(+), 307 deletions(-)