* [GIT PULL] bluetooth-next 2025-12-01
@ 2025-12-01 21:38 Luiz Augusto von Dentz
2025-12-02 1:20 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2025-12-01 21:38 UTC (permalink / raw)
To: davem, kuba; +Cc: linux-bluetooth, netdev
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-02 1:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01 21:38 [GIT PULL] bluetooth-next 2025-12-01 Luiz Augusto von Dentz
2025-12-02 1:20 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox