The following changes since commit 525034e2e2ee60d31519af0919e374b0032a70de: net: mdiobus: Debug print fwnode handle instead of raw pointer (2024-09-10 12:24:17 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git tags/for-net-next-2024-09-12 for you to fetch changes up to 7ffaa200251871980af12e57649ad57c70bf0f43: Bluetooth: btintel_pcie: Allocate memory for driver private data (2024-09-12 17:32:42 -0400) ---------------------------------------------------------------- bluetooth-next pull request for net-next: - btusb: Add MediaTek MT7925-B22M support ID 0x13d3:0x3604 - btusb: Add Realtek RTL8852C support ID 0x0489:0xe122 - btrtl: Add the support for RTL8922A - btusb: Add 2 USB HW IDs for MT7925 (0xe118/e) - btnxpuart: Add support for ISO packets - btusb: Add Mediatek MT7925 support ID 0x13d3:0x3608 - btsdio: Do not bind to non-removable CYW4373 - hci_uart: Add support for Amlogic HCI UART ---------------------------------------------------------------- Alexander Hall (1): Bluetooth: btusb: Add MediaTek MT7925-B22M support ID 0x13d3:0x3604 Bartosz Golaszewski (1): dt-bindings: bluetooth: bring the HW description closer to reality for wcn6855 Frédéric Danis (1): Bluetooth: hci_ldisc: Use speed set by btattach as oper_speed Hans de Goede (1): Bluetooth: Use led_set_brightness() in LED trigger activate() callback Hilda Wu (2): Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0489:0xe122 Bluetooth: btrtl: Set msft ext address filter quirk for RTL8852B Justin Stitt (1): Bluetooth: replace deprecated strncpy with strscpy_pad Kiran (1): Bluetooth: btintel_pcie: Add support for ISO data Kiran K (2): Bluetooth: Add a helper function to extract iso header Bluetooth: btintel_pcie: Allocate memory for driver private data Kuan-Wei Chiu (1): Bluetooth: hci_conn: Remove redundant memset after kzalloc Li Zetao (1): Bluetooth: btrtl: Use kvmemdup to simplify the code Luiz Augusto von Dentz (5): Bluetooth: btusb: Invert LE State flag to set invalid rather then valid Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED Bluetooth: CMTP: Mark BT_CMTP as DEPRECATED Bluetooth: hci_sync: Ignore errors from HCI_OP_REMOTE_NAME_REQ_CANCEL Bluetooth: btusb: Fix not handling ZPL/short-transfer Max Chou (1): Bluetooth: btrtl: Add the support for RTL8922A Michael Burch (1): Bluetooth: btusb: Add 2 USB HW IDs for MT7925 (0xe118/e) Neeraj Sanjay Kale (2): Bluetooth: hci_h4: Add support for ISO packets in h4_recv.h Bluetooth: btnxpuart: Add support for ISO packets Pavel Nikulin (1): Bluetooth: btusb: Add Mediatek MT7925 support ID 0x13d3:0x3608 Scott Ehlert (1): Bluetooth: btsdio: Do not bind to non-removable CYW4373 Yang Li (3): dt-bindings: net: bluetooth: Add support for Amlogic Bluetooth Bluetooth: hci_uart: Add support for Amlogic HCI UART MAINTAINERS: Add an entry for Amlogic HCI UART (M: Yang Li) Yue Haibing (1): Bluetooth: L2CAP: Remove unused declarations .../bindings/net/bluetooth/amlogic,w155s2-bt.yaml | 63 ++ .../bindings/net/bluetooth/qualcomm-bluetooth.yaml | 10 +- MAINTAINERS | 7 + drivers/bluetooth/Kconfig | 12 + drivers/bluetooth/Makefile | 1 + drivers/bluetooth/btintel_pcie.c | 18 +- drivers/bluetooth/btnxpuart.c | 1 + drivers/bluetooth/btrtl.c | 23 +- drivers/bluetooth/btsdio.c | 1 + drivers/bluetooth/btusb.c | 249 +++---- drivers/bluetooth/h4_recv.h | 7 + drivers/bluetooth/hci_aml.c | 755 +++++++++++++++++++++ drivers/bluetooth/hci_ldisc.c | 11 +- drivers/bluetooth/hci_uart.h | 8 +- include/net/bluetooth/hci.h | 5 + include/net/bluetooth/hci_core.h | 4 +- include/net/bluetooth/l2cap.h | 4 - net/bluetooth/cmtp/Kconfig | 4 +- net/bluetooth/cmtp/capi.c | 32 +- net/bluetooth/hci_conn.c | 7 +- net/bluetooth/hci_sync.c | 5 +- net/bluetooth/leds.c | 2 +- net/bluetooth/mgmt.c | 13 +- 23 files changed, 1037 insertions(+), 205 deletions(-) create mode 100644 Documentation/devicetree/bindings/net/bluetooth/amlogic,w155s2-bt.yaml create mode 100644 drivers/bluetooth/hci_aml.c