[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251201213818.97249-1-luiz.dentz@gmail.com>
Date: Mon, 1 Dec 2025 16:38:18 -0500
From: Luiz Augusto von Dentz <luiz.dentz@...il.com>
To: davem@...emloft.net,
kuba@...nel.org
Cc: linux-bluetooth@...r.kernel.org,
netdev@...r.kernel.org
Subject: [GIT PULL] bluetooth-next 2025-12-01
The following changes since commit cbca440dc329b39f18a1121e385aed830bbdfb12:
Merge branch 'net-freescale-migrate-to-get_rx_ring_count-ethtool-callback' (2025-12-01 11:54:50 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2025-12-01
for you to fetch changes up to 525459da4bd62a81142fea3f3d52188ceb4d8907:
Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE (2025-12-01 16:21:16 -0500)
----------------------------------------------------------------
bluetooth-next pull request for net-next:
core:
- HCI: Add initial support for PAST
- hci_core: Introduce HCI_CONN_FLAG_PAST
- ISO: Add support to bind to trigger PAST
- HCI: Always use the identity address when initializing a connection
- ISO: Attempt to resolve broadcast address
- MGMT: Allow use of Set Device Flags without Add Device
- ISO: Fix not updating BIS sender source address
- HCI: Add support for LL Extended Feature Set
driver:
- btusb: Add new VID/PID 2b89/6275 for RTL8761BUV
- btusb: MT7920: Add VID/PID 0489/e135
- btusb: MT7922: Add VID/PID 0489/e170
- btusb: Add new VID/PID 13d3/3533 for RTL8821CE
- btusb: Add new VID/PID 0x0489/0xE12F for RTL8852BE-VT
- btusb: Add new VID/PID 0x13d3/0x3618 for RTL8852BE-VT
- btusb: Add new VID/PID 0x13d3/0x3619 for RTL8852BE-VT
- btusb: Reclassify Qualcomm WCN6855 debug packets
- btintel_pcie: Introduce HCI Driver protocol
- btintel_pcie: Support for S4 (Hibernate)
- btintel_pcie: Suspend/Resume: Controller doorbell interrupt handling
- dt-bindings: net: Convert Marvell 8897/8997 bindings to DT schema
- btbcm: Use kmalloc_array() to prevent overflow
- btrtl: Add the support for RTL8761CUV
- hci_h5: avoid sending two SYNC messages
- hci_h5: implement CRC data integrity
MAINTAINERS:
- Add Bartosz Golaszewski as Qualcomm hci_qca maintainer
----------------------------------------------------------------
Ariel D'Alessandro (1):
dt-bindings: net: Convert Marvell 8897/8997 bindings to DT schema
Ayaan Mirza Baig (1):
drivers/bluetooth: btbcm: Use kmalloc_array() to prevent overflow
Chethan T N (1):
Bluetooth: btintel_pcie: Introduce HCI Driver protocol
Chingbin Li (1):
Bluetooth: btusb: Add new VID/PID 2b89/6275 for RTL8761BUV
Chris Lu (2):
Bluetooth: btusb: MT7920: Add VID/PID 0489/e135
Bluetooth: btusb: MT7922: Add VID/PID 0489/e170
Gongwei Li (1):
Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE
Javier Nieto (2):
Bluetooth: hci_h5: avoid sending two SYNC messages
Bluetooth: hci_h5: implement CRC data integrity
Krzysztof Kozlowski (1):
Bluetooth: MAINTAINERS: Add Bartosz Golaszewski as Qualcomm hci_qca maintainer
Luiz Augusto von Dentz (8):
Bluetooth: HCI: Add initial support for PAST
Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PAST
Bluetooth: ISO: Add support to bind to trigger PAST
Bluetooth: HCI: Always use the identity address when initializing a connection
Bluetooth: ISO: Attempt to resolve broadcast address
Bluetooth: MGMT: Allow use of Set Device Flags without Add Device
Bluetooth: ISO: Fix not updating BIS sender source address
Bluetooth: HCI: Add support for LL Extended Feature Set
Max Chou (4):
Bluetooth: btrtl: Add the support for RTL8761CUV
Bluetooth: btusb: Add new VID/PID 0x0489/0xE12F for RTL8852BE-VT
Bluetooth: btusb: Add new VID/PID 0x13d3/0x3618 for RTL8852BE-VT
Bluetooth: btusb: Add new VID/PID 0x13d3/0x3619 for RTL8852BE-VT
Pascal Giard (1):
Bluetooth: btusb: Reclassify Qualcomm WCN6855 debug packets
Ravindra (2):
Bluetooth: btintel_pcie: Support for S4 (Hibernate)
Bluetooth: btintel_pcie: Suspend/Resume: Controller doorbell interrupt handling
Sakari Ailus (1):
Bluetooth: Remove redundant pm_runtime_mark_last_busy() calls
Shuai Zhang (1):
Bluetooth: btusb: add new custom firmwares
Yang Li (1):
Bluetooth: iso: fix socket matching ambiguity between BIS and CIS
Zhangchao Zhang (1):
Bluetooth: mediatek: add gpio pin to reset bt
.../bindings/net/bluetooth/marvell,sd8897-bt.yaml | 79 +++++++
Documentation/devicetree/bindings/net/btusb.txt | 2 +-
.../devicetree/bindings/net/marvell-bt-8xxx.txt | 83 -------
MAINTAINERS | 1 +
drivers/bluetooth/Kconfig | 1 +
drivers/bluetooth/btbcm.c | 4 +-
drivers/bluetooth/btintel_pcie.c | 175 ++++++++++++--
drivers/bluetooth/btintel_pcie.h | 4 +
drivers/bluetooth/btmtksdio.c | 1 -
drivers/bluetooth/btrtl.c | 16 +-
drivers/bluetooth/btusb.c | 47 ++++
drivers/bluetooth/hci_bcm.c | 6 +-
drivers/bluetooth/hci_h5.c | 53 ++++-
drivers/bluetooth/hci_intel.c | 3 -
include/net/bluetooth/hci.h | 77 +++++++
include/net/bluetooth/hci_core.h | 23 +-
include/net/bluetooth/hci_sync.h | 3 +
include/net/bluetooth/mgmt.h | 2 +
net/bluetooth/hci_conn.c | 55 +++--
net/bluetooth/hci_event.c | 222 ++++++++++++++----
net/bluetooth/hci_sync.c | 254 ++++++++++++++++++++-
net/bluetooth/iso.c | 207 ++++++++++++++---
net/bluetooth/mgmt.c | 160 +++++++------
23 files changed, 1172 insertions(+), 306 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/bluetooth/marvell,sd8897-bt.yaml
delete mode 100644 Documentation/devicetree/bindings/net/marvell-bt-8xxx.txt
Powered by blists - more mailing lists